Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Layout> |
Layout.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Layout |
Layout.Builder.build() |
Layout |
Layout.Builder.buildPartial() |
Layout |
PartitionOrBuilder.getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
Layout |
Partition.getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
Layout |
Partition.Builder.getBaseLayout()
optional .alluxio.grpc.table.Layout base_layout = 2; |
static Layout |
Layout.getDefaultInstance() |
Layout |
Layout.getDefaultInstanceForType() |
Layout |
Layout.Builder.getDefaultInstanceForType() |
Layout |
TableInfoOrBuilder.getLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
Layout |
TableInfo.getLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
Layout |
TableInfo.Builder.getLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
Layout |
TransformationOrBuilder.getLayout()
optional .alluxio.grpc.table.Layout layout = 1; |
Layout |
Transformation.getLayout()
optional .alluxio.grpc.table.Layout layout = 1; |
Layout |
Transformation.Builder.getLayout()
optional .alluxio.grpc.table.Layout layout = 1; |
static Layout |
Layout.parseDelimitedFrom(InputStream input) |
static Layout |
Layout.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layout |
Layout.parseFrom(byte[] data) |
static Layout |
Layout.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layout |
Layout.parseFrom(ByteBuffer data) |
static Layout |
Layout.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layout |
Layout.parseFrom(com.google.protobuf.ByteString data) |
static Layout |
Layout.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layout |
Layout.parseFrom(com.google.protobuf.CodedInputStream input) |
static Layout |
Layout.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Layout |
Layout.parseFrom(InputStream input) |
static Layout |
Layout.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Layout> |
Layout.getParserForType() |
static com.google.protobuf.Parser<Layout> |
Layout.parser() |
Modifier and Type | Method and Description |
---|---|
Partition.Builder |
Partition.Builder.mergeBaseLayout(Layout value)
optional .alluxio.grpc.table.Layout base_layout = 2; |
Layout.Builder |
Layout.Builder.mergeFrom(Layout other) |
TableInfo.Builder |
TableInfo.Builder.mergeLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 6; |
Transformation.Builder |
Transformation.Builder.mergeLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 1; |
static Layout.Builder |
Layout.newBuilder(Layout prototype) |
Partition.Builder |
Partition.Builder.setBaseLayout(Layout value)
optional .alluxio.grpc.table.Layout base_layout = 2; |
TableInfo.Builder |
TableInfo.Builder.setLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 6; |
Transformation.Builder |
Transformation.Builder.setLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 1; |
Modifier and Type | Method and Description |
---|---|
Layout |
UnpartitionedTableScheme.getTableLayout() |
Layout |
PartitionedTableScheme.getTableLayout() |
Layout |
PartitionScheme.getTableLayout()
Get table layout.
|
Modifier and Type | Method and Description |
---|---|
static PartitionScheme |
PartitionScheme.create(List<Partition> partitions,
Layout layout,
List<FieldSchema> partCols)
create a partition scheme object.
|
Modifier and Type | Method and Description |
---|---|
Layout |
Table.AddTableEntryOrBuilder.getLayout()
optional .alluxio.grpc.table.Layout layout = 5; |
Layout |
Table.AddTableEntry.getLayout()
optional .alluxio.grpc.table.Layout layout = 5; |
Layout |
Table.AddTableEntry.Builder.getLayout()
optional .alluxio.grpc.table.Layout layout = 5; |
Layout |
Table.CompleteTransformTableEntryOrBuilder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.Builder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.AddTransformJobInfoEntryOrBuilder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.Builder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.CompleteTransformTableEntryOrBuilder.getTransformedLayoutsOrThrow(String key)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.getTransformedLayoutsOrThrow(String key)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.Builder.getTransformedLayoutsOrThrow(String key)
Map from partition spec to transformed layout
|
Layout |
Table.AddTransformJobInfoEntryOrBuilder.getTransformedLayoutsOrThrow(String key)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.getTransformedLayoutsOrThrow(String key)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.Builder.getTransformedLayoutsOrThrow(String key)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Modifier and Type | Method and Description |
---|---|
Map<String,Layout> |
Table.CompleteTransformTableEntry.Builder.getMutableTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.AddTransformJobInfoEntry.Builder.getMutableTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.CompleteTransformTableEntryOrBuilder.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.CompleteTransformTableEntry.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.CompleteTransformTableEntry.Builder.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.AddTransformJobInfoEntryOrBuilder.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.AddTransformJobInfoEntry.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.AddTransformJobInfoEntry.Builder.getTransformedLayouts()
Deprecated.
|
Map<String,Layout> |
Table.CompleteTransformTableEntryOrBuilder.getTransformedLayoutsMap()
Map from partition spec to transformed layout
|
Map<String,Layout> |
Table.CompleteTransformTableEntry.getTransformedLayoutsMap()
Map from partition spec to transformed layout
|
Map<String,Layout> |
Table.CompleteTransformTableEntry.Builder.getTransformedLayoutsMap()
Map from partition spec to transformed layout
|
Map<String,Layout> |
Table.AddTransformJobInfoEntryOrBuilder.getTransformedLayoutsMap()
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Map<String,Layout> |
Table.AddTransformJobInfoEntry.getTransformedLayoutsMap()
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Map<String,Layout> |
Table.AddTransformJobInfoEntry.Builder.getTransformedLayoutsMap()
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Modifier and Type | Method and Description |
---|---|
Layout |
Table.CompleteTransformTableEntryOrBuilder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.CompleteTransformTableEntry.Builder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
Map from partition spec to transformed layout
|
Layout |
Table.AddTransformJobInfoEntryOrBuilder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Layout |
Table.AddTransformJobInfoEntry.Builder.getTransformedLayoutsOrDefault(String key,
Layout defaultValue)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.mergeLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 5; |
Table.CompleteTransformTableEntry.Builder |
Table.CompleteTransformTableEntry.Builder.putTransformedLayouts(String key,
Layout value)
Map from partition spec to transformed layout
|
Table.AddTransformJobInfoEntry.Builder |
Table.AddTransformJobInfoEntry.Builder.putTransformedLayouts(String key,
Layout value)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Table.AddTableEntry.Builder |
Table.AddTableEntry.Builder.setLayout(Layout value)
optional .alluxio.grpc.table.Layout layout = 5; |
Modifier and Type | Method and Description |
---|---|
Table.CompleteTransformTableEntry.Builder |
Table.CompleteTransformTableEntry.Builder.putAllTransformedLayouts(Map<String,Layout> values)
Map from partition spec to transformed layout
|
Table.AddTransformJobInfoEntry.Builder |
Table.AddTransformJobInfoEntry.Builder.putAllTransformedLayouts(Map<String,Layout> values)
map<string, .alluxio.grpc.table.Layout> transformed_layouts = 5; |
Modifier and Type | Method and Description |
---|---|
static boolean |
ProtoUtils.isHiveLayout(Layout layout) |
static PartitionInfo |
ProtoUtils.toHiveLayout(Layout layout) |
Modifier and Type | Method and Description |
---|---|
default Layout |
Layout.toProto() |
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutRegistry.create(Layout layoutProto)
Creates a new instance of a
Layout . |
Layout |
LayoutFactory.create(Layout layoutProto) |
Modifier and Type | Method and Description |
---|---|
Layout |
HiveLayout.HiveLayoutFactory.create(Layout layoutProto) |
Modifier and Type | Method and Description |
---|---|
Layout |
UdbTable.getLayout() |
Modifier and Type | Method and Description |
---|---|
Layout |
GlueTable.getLayout() |
Constructor and Description |
---|
GlueTable(GlueDatabase glueDatabase,
PathTranslator pathTranslator,
String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
com.amazonaws.services.glue.model.Table table)
Create a new glue table instance.
|
Modifier and Type | Method and Description |
---|---|
Layout |
HiveTable.getLayout() |
Constructor and Description |
---|
HiveTable(String name,
Schema schema,
List<ColumnStatisticsInfo> statistics,
List<FieldSchema> cols,
List<UdbPartition> udbPartitions,
Layout layout,
org.apache.hadoop.hive.metastore.api.Table table)
Creates a new instance.
|
Copyright © 2023. All Rights Reserved.