| Interface | Description |
|---|---|
| RemoteIndexEntryAccessCapability |
Capability for gaining remote low-level access to index data, which can be
used for manual inspection and repair.
|
| RemoteIndexEntryAccessor<S extends com.amazon.carbonado.Storable> | |
| RemoteProcedureExecutor |
Remote interface for executing remote procedure calls.
|
| RemoteRepository |
Remote repository definition which is RMI compliant but does not actually
extend the Repository interface.
|
| RemoteRepository.StorageResponse | |
| RemoteResyncCapability | |
| RemoteSequenceValueProducer | |
| RemoteStorage |
Remote storage definition which does not actually extend the Storage
interface.
|
| RemoteStorageRequestor |
Callback used by
RemoteProcedureExecutor for serializing Storables
to clients. |
| RemoteTransaction |
Remote transaction definition which is RMI compliant but does not actually
extend the Transaction interface.
|
| Class | Description |
|---|---|
| ClientCursor<S extends com.amazon.carbonado.Storable> | |
| ClientRepository |
Creates a client repository from a
RemoteRepository, as served by
RemoteRepositoryServer. |
| IndexEntryAccessorTransport<S extends com.amazon.carbonado.Storable> |
Class to carry a RemoteIndexEntryAccessor and associated IndexInfo back to a client.
|
| RemoteRepositoryServer |
Wraps a repository for server-side access, which can be accessed on the
client by
ClientRepository. |
| RemoteStorageTransport | |
| StorableTypeTransport |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.