Package org.apache.pinot.common.proto
Class Worker.StageMetadata
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.pinot.common.proto.Worker.StageMetadata
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Worker.StageMetadataOrBuilder
- Enclosing class:
- Worker
public static final class Worker.StageMetadata extends com.google.protobuf.GeneratedMessageV3 implements Worker.StageMetadataOrBuilder
Protobuf typeorg.apache.pinot.common.proto.StageMetadata- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorker.StageMetadata.BuilderProtobuf typeorg.apache.pinot.common.proto.StageMetadata-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intDATASOURCES_FIELD_NUMBERstatic intINSTANCES_FIELD_NUMBERstatic intINSTANCETOSEGMENTLIST_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsInstanceToSegmentList(String key)map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;booleanequals(Object obj)StringgetDataSources(int index)repeated string dataSources = 2;com.google.protobuf.ByteStringgetDataSourcesBytes(int index)repeated string dataSources = 2;intgetDataSourcesCount()repeated string dataSources = 2;com.google.protobuf.ProtocolStringListgetDataSourcesList()repeated string dataSources = 2;static Worker.StageMetadatagetDefaultInstance()Worker.StageMetadatagetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetInstances(int index)repeated string instances = 1;com.google.protobuf.ByteStringgetInstancesBytes(int index)repeated string instances = 1;intgetInstancesCount()repeated string instances = 1;com.google.protobuf.ProtocolStringListgetInstancesList()repeated string instances = 1;Map<String,Worker.SegmentList>getInstanceToSegmentList()Deprecated.intgetInstanceToSegmentListCount()map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;Map<String,Worker.SegmentList>getInstanceToSegmentListMap()map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;Worker.SegmentListgetInstanceToSegmentListOrDefault(String key, Worker.SegmentList defaultValue)map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;Worker.SegmentListgetInstanceToSegmentListOrThrow(String key)map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;com.google.protobuf.Parser<Worker.StageMetadata>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Worker.StageMetadata.BuildernewBuilder()static Worker.StageMetadata.BuildernewBuilder(Worker.StageMetadata prototype)Worker.StageMetadata.BuildernewBuilderForType()protected Worker.StageMetadata.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Worker.StageMetadataparseDelimitedFrom(InputStream input)static Worker.StageMetadataparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Worker.StageMetadataparseFrom(byte[] data)static Worker.StageMetadataparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Worker.StageMetadataparseFrom(com.google.protobuf.ByteString data)static Worker.StageMetadataparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Worker.StageMetadataparseFrom(com.google.protobuf.CodedInputStream input)static Worker.StageMetadataparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Worker.StageMetadataparseFrom(InputStream input)static Worker.StageMetadataparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Worker.StageMetadataparseFrom(ByteBuffer data)static Worker.StageMetadataparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Worker.StageMetadata>parser()Worker.StageMetadata.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INSTANCES_FIELD_NUMBER
public static final int INSTANCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATASOURCES_FIELD_NUMBER
public static final int DATASOURCES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCETOSEGMENTLIST_FIELD_NUMBER
public static final int INSTANCETOSEGMENTLIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getInstancesList
public com.google.protobuf.ProtocolStringList getInstancesList()
repeated string instances = 1;- Specified by:
getInstancesListin interfaceWorker.StageMetadataOrBuilder- Returns:
- A list containing the instances.
-
getInstancesCount
public int getInstancesCount()
repeated string instances = 1;- Specified by:
getInstancesCountin interfaceWorker.StageMetadataOrBuilder- Returns:
- The count of instances.
-
getInstances
public String getInstances(int index)
repeated string instances = 1;- Specified by:
getInstancesin interfaceWorker.StageMetadataOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The instances at the given index.
-
getInstancesBytes
public com.google.protobuf.ByteString getInstancesBytes(int index)
repeated string instances = 1;- Specified by:
getInstancesBytesin interfaceWorker.StageMetadataOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the instances at the given index.
-
getDataSourcesList
public com.google.protobuf.ProtocolStringList getDataSourcesList()
repeated string dataSources = 2;- Specified by:
getDataSourcesListin interfaceWorker.StageMetadataOrBuilder- Returns:
- A list containing the dataSources.
-
getDataSourcesCount
public int getDataSourcesCount()
repeated string dataSources = 2;- Specified by:
getDataSourcesCountin interfaceWorker.StageMetadataOrBuilder- Returns:
- The count of dataSources.
-
getDataSources
public String getDataSources(int index)
repeated string dataSources = 2;- Specified by:
getDataSourcesin interfaceWorker.StageMetadataOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The dataSources at the given index.
-
getDataSourcesBytes
public com.google.protobuf.ByteString getDataSourcesBytes(int index)
repeated string dataSources = 2;- Specified by:
getDataSourcesBytesin interfaceWorker.StageMetadataOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dataSources at the given index.
-
getInstanceToSegmentListCount
public int getInstanceToSegmentListCount()
Description copied from interface:Worker.StageMetadataOrBuildermap<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;- Specified by:
getInstanceToSegmentListCountin interfaceWorker.StageMetadataOrBuilder
-
containsInstanceToSegmentList
public boolean containsInstanceToSegmentList(String key)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;- Specified by:
containsInstanceToSegmentListin interfaceWorker.StageMetadataOrBuilder
-
getInstanceToSegmentList
@Deprecated public Map<String,Worker.SegmentList> getInstanceToSegmentList()
Deprecated.UsegetInstanceToSegmentListMap()instead.- Specified by:
getInstanceToSegmentListin interfaceWorker.StageMetadataOrBuilder
-
getInstanceToSegmentListMap
public Map<String,Worker.SegmentList> getInstanceToSegmentListMap()
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;- Specified by:
getInstanceToSegmentListMapin interfaceWorker.StageMetadataOrBuilder
-
getInstanceToSegmentListOrDefault
public Worker.SegmentList getInstanceToSegmentListOrDefault(String key, Worker.SegmentList defaultValue)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;- Specified by:
getInstanceToSegmentListOrDefaultin interfaceWorker.StageMetadataOrBuilder
-
getInstanceToSegmentListOrThrow
public Worker.SegmentList getInstanceToSegmentListOrThrow(String key)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;- Specified by:
getInstanceToSegmentListOrThrowin interfaceWorker.StageMetadataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- 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
public boolean equals(Object obj)
- 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 Worker.StageMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Worker.StageMetadata parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Worker.StageMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Worker.StageMetadata parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Worker.StageMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Worker.StageMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Worker.StageMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Worker.StageMetadata.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Worker.StageMetadata.Builder newBuilder()
-
newBuilder
public static Worker.StageMetadata.Builder newBuilder(Worker.StageMetadata prototype)
-
toBuilder
public Worker.StageMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Worker.StageMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Worker.StageMetadata getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Worker.StageMetadata> parser()
-
getParserForType
public com.google.protobuf.Parser<Worker.StageMetadata> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Worker.StageMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-