Package io.substrait.proto
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 exchangeProtobuf type
substrait.ExchangeRel.ExchangeTarget- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe message to describe partition targets of an exchangestatic enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExchangeRel.ExchangeTargetstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Any.google.protobuf.Any extended = 3;com.google.protobuf.AnyOrBuilder.google.protobuf.Any extended = 3;com.google.protobuf.Parser<ExchangeRel.ExchangeTarget>intgetPartitionId(int index) Describes the partition id(s) to send.intDescribes the partition id(s) to send.Describes the partition id(s) to send.intgetUri()string uri = 2;com.google.protobuf.ByteStringstring uri = 2;boolean.google.protobuf.Any extended = 3;inthashCode()booleanhasUri()string uri = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(ExchangeRel.ExchangeTarget prototype) protected ExchangeRel.ExchangeTarget.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static ExchangeRel.ExchangeTargetparseDelimitedFrom(InputStream input) static ExchangeRel.ExchangeTargetparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExchangeRel.ExchangeTargetparseFrom(byte[] data) static ExchangeRel.ExchangeTargetparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExchangeRel.ExchangeTargetparseFrom(com.google.protobuf.ByteString data) static ExchangeRel.ExchangeTargetparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExchangeRel.ExchangeTargetparseFrom(com.google.protobuf.CodedInputStream input) static ExchangeRel.ExchangeTargetparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExchangeRel.ExchangeTargetparseFrom(InputStream input) static ExchangeRel.ExchangeTargetparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExchangeRel.ExchangeTargetparseFrom(ByteBuffer data) static ExchangeRel.ExchangeTargetparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ExchangeRel.ExchangeTarget>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
PARTITION_ID_FIELD_NUMBER
public static final int PARTITION_ID_FIELD_NUMBER- See Also:
-
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER- See Also:
-
EXTENDED_FIELD_NUMBER
public static final int EXTENDED_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTargetTypeCase
- Specified by:
getTargetTypeCasein interfaceExchangeRel.ExchangeTargetOrBuilder
-
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:
getPartitionIdListin interfaceExchangeRel.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:
getPartitionIdCountin interfaceExchangeRel.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:
getPartitionIdin interfaceExchangeRel.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:
hasUriin interfaceExchangeRel.ExchangeTargetOrBuilder- Returns:
- Whether the uri field is set.
-
getUri
string uri = 2;- Specified by:
getUriin interfaceExchangeRel.ExchangeTargetOrBuilder- Returns:
- The uri.
-
getUriBytes
public com.google.protobuf.ByteString getUriBytes()string uri = 2;- Specified by:
getUriBytesin interfaceExchangeRel.ExchangeTargetOrBuilder- Returns:
- The bytes for uri.
-
hasExtended
public boolean hasExtended().google.protobuf.Any extended = 3;- Specified by:
hasExtendedin interfaceExchangeRel.ExchangeTargetOrBuilder- Returns:
- Whether the extended field is set.
-
getExtended
public com.google.protobuf.Any getExtended().google.protobuf.Any extended = 3;- Specified by:
getExtendedin interfaceExchangeRel.ExchangeTargetOrBuilder- Returns:
- The extended.
-
getExtendedOrBuilder
public com.google.protobuf.AnyOrBuilder getExtendedOrBuilder().google.protobuf.Any extended = 3;- Specified by:
getExtendedOrBuilderin interfaceExchangeRel.ExchangeTargetOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.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
- Throws:
IOException
-
parseFrom
public static ExchangeRel.ExchangeTarget parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- 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
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ExchangeRel.ExchangeTarget.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-