Package | Description |
---|---|
org.apache.tajo.catalog.proto | |
org.apache.tajo.catalog.statistics |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StatType |
CatalogProtos.StatProtoOrBuilder.getType()
required .StatType type = 1; |
CatalogProtos.StatType |
CatalogProtos.StatProto.getType()
required .StatType type = 1; |
CatalogProtos.StatType |
CatalogProtos.StatProto.Builder.getType()
required .StatType type = 1; |
static CatalogProtos.StatType |
CatalogProtos.StatType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.StatType |
CatalogProtos.StatType.valueOf(int value) |
static CatalogProtos.StatType |
CatalogProtos.StatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.StatType[] |
CatalogProtos.StatType.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.StatType> |
CatalogProtos.StatType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StatProto.Builder |
CatalogProtos.StatProto.Builder.setType(CatalogProtos.StatType value)
required .StatType type = 1; |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.StatType |
Stat.getType() |
Modifier and Type | Method and Description |
---|---|
boolean |
StatSet.containStat(CatalogProtos.StatType type) |
Stat |
StatSet.getStat(CatalogProtos.StatType type) |
Constructor and Description |
---|
Stat(CatalogProtos.StatType type) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.