Interface ClusterMessages.TombstoneOrBuilder

  • All Superinterfaces:
    org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    ClusterMessages.Tombstone, ClusterMessages.Tombstone.Builder
    Enclosing class:
    ClusterMessages

    public static interface ClusterMessages.TombstoneOrBuilder
    extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAddressIndex()
      required int32 addressIndex = 1;
      long getTimestamp()
      required int64 timestamp = 2;
      boolean hasAddressIndex()
      required int32 addressIndex = 1;
      boolean hasTimestamp()
      required int64 timestamp = 2;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAddressIndex

        boolean hasAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        Whether the addressIndex field is set.
      • getAddressIndex

        int getAddressIndex()
        required int32 addressIndex = 1;
        Returns:
        The addressIndex.
      • hasTimestamp

        boolean hasTimestamp()
        required int64 timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        required int64 timestamp = 2;
        Returns:
        The timestamp.