Class ExchangeRel.ExchangeTarget

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.ExchangeRel.ExchangeTarget
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ExchangeRel.ExchangeTargetOrBuilder, Serializable
Enclosing class:
ExchangeRel

public static final class ExchangeRel.ExchangeTarget extends com.google.protobuf.GeneratedMessageV3 implements ExchangeRel.ExchangeTargetOrBuilder
 The message to describe partition targets of an exchange
 
Protobuf type substrait.ExchangeRel.ExchangeTarget
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTargetTypeCase

      public ExchangeRel.ExchangeTarget.TargetTypeCase getTargetTypeCase()
      Specified by:
      getTargetTypeCase in interface ExchangeRel.ExchangeTargetOrBuilder
    • getPartitionIdList

      public List<Integer> getPartitionIdList()
       Describes the partition id(s) to send. If this is empty, all data is sent
       to this target.
       
      repeated int32 partition_id = 1;
      Specified by:
      getPartitionIdList in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      A list containing the partitionId.
    • getPartitionIdCount

      public int getPartitionIdCount()
       Describes the partition id(s) to send. If this is empty, all data is sent
       to this target.
       
      repeated int32 partition_id = 1;
      Specified by:
      getPartitionIdCount in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      The count of partitionId.
    • getPartitionId

      public int getPartitionId(int index)
       Describes the partition id(s) to send. If this is empty, all data is sent
       to this target.
       
      repeated int32 partition_id = 1;
      Specified by:
      getPartitionId in interface ExchangeRel.ExchangeTargetOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The partitionId at the given index.
    • hasUri

      public boolean hasUri()
      string uri = 2;
      Specified by:
      hasUri in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      Whether the uri field is set.
    • getUri

      public String getUri()
      string uri = 2;
      Specified by:
      getUri in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      The uri.
    • getUriBytes

      public com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      Specified by:
      getUriBytes in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      The bytes for uri.
    • hasExtended

      public boolean hasExtended()
      .google.protobuf.Any extended = 3;
      Specified by:
      hasExtended in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      Whether the extended field is set.
    • getExtended

      public com.google.protobuf.Any getExtended()
      .google.protobuf.Any extended = 3;
      Specified by:
      getExtended in interface ExchangeRel.ExchangeTargetOrBuilder
      Returns:
      The extended.
    • getExtendedOrBuilder

      public com.google.protobuf.AnyOrBuilder getExtendedOrBuilder()
      .google.protobuf.Any extended = 3;
      Specified by:
      getExtendedOrBuilder in interface ExchangeRel.ExchangeTargetOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ExchangeRel.ExchangeTarget parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ExchangeRel.ExchangeTarget parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ExchangeRel.ExchangeTarget parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ExchangeRel.ExchangeTarget.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ExchangeRel.ExchangeTarget.Builder newBuilder()
    • newBuilder

      public static ExchangeRel.ExchangeTarget.Builder newBuilder(ExchangeRel.ExchangeTarget prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ExchangeRel.ExchangeTarget.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ExchangeRel.ExchangeTarget getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ExchangeRel.ExchangeTarget> parser()
    • getParserForType

      public com.google.protobuf.Parser<ExchangeRel.ExchangeTarget> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ExchangeRel.ExchangeTarget getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder