| Package | Description |
|---|---|
| org.jscsi.target |
This package contains all the core classes to provide an easy and usable iSCSI (RFC 3720) target.
|
| org.jscsi.target.connection |
This package contains all classes representing the phase of a connection.
|
| org.jscsi.target.storage |
This package contains those classes which deal directly with the storage, reading, and writing of data.
|
| Modifier and Type | Method and Description |
|---|---|
IStorageModule |
Target.getStorageModule() |
| Constructor and Description |
|---|
Target(String targetName,
String targetAlias,
IStorageModule storageModule) |
| Modifier and Type | Method and Description |
|---|---|
IStorageModule |
TargetSession.getStorageModule()
Returns the session's
IStorageModule. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStorageModule
Deprecated.
|
class |
JCloudsStorageModule
JClouds-Binding to store blocks as buckets in clouds-backends.
|
class |
RandomAccessStorageModule
Instances of this class can be used for persistent storage of data.
|
class |
SynchronizedRandomAccessStorageModule |
| Modifier and Type | Method and Description |
|---|---|
static IStorageModule |
RandomAccessStorageModule.open(File file,
long storageLength,
boolean create,
Class<? extends IStorageModule> kind)
This is the build method for creating instances of
RandomAccessStorageModule. |
| Modifier and Type | Method and Description |
|---|---|
static IStorageModule |
RandomAccessStorageModule.open(File file,
long storageLength,
boolean create,
Class<? extends IStorageModule> kind)
This is the build method for creating instances of
RandomAccessStorageModule. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.