public static interface PlanProto.PersistentStoreNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getChildSeq()
required int32 childSeq = 1; |
CatalogProtos.StoreType |
getStorageType()
required .StoreType storageType = 2; |
PrimitiveProtos.KeyValueSetProto |
getTableProperties()
required .KeyValueSetProto tableProperties = 3; |
PrimitiveProtos.KeyValueSetProtoOrBuilder |
getTablePropertiesOrBuilder()
required .KeyValueSetProto tableProperties = 3; |
boolean |
hasChildSeq()
required int32 childSeq = 1; |
boolean |
hasStorageType()
required .StoreType storageType = 2; |
boolean |
hasTableProperties()
required .KeyValueSetProto tableProperties = 3; |
boolean hasChildSeq()
required int32 childSeq = 1;int getChildSeq()
required int32 childSeq = 1;boolean hasStorageType()
required .StoreType storageType = 2;CatalogProtos.StoreType getStorageType()
required .StoreType storageType = 2;boolean hasTableProperties()
required .KeyValueSetProto tableProperties = 3;PrimitiveProtos.KeyValueSetProto getTableProperties()
required .KeyValueSetProto tableProperties = 3;PrimitiveProtos.KeyValueSetProtoOrBuilder getTablePropertiesOrBuilder()
required .KeyValueSetProto tableProperties = 3;Copyright © 2015 Apache Software Foundation. All Rights Reserved.