Interface SchemaStorageFormat.IndexEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getHash()
      required bytes hash = 3;
      SchemaStorageFormat.PositionInfo getPosition()
      required .pulsar.schema.PositionInfo position = 2;
      SchemaStorageFormat.PositionInfoOrBuilder getPositionOrBuilder()
      required .pulsar.schema.PositionInfo position = 2;
      long getVersion()
      required int64 version = 1;
      boolean hasHash()
      required bytes hash = 3;
      boolean hasPosition()
      required .pulsar.schema.PositionInfo position = 2;
      boolean hasVersion()
      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 Detail

      • 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.
      • 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.