public static interface ProtosFactory.TransactionEventHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| long | getTransactionID()required sfixed64 transactionID = 2; | 
| int | getType()required sfixed32 type = 1; | 
| long | getWriteOrderID()required sfixed64 writeOrderID = 3; | 
| boolean | hasTransactionID()required sfixed64 transactionID = 2; | 
| boolean | hasType()required sfixed32 type = 1; | 
| boolean | hasWriteOrderID()required sfixed64 writeOrderID = 3; | 
boolean hasType()
required sfixed32 type = 1;int getType()
required sfixed32 type = 1;boolean hasTransactionID()
required sfixed64 transactionID = 2;long getTransactionID()
required sfixed64 transactionID = 2;boolean hasWriteOrderID()
required sfixed64 writeOrderID = 3;long getWriteOrderID()
required sfixed64 writeOrderID = 3;Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.