Uses of Class
org.apache.drill.exec.proto.UserProtos.UserProperties
Packages that use UserProtos.UserProperties
Package
Description
Internal configuration state definitions.
-
Uses of UserProtos.UserProperties in org.apache.drill.common.config
Methods in org.apache.drill.common.config that return UserProtos.UserPropertiesModifier and TypeMethodDescriptionDrillProperties.serializeForServer()
Serializes properties into a protobuf message.Methods in org.apache.drill.common.config with parameters of type UserProtos.UserPropertiesModifier 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
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.UserPropertiesModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.UserPropertiesModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.UserPropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.getParserForType()
static com.google.protobuf.Parser<UserProtos.UserProperties>
UserProtos.UserProperties.parser()
SchemaUserProtos.UserProperties.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.UserPropertiesModifier 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
Methods in org.apache.drill.exec.rpc.user with parameters of type UserProtos.UserPropertiesModifier and TypeMethodDescriptionUserSession.Builder.withUserProperties
(UserProtos.UserProperties properties)