Uses of Class
org.apache.drill.exec.proto.UserBitShared.StreamProfile
-
Uses of UserBitShared.StreamProfile in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.StreamProfile>
UserBitShared.StreamProfile.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserBitShared.StreamProfile.Builder.build()
UserBitShared.StreamProfile.Builder.buildPartial()
static UserBitShared.StreamProfile
UserBitShared.StreamProfile.getDefaultInstance()
UserBitShared.StreamProfile.Builder.getDefaultInstanceForType()
UserBitShared.StreamProfile.getDefaultInstanceForType()
UserBitShared.OperatorProfile.Builder.getInputProfile
(int index) repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.OperatorProfile.getInputProfile
(int index) repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.OperatorProfileOrBuilder.getInputProfile
(int index) repeated .exec.shared.StreamProfile input_profile = 1;
SchemaUserBitShared.StreamProfile.MessageSchema.newMessage()
static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseDelimitedFrom
(InputStream input) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(byte[] data) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(com.google.protobuf.ByteString data) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(com.google.protobuf.CodedInputStream input) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(InputStream input) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(ByteBuffer data) static UserBitShared.StreamProfile
UserBitShared.StreamProfile.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionUserBitShared.OperatorProfile.Builder.getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.OperatorProfile.getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.OperatorProfileOrBuilder.getInputProfileList()
repeated .exec.shared.StreamProfile input_profile = 1;
com.google.protobuf.Parser<UserBitShared.StreamProfile>
UserBitShared.StreamProfile.getParserForType()
static com.google.protobuf.Parser<UserBitShared.StreamProfile>
UserBitShared.StreamProfile.parser()
SchemaUserBitShared.StreamProfile.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionUserBitShared.OperatorProfile.Builder.addInputProfile
(int index, UserBitShared.StreamProfile value) repeated .exec.shared.StreamProfile input_profile = 1;
UserBitShared.OperatorProfile.Builder.addInputProfile
(UserBitShared.StreamProfile value) repeated .exec.shared.StreamProfile input_profile = 1;
boolean
SchemaUserBitShared.StreamProfile.MessageSchema.isInitialized
(UserBitShared.StreamProfile message) void
SchemaUserBitShared.StreamProfile.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.StreamProfile message) UserBitShared.StreamProfile.Builder.mergeFrom
(UserBitShared.StreamProfile other) UserBitShared.StreamProfile.newBuilder
(UserBitShared.StreamProfile prototype) UserBitShared.OperatorProfile.Builder.setInputProfile
(int index, UserBitShared.StreamProfile value) repeated .exec.shared.StreamProfile input_profile = 1;
void
SchemaUserBitShared.StreamProfile.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.StreamProfile message) Modifier and TypeMethodDescriptionUserBitShared.OperatorProfile.Builder.addAllInputProfile
(Iterable<? extends UserBitShared.StreamProfile> values) repeated .exec.shared.StreamProfile input_profile = 1;