Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.proto |
Modifier and Type | Field and Description |
---|---|
protected CatalogProtos.StoreType |
TableMeta.storeType |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StoreType |
TableMeta.getStoreType() |
static CatalogProtos.StoreType |
CatalogUtil.getStoreType(String typeStr) |
Modifier and Type | Method and Description |
---|---|
static TableMeta |
CatalogUtil.newTableMeta(CatalogProtos.StoreType type) |
static TableMeta |
CatalogUtil.newTableMeta(CatalogProtos.StoreType type,
Options options) |
Constructor and Description |
---|
TableDesc(String tableName,
Schema schema,
CatalogProtos.StoreType type,
Options options,
org.apache.hadoop.fs.Path path) |
TableMeta(CatalogProtos.StoreType type,
Options options) |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StoreType |
CatalogProtos.TableProtoOrBuilder.getStoreType()
required .StoreType storeType = 1; |
CatalogProtos.StoreType |
CatalogProtos.TableProto.getStoreType()
required .StoreType storeType = 1; |
CatalogProtos.StoreType |
CatalogProtos.TableProto.Builder.getStoreType()
required .StoreType storeType = 1; |
static CatalogProtos.StoreType |
CatalogProtos.StoreType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.StoreType |
CatalogProtos.StoreType.valueOf(int value) |
static CatalogProtos.StoreType |
CatalogProtos.StoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.StoreType[] |
CatalogProtos.StoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.StoreType> |
CatalogProtos.StoreType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.TableProto.Builder |
CatalogProtos.TableProto.Builder.setStoreType(CatalogProtos.StoreType value)
required .StoreType storeType = 1; |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.