| Package | Description |
|---|---|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.CollateSupport |
UserProtos.CollateSupport.forNumber(int value) |
UserProtos.CollateSupport |
UserProtos.ServerMetaOrBuilder.getCollateSupport(int index)
COLLATE support
|
UserProtos.CollateSupport |
UserProtos.ServerMeta.getCollateSupport(int index)
COLLATE support
|
UserProtos.CollateSupport |
UserProtos.ServerMeta.Builder.getCollateSupport(int index)
COLLATE support
|
static UserProtos.CollateSupport |
UserProtos.CollateSupport.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.CollateSupport |
UserProtos.CollateSupport.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.CollateSupport |
UserProtos.CollateSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.CollateSupport[] |
UserProtos.CollateSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProtos.CollateSupport> |
UserProtos.ServerMetaOrBuilder.getCollateSupportList()
COLLATE support
|
List<UserProtos.CollateSupport> |
UserProtos.ServerMeta.getCollateSupportList()
COLLATE support
|
List<UserProtos.CollateSupport> |
UserProtos.ServerMeta.Builder.getCollateSupportList()
COLLATE support
|
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.CollateSupport> |
UserProtos.CollateSupport.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.ServerMeta.Builder |
UserProtos.ServerMeta.Builder.addCollateSupport(UserProtos.CollateSupport value)
COLLATE support
|
UserProtos.ServerMeta.Builder |
UserProtos.ServerMeta.Builder.setCollateSupport(int index,
UserProtos.CollateSupport value)
COLLATE support
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.ServerMeta.Builder |
UserProtos.ServerMeta.Builder.addAllCollateSupport(Iterable<? extends UserProtos.CollateSupport> values)
COLLATE support
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.