Package akka.cluster.protobuf.msg
Interface ClusterMessages.VectorClockOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.VectorClock
,ClusterMessages.VectorClock.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.VectorClockOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTimestamp()
the timestamp could be removed but left for test data compatibilityClusterMessages.VectorClock.Version
getVersions(int index)
repeated .VectorClock.Version versions = 2;
int
getVersionsCount()
repeated .VectorClock.Version versions = 2;
java.util.List<ClusterMessages.VectorClock.Version>
getVersionsList()
repeated .VectorClock.Version versions = 2;
ClusterMessages.VectorClock.VersionOrBuilder
getVersionsOrBuilder(int index)
repeated .VectorClock.Version versions = 2;
java.util.List<? extends ClusterMessages.VectorClock.VersionOrBuilder>
getVersionsOrBuilderList()
repeated .VectorClock.Version versions = 2;
boolean
hasTimestamp()
the timestamp could be removed but left for test data compatibility-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimestamp
boolean hasTimestamp()
the timestamp could be removed but left for test data compatibility
optional int64 timestamp = 1;
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
the timestamp could be removed but left for test data compatibility
optional int64 timestamp = 1;
- Returns:
- The timestamp.
-
getVersionsList
java.util.List<ClusterMessages.VectorClock.Version> getVersionsList()
repeated .VectorClock.Version versions = 2;
-
getVersions
ClusterMessages.VectorClock.Version getVersions(int index)
repeated .VectorClock.Version versions = 2;
-
getVersionsCount
int getVersionsCount()
repeated .VectorClock.Version versions = 2;
-
getVersionsOrBuilderList
java.util.List<? extends ClusterMessages.VectorClock.VersionOrBuilder> getVersionsOrBuilderList()
repeated .VectorClock.Version versions = 2;
-
getVersionsOrBuilder
ClusterMessages.VectorClock.VersionOrBuilder getVersionsOrBuilder(int index)
repeated .VectorClock.Version versions = 2;
-
-