Uses of Class
org.apache.drill.exec.proto.UserProtos.UserProperties
Package
Description
Internal configuration state definitions.
-
Uses of UserProtos.UserProperties in org.apache.drill.common.config
Modifier and TypeMethodDescriptionDrillProperties.serializeForServer()
Serializes properties into a protobuf message.Modifier and TypeMethodDescriptionstatic DrillProperties
DrillProperties.createFromProperties
(UserProtos.UserProperties userProperties, boolean addOnlyKnownServerProperties) Deserializes the given properties into DrillProperties. -
Uses of UserProtos.UserProperties in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.UserProperties.Builder.build()
UserProtos.UserProperties.Builder.buildPartial()
static UserProtos.UserProperties
UserProtos.UserProperties.getDefaultInstance()
UserProtos.UserProperties.Builder.getDefaultInstanceForType()
UserProtos.UserProperties.getDefaultInstanceForType()
UserProtos.UserToBitHandshake.Builder.getProperties()
optional .exec.user.UserProperties properties = 5;
UserProtos.UserToBitHandshake.getProperties()
optional .exec.user.UserProperties properties = 5;
UserProtos.UserToBitHandshakeOrBuilder.getProperties()
optional .exec.user.UserProperties properties = 5;
SchemaUserProtos.UserProperties.MessageSchema.newMessage()
static UserProtos.UserProperties
UserProtos.UserProperties.parseDelimitedFrom
(InputStream input) static UserProtos.UserProperties
UserProtos.UserProperties.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(byte[] data) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(InputStream input) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(ByteBuffer data) static UserProtos.UserProperties
UserProtos.UserProperties.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.getParserForType()
static com.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.parser()
SchemaUserProtos.UserProperties.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.UserProperties.MessageSchema.isInitialized
(UserProtos.UserProperties message) void
SchemaUserProtos.UserProperties.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.UserProperties message) UserProtos.UserProperties.Builder.mergeFrom
(UserProtos.UserProperties other) UserProtos.UserToBitHandshake.Builder.mergeProperties
(UserProtos.UserProperties value) optional .exec.user.UserProperties properties = 5;
UserProtos.UserProperties.newBuilder
(UserProtos.UserProperties prototype) UserProtos.UserToBitHandshake.Builder.setProperties
(UserProtos.UserProperties value) optional .exec.user.UserProperties properties = 5;
void
SchemaUserProtos.UserProperties.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.UserProperties message) -
Uses of UserProtos.UserProperties in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionUserSession.Builder.withUserProperties
(UserProtos.UserProperties properties)