Package | Description |
---|---|
com.amazon.carbonado.capability |
Common capabilities for repositories.
|
Modifier and Type | Method and Description |
---|---|
RemoteProcedure.Reply<R> |
RemoteProcedure.Request.beginReply()
Begin a reply after receiving all data.
|
RemoteProcedure.Reply<R> |
RemoteProcedure.Reply.reset()
Reset the internal object stream of the reply, allowing cached
objects to get freed.
|
RemoteProcedure.Reply<R> |
RemoteProcedure.Reply.send(R data)
Send reply data to the caller.
|
RemoteProcedure.Reply<R> |
RemoteProcedure.Reply.sendAll(Cursor<? extends R> cursor)
Reply with all data from the given cursor to the caller.
|
RemoteProcedure.Reply<R> |
RemoteProcedure.Reply.sendAll(java.lang.Iterable<? extends R> iterable)
Reply with all data from the given iterable to the caller.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.