Interface ClusterMessages.TombstoneOrBuilder

    • 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 akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

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

      • hasAddressIndex

        boolean hasAddressIndex()
        required int32 addressIndex = 1;
      • getAddressIndex

        int getAddressIndex()
        required int32 addressIndex = 1;
      • hasTimestamp

        boolean hasTimestamp()
        required int64 timestamp = 2;
      • getTimestamp

        long getTimestamp()
        required int64 timestamp = 2;