Package | Description |
---|---|
com.amazon.carbonado.capability |
Common capabilities for repositories.
|
Modifier and Type | Method and Description |
---|---|
<R,D> RemoteProcedure.Call<R,D> |
RemoteProcedureCapability.beginCall(RemoteProcedure<R,D> proc)
Begins a call to execute the given procedure on a remote host.
|
RemoteProcedure.Call<R,D> |
RemoteProcedure.Call.reset()
Reset the internal object stream of the call, allowing cached
objects to get freed.
|
RemoteProcedure.Call<R,D> |
RemoteProcedure.Call.send(D data)
Send data to the remote procedure.
|
RemoteProcedure.Call<R,D> |
RemoteProcedure.Call.sendAll(Cursor<? extends D> cursor)
Send all data from the given cursor to the remote procedure.
|
RemoteProcedure.Call<R,D> |
RemoteProcedure.Call.sendAll(java.lang.Iterable<? extends D> iterable)
Send all data from the given iterable to the remote procedure.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.