Uses of Class
org.teamapps.universaldb.distribute.TransactionMessageType
| Package | Description |
|---|---|
| org.teamapps.universaldb.distribute |
-
Uses of TransactionMessageType in org.teamapps.universaldb.distribute
Methods in org.teamapps.universaldb.distribute that return TransactionMessageType Modifier and Type Method Description TransactionMessageTypeTransactionMessageKey. getMessageType()static TransactionMessageTypeTransactionMessageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionMessageType[]TransactionMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.distribute with parameters of type TransactionMessageType Constructor Description TransactionMessageKey(TransactionMessageType messageType, java.lang.String clientId, long packetKey)TransactionMessageKey(TransactionMessageType messageType, java.lang.String clientId, long packetKey, long transactionKeyOfCallingNode, java.lang.String masterClientId, long masterOffset)