| Package | Description |
|---|---|
| org.apache.drill.common.config |
Internal configuration state definitions.
|
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Method and Description |
|---|---|
static DrillProperties |
DrillProperties.createEmpty() |
static DrillProperties |
DrillProperties.createFromProperties(Properties properties)
Returns a new instance of DrillProperties from the given properties.
|
static DrillProperties |
DrillProperties.createFromProperties(UserProtos.UserProperties userProperties,
boolean addOnlyKnownServerProperties)
Deserializes the given properties into DrillProperties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserClient.connect(CoordinationProtos.DrillbitEndpoint endpoint,
DrillProperties properties,
UserBitShared.UserCredentials credentials)
Connects, and if required, authenticates.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.