Interface SchemaStorageFormat.IndexEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SchemaStorageFormat.IndexEntry, SchemaStorageFormat.IndexEntry.Builder
Enclosing class:
SchemaStorageFormat

public static interface SchemaStorageFormat.IndexEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    required bytes hash = 3;
    required .pulsar.schema.PositionInfo position = 2;
    required .pulsar.schema.PositionInfo position = 2;
    long
    required int64 version = 1;
    boolean
    required bytes hash = 3;
    boolean
    required .pulsar.schema.PositionInfo position = 2;
    boolean
    required int64 version = 1;

    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 Details

    • hasVersion

      boolean hasVersion()
      required int64 version = 1;
      Returns:
      Whether the version field is set.
    • getVersion

      long getVersion()
      required int64 version = 1;
      Returns:
      The version.
    • hasPosition

      boolean hasPosition()
      required .pulsar.schema.PositionInfo position = 2;
      Returns:
      Whether the position field is set.
    • getPosition

      required .pulsar.schema.PositionInfo position = 2;
      Returns:
      The position.
    • getPositionOrBuilder

      required .pulsar.schema.PositionInfo position = 2;
    • hasHash

      boolean hasHash()
      required bytes hash = 3;
      Returns:
      Whether the hash field is set.
    • getHash

      com.google.protobuf.ByteString getHash()
      required bytes hash = 3;
      Returns:
      The hash.