Interface AntidotePB.ApbMapKeyOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AntidotePB.ApbMapKey, AntidotePB.ApbMapKey.Builder
    Enclosing class:
    AntidotePB

    public static interface AntidotePB.ApbMapKeyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getKey()
      required bytes key = 1;
      AntidotePB.CRDT_type getType()
      required .CRDT_type type = 2;
      boolean hasKey()
      required bytes key = 1;
      boolean hasType()
      required .CRDT_type type = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

      • hasKey

        boolean hasKey()
        required bytes key = 1;
      • getKey

        com.google.protobuf.ByteString getKey()
        required bytes key = 1;
      • hasType

        boolean hasType()
        required .CRDT_type type = 2;