Interface Topology.PartitionDisableExporterOperationOrBuilder

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

public static interface Topology.PartitionDisableExporterOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string exporterId = 2;
    com.google.protobuf.ByteString
    string exporterId = 2;
    int
    int32 partitionId = 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

    • getPartitionId

      int getPartitionId()
      int32 partitionId = 1;
      Returns:
      The partitionId.
    • getExporterId

      String getExporterId()
      string exporterId = 2;
      Returns:
      The exporterId.
    • getExporterIdBytes

      com.google.protobuf.ByteString getExporterIdBytes()
      string exporterId = 2;
      Returns:
      The bytes for exporterId.