| Package | Description |
|---|---|
| org.apache.drill.common.config |
Internal configuration state definitions.
|
| org.apache.drill.exec.proto | |
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.UserProperties |
DrillProperties.serializeForServer()
Serializes properties into a protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
static DrillProperties |
DrillProperties.createFromProperties(UserProtos.UserProperties userProperties,
boolean addOnlyKnownServerProperties)
Deserializes the given properties into DrillProperties.
|
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UserProtos.UserProperties> |
UserProtos.UserProperties.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.UserProperties |
UserProtos.UserProperties.Builder.build() |
UserProtos.UserProperties |
UserProtos.UserProperties.Builder.buildPartial() |
static UserProtos.UserProperties |
UserProtos.UserProperties.getDefaultInstance() |
UserProtos.UserProperties |
UserProtos.UserProperties.getDefaultInstanceForType() |
UserProtos.UserProperties |
UserProtos.UserProperties.Builder.getDefaultInstanceForType() |
UserProtos.UserProperties |
UserProtos.UserToBitHandshakeOrBuilder.getProperties()
optional .exec.user.UserProperties properties = 5; |
UserProtos.UserProperties |
UserProtos.UserToBitHandshake.getProperties()
optional .exec.user.UserProperties properties = 5; |
UserProtos.UserProperties |
UserProtos.UserToBitHandshake.Builder.getProperties()
optional .exec.user.UserProperties properties = 5; |
UserProtos.UserProperties |
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(ByteBuffer data) |
static UserProtos.UserProperties |
UserProtos.UserProperties.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UserProtos.UserProperties> |
UserProtos.UserProperties.getParserForType() |
static com.google.protobuf.Parser<UserProtos.UserProperties> |
UserProtos.UserProperties.parser() |
Class<UserProtos.UserProperties> |
SchemaUserProtos.UserProperties.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaUserProtos.UserProperties.MessageSchema.isInitialized(UserProtos.UserProperties message) |
void |
SchemaUserProtos.UserProperties.MessageSchema.mergeFrom(io.protostuff.Input input,
UserProtos.UserProperties message) |
UserProtos.UserProperties.Builder |
UserProtos.UserProperties.Builder.mergeFrom(UserProtos.UserProperties other) |
UserProtos.UserToBitHandshake.Builder |
UserProtos.UserToBitHandshake.Builder.mergeProperties(UserProtos.UserProperties value)
optional .exec.user.UserProperties properties = 5; |
static UserProtos.UserProperties.Builder |
UserProtos.UserProperties.newBuilder(UserProtos.UserProperties prototype) |
UserProtos.UserToBitHandshake.Builder |
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) |
| Modifier and Type | Method and Description |
|---|---|
UserSession.Builder |
UserSession.Builder.withUserProperties(UserProtos.UserProperties properties) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.