Interface | Description |
---|---|
Capability |
Marker interface for identifying extra repository capabilities.
|
GroupAccessCapability |
Capability for gaining access to replication group members.
|
GroupMembers | |
IndexInfo |
General information about an index defined in a
Storage . |
IndexInfoCapability |
Capability for getting information about physical indexes for storables.
|
RemoteProcedure<R,D> |
Defines a remote procedure which can be executed by
RemoteProcedureCapability . |
RemoteProcedure.Call<R,D> |
Client-side call into a remote procedure.
|
RemoteProcedure.Reply<R> |
Reply from remote procedure implementation.
|
RemoteProcedure.Request<R,D> |
Request into a remote procedure, as seen by procedure implementation.
|
RemoteProcedureCapability |
Capability which allows arbitrary code to run on a remote host and access
its repository.
|
ResyncCapability |
Capability of replicating repositories for re-synchronizing to the master
repository.
|
ShutdownCapability |
Capability for repositories that require special attention with the Java
virtual machine exits.
|
StorableInfoCapability |
Capability that returns information about known storable types in a
repository.
|
Class | Description |
---|---|
ResyncCapability.Listener<S> |
Trigger which is invoked as storables get re-sync'd.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.