Interface AdminTopicGrpcMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdminTopicGrpcMetadata, AdminTopicGrpcMetadata.Builder

public interface AdminTopicGrpcMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getClusterName

      String getClusterName()
      string clusterName = 1;
      Returns:
      The clusterName.
    • getClusterNameBytes

      com.google.protobuf.ByteString getClusterNameBytes()
      string clusterName = 1;
      Returns:
      The bytes for clusterName.
    • hasExecutionId

      boolean hasExecutionId()
      optional int64 executionId = 2;
      Returns:
      Whether the executionId field is set.
    • getExecutionId

      long getExecutionId()
      optional int64 executionId = 2;
      Returns:
      The executionId.
    • hasStoreName

      boolean hasStoreName()
      optional string storeName = 3;
      Returns:
      Whether the storeName field is set.
    • getStoreName

      String getStoreName()
      optional string storeName = 3;
      Returns:
      The storeName.
    • getStoreNameBytes

      com.google.protobuf.ByteString getStoreNameBytes()
      optional string storeName = 3;
      Returns:
      The bytes for storeName.
    • hasOffset

      boolean hasOffset()
      optional int64 offset = 4;
      Returns:
      Whether the offset field is set.
    • getOffset

      long getOffset()
      optional int64 offset = 4;
      Returns:
      The offset.
    • hasUpstreamOffset

      boolean hasUpstreamOffset()
      optional int64 upstreamOffset = 5;
      Returns:
      Whether the upstreamOffset field is set.
    • getUpstreamOffset

      long getUpstreamOffset()
      optional int64 upstreamOffset = 5;
      Returns:
      The upstreamOffset.
    • hasAdminOperationProtocolVersion

      boolean hasAdminOperationProtocolVersion()
      optional int64 adminOperationProtocolVersion = 6;
      Returns:
      Whether the adminOperationProtocolVersion field is set.
    • getAdminOperationProtocolVersion

      long getAdminOperationProtocolVersion()
      optional int64 adminOperationProtocolVersion = 6;
      Returns:
      The adminOperationProtocolVersion.
    • hasPosition

      boolean hasPosition()
      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat position = 7;
      Returns:
      Whether the position field is set.
    • getPosition

      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat position = 7;
      Returns:
      The position.
    • getPositionOrBuilder

      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat position = 7;
    • hasUpstreamPosition

      boolean hasUpstreamPosition()
      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat upstreamPosition = 8;
      Returns:
      Whether the upstreamPosition field is set.
    • getUpstreamPosition

      PubSubPositionGrpcWireFormat getUpstreamPosition()
      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat upstreamPosition = 8;
      Returns:
      The upstreamPosition.
    • getUpstreamPositionOrBuilder

      PubSubPositionGrpcWireFormatOrBuilder getUpstreamPositionOrBuilder()
      optional .com.linkedin.venice.protocols.controller.PubSubPositionGrpcWireFormat upstreamPosition = 8;