Package org.apache.pinot.common.proto
Interface Worker.StageMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Worker.StageMetadata,Worker.StageMetadata.Builder
- Enclosing class:
- Worker
public static interface Worker.StageMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsInstanceToSegmentList(String key)map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;StringgetDataSources(int index)repeated string dataSources = 2;com.google.protobuf.ByteStringgetDataSourcesBytes(int index)repeated string dataSources = 2;intgetDataSourcesCount()repeated string dataSources = 2;List<String>getDataSourcesList()repeated string dataSources = 2;StringgetInstances(int index)repeated string instances = 1;com.google.protobuf.ByteStringgetInstancesBytes(int index)repeated string instances = 1;intgetInstancesCount()repeated string instances = 1;List<String>getInstancesList()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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstancesList
List<String> getInstancesList()
repeated string instances = 1;- Returns:
- A list containing the instances.
-
getInstancesCount
int getInstancesCount()
repeated string instances = 1;- Returns:
- The count of instances.
-
getInstances
String getInstances(int index)
repeated string instances = 1;- Parameters:
index- The index of the element to return.- Returns:
- The instances at the given index.
-
getInstancesBytes
com.google.protobuf.ByteString getInstancesBytes(int index)
repeated string instances = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the instances at the given index.
-
getDataSourcesList
List<String> getDataSourcesList()
repeated string dataSources = 2;- Returns:
- A list containing the dataSources.
-
getDataSourcesCount
int getDataSourcesCount()
repeated string dataSources = 2;- Returns:
- The count of dataSources.
-
getDataSources
String getDataSources(int index)
repeated string dataSources = 2;- Parameters:
index- The index of the element to return.- Returns:
- The dataSources at the given index.
-
getDataSourcesBytes
com.google.protobuf.ByteString getDataSourcesBytes(int index)
repeated string dataSources = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dataSources at the given index.
-
getInstanceToSegmentListCount
int getInstanceToSegmentListCount()
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
-
containsInstanceToSegmentList
boolean containsInstanceToSegmentList(String key)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
-
getInstanceToSegmentList
@Deprecated Map<String,Worker.SegmentList> getInstanceToSegmentList()
Deprecated.UsegetInstanceToSegmentListMap()instead.
-
getInstanceToSegmentListMap
Map<String,Worker.SegmentList> getInstanceToSegmentListMap()
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
-
getInstanceToSegmentListOrDefault
Worker.SegmentList getInstanceToSegmentListOrDefault(String key, Worker.SegmentList defaultValue)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
-
getInstanceToSegmentListOrThrow
Worker.SegmentList getInstanceToSegmentListOrThrow(String key)
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
-
-