Package akka.cluster.protobuf.msg
Interface ClusterMessages.VectorClock.VersionOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.VectorClock.Version,ClusterMessages.VectorClock.Version.Builder
- Enclosing class:
- ClusterMessages.VectorClock
public static interface ClusterMessages.VectorClock.VersionOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHashIndex()required int32 hashIndex = 1;longgetTimestamp()required int64 timestamp = 2;booleanhasHashIndex()required int32 hashIndex = 1;booleanhasTimestamp()required int64 timestamp = 2;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHashIndex
boolean hasHashIndex()
required int32 hashIndex = 1;- Returns:
- Whether the hashIndex field is set.
-
getHashIndex
int getHashIndex()
required int32 hashIndex = 1;- Returns:
- The hashIndex.
-
hasTimestamp
boolean hasTimestamp()
required int64 timestamp = 2;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
required int64 timestamp = 2;- Returns:
- The timestamp.
-
-