Interface | Description |
---|---|
Add | |
Connection.ConnectionListener | |
Countable | |
Cursor<T extends Pojo> |
Allows traversing over objects obtained from Storage.
|
DbService |
DbService provides API for handling database (i.e.
|
HostsVMsLoader |
Provides a way to load the current hosts and VMs.
|
Put | |
Query<T extends Pojo> |
Describes what data should be fetched.
|
Ref | |
Remove |
Describes what data should be removed from storage.
|
Replace | |
SecureStorage |
Provides authentication service to the command channel API.
|
Storage |
A storage can be used to store, query, update and remove data.
|
StorageProvider |
Factory for creating a new
Storage instance. |
Update |
Updates fields of a database entry.
|
Class | Description |
---|---|
AbstractQuery<T extends Pojo> | |
AbstractQuery.Sort | |
AuthToken | |
BasePut | |
Categories | |
Category<T extends Pojo> |
A bag of data
|
Connection |
Storage delegates to this class for connecting to storage. |
DbServiceFactory |
Factory for creating new
DbService instances. |
DefaultHostsVMsLoader | |
HostLatestPojoListGetter<T extends TimeStampedPojo> | |
HostRef | |
Key<T> |
A Key is used to refer to data in a
Chunk . |
QueuedStorage | |
SecureQueuedStorage |
Secure version of
QueuedStorage . |
VmLatestPojoListGetter<T extends TimeStampedPojo> | |
VmRef |
Enum | Description |
---|---|
Connection.ConnectionStatus | |
Query.Criteria | |
Query.SortDirection |
Exception | Description |
---|---|
ConnectionException | |
StorageException |
Annotation Type | Description |
---|---|
Entity |
The presence of this annotation indicates that a class maybe serialized
and stored into a
Storage . |
Persist |
Indicates that the annotated JavaBean property should be persisted into some
form of storage when needed.
|
Copyright © 2013. All rights reserved.