Package eu.antidotedb.client.messages
Class AntidoteRequest.MsgUpdateObjects
- java.lang.Object
-
- eu.antidotedb.client.messages.AntidoteMessage
-
- eu.antidotedb.client.messages.AntidoteRequest<AntidotePB.ApbOperationResp>
-
- eu.antidotedb.client.messages.AntidoteRequest.MsgUpdateObjects
-
- Enclosing class:
- AntidoteRequest<Response>
public static class AntidoteRequest.MsgUpdateObjects extends AntidoteRequest<AntidotePB.ApbOperationResp>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAntidoteRequest.MsgUpdateObjects.Extractor-
Nested classes/interfaces inherited from class eu.antidotedb.client.messages.AntidoteRequest
AntidoteRequest.ExtractionError, AntidoteRequest.Handler<V>, AntidoteRequest.MsgAbortTransaction, AntidoteRequest.MsgCommitTransaction, AntidoteRequest.MsgReadObjects, AntidoteRequest.MsgStartTransaction, AntidoteRequest.MsgStaticReadObjects, AntidoteRequest.MsgStaticUpdateObjects, AntidoteRequest.MsgUpdateObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vaccept(AntidoteRequest.Handler<V> handler)Handle the request using the given request transformer.AntidoteResponse.Handler<AntidotePB.ApbOperationResp>readResponseExtractor()java.lang.StringtoString()
-
-
-
Method Detail
-
accept
public <V> V accept(AntidoteRequest.Handler<V> handler)
Description copied from class:AntidoteRequestHandle the request using the given request transformer.- Specified by:
acceptin classAntidoteRequest<AntidotePB.ApbOperationResp>- Type Parameters:
V- the result type of the transformer methods- Parameters:
handler- the implementation of the handling methods- Returns:
- the result of the matching transformer method
-
readResponseExtractor
public AntidoteResponse.Handler<AntidotePB.ApbOperationResp> readResponseExtractor()
- Specified by:
readResponseExtractorin classAntidoteRequest<AntidotePB.ApbOperationResp>- Returns:
- An extractor for the expected response or null if no response is expected
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-