public class TableDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableDescription.Builder
BUILDER
|
static class |
TableDescription.PartitionStats |
static class |
TableDescription.TableStats |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnFamily> |
getColumnFamilies() |
List<TableColumn> |
getColumns() |
List<TableIndex> |
getIndexes() |
List<KeyRange> |
getKeyRanges() |
PartitioningSettings |
getPartitioningSettings() |
List<TableDescription.PartitionStats> |
getPartitionStats() |
List<String> |
getPrimaryKeys() |
TableDescription.TableStats |
getTableStats() |
TableTtl |
getTableTtl() |
static TableDescription.Builder |
newBuilder() |
public static TableDescription.Builder newBuilder()
public List<TableColumn> getColumns()
public List<TableIndex> getIndexes()
@Nullable public PartitioningSettings getPartitioningSettings()
@Nullable public TableDescription.TableStats getTableStats()
public List<TableDescription.PartitionStats> getPartitionStats()
public List<ColumnFamily> getColumnFamilies()
public TableTtl getTableTtl()
Copyright © 2023. All rights reserved.