com.aliyun.openservices.ots.protocol
类 OtsProtocol.TableMeta

java.lang.Object
  继承者 com.google.protobuf.AbstractMessageLite
      继承者 com.google.protobuf.AbstractMessage
          继承者 com.google.protobuf.GeneratedMessage
              继承者 com.aliyun.openservices.ots.protocol.OtsProtocol.TableMeta
所有已实现的接口:
OtsProtocol.TableMetaOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
包容类:
OtsProtocol

public static final class OtsProtocol.TableMeta
extends com.google.protobuf.GeneratedMessage
implements OtsProtocol.TableMetaOrBuilder

另请参见:
序列化表格

嵌套类摘要
static class OtsProtocol.TableMeta.Builder
           
 
从类 com.google.protobuf.GeneratedMessage 继承的嵌套类/接口
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
字段摘要
static int PRIMARY_KEYS_FIELD_NUMBER
           
static int TABLE_GROUP_NAME_FIELD_NUMBER
           
static int TABLE_NAME_FIELD_NUMBER
           
static int VIEWS_FIELD_NUMBER
           
 
从类 com.google.protobuf.GeneratedMessage 继承的字段
alwaysUseFieldBuilders
 
方法摘要
static OtsProtocol.TableMeta getDefaultInstance()
           
 OtsProtocol.TableMeta getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 OtsProtocol.ColumnSchema getPrimaryKeys(int index)
           
 int getPrimaryKeysCount()
           
 List<OtsProtocol.ColumnSchema> getPrimaryKeysList()
           
 OtsProtocol.ColumnSchemaOrBuilder getPrimaryKeysOrBuilder(int index)
           
 List<? extends OtsProtocol.ColumnSchemaOrBuilder> getPrimaryKeysOrBuilderList()
           
 int getSerializedSize()
           
 String getTableGroupName()
           
 String getTableName()
           
 OtsProtocol.ViewMeta getViews(int index)
           
 int getViewsCount()
           
 List<OtsProtocol.ViewMeta> getViewsList()
           
 OtsProtocol.ViewMetaOrBuilder getViewsOrBuilder(int index)
           
 List<? extends OtsProtocol.ViewMetaOrBuilder> getViewsOrBuilderList()
           
 boolean hasTableGroupName()
           
 boolean hasTableName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OtsProtocol.TableMeta.Builder newBuilder()
           
static OtsProtocol.TableMeta.Builder newBuilder(OtsProtocol.TableMeta prototype)
           
 OtsProtocol.TableMeta.Builder newBuilderForType()
           
protected  OtsProtocol.TableMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static OtsProtocol.TableMeta parseDelimitedFrom(InputStream input)
           
static OtsProtocol.TableMeta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.TableMeta parseFrom(byte[] data)
           
static OtsProtocol.TableMeta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.TableMeta parseFrom(com.google.protobuf.ByteString data)
           
static OtsProtocol.TableMeta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.TableMeta parseFrom(com.google.protobuf.CodedInputStream input)
           
static OtsProtocol.TableMeta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OtsProtocol.TableMeta parseFrom(InputStream input)
           
static OtsProtocol.TableMeta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol.TableMeta.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
从类 com.google.protobuf.GeneratedMessage 继承的方法
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
从类 com.google.protobuf.AbstractMessage 继承的方法
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
从类 com.google.protobuf.AbstractMessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
从接口 com.google.protobuf.MessageLite 继承的方法
toByteArray, toByteString, writeDelimitedTo, writeTo
 

字段详细信息

TABLE_NAME_FIELD_NUMBER

public static final int TABLE_NAME_FIELD_NUMBER
另请参见:
常量字段值

VIEWS_FIELD_NUMBER

public static final int VIEWS_FIELD_NUMBER
另请参见:
常量字段值

PRIMARY_KEYS_FIELD_NUMBER

public static final int PRIMARY_KEYS_FIELD_NUMBER
另请参见:
常量字段值

TABLE_GROUP_NAME_FIELD_NUMBER

public static final int TABLE_GROUP_NAME_FIELD_NUMBER
另请参见:
常量字段值
方法详细信息

getDefaultInstance

public static OtsProtocol.TableMeta getDefaultInstance()

getDefaultInstanceForType

public OtsProtocol.TableMeta getDefaultInstanceForType()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
指定者:
com.google.protobuf.GeneratedMessage 中的 internalGetFieldAccessorTable

hasTableName

public boolean hasTableName()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 hasTableName

getTableName

public String getTableName()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getTableName

getViewsList

public List<OtsProtocol.ViewMeta> getViewsList()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getViewsList

getViewsOrBuilderList

public List<? extends OtsProtocol.ViewMetaOrBuilder> getViewsOrBuilderList()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getViewsOrBuilderList

getViewsCount

public int getViewsCount()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getViewsCount

getViews

public OtsProtocol.ViewMeta getViews(int index)
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getViews

getViewsOrBuilder

public OtsProtocol.ViewMetaOrBuilder getViewsOrBuilder(int index)
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getViewsOrBuilder

getPrimaryKeysList

public List<OtsProtocol.ColumnSchema> getPrimaryKeysList()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getPrimaryKeysList

getPrimaryKeysOrBuilderList

public List<? extends OtsProtocol.ColumnSchemaOrBuilder> getPrimaryKeysOrBuilderList()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getPrimaryKeysOrBuilderList

getPrimaryKeysCount

public int getPrimaryKeysCount()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getPrimaryKeysCount

getPrimaryKeys

public OtsProtocol.ColumnSchema getPrimaryKeys(int index)
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getPrimaryKeys

getPrimaryKeysOrBuilder

public OtsProtocol.ColumnSchemaOrBuilder getPrimaryKeysOrBuilder(int index)
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getPrimaryKeysOrBuilder

hasTableGroupName

public boolean hasTableGroupName()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 hasTableGroupName

getTableGroupName

public String getTableGroupName()
指定者:
接口 OtsProtocol.TableMetaOrBuilder 中的 getTableGroupName

isInitialized

public final boolean isInitialized()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized
覆盖:
com.google.protobuf.GeneratedMessage 中的 isInitialized

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
指定者:
接口 com.google.protobuf.MessageLite 中的 writeTo
覆盖:
com.google.protobuf.AbstractMessage 中的 writeTo
抛出:
IOException

getSerializedSize

public int getSerializedSize()
指定者:
接口 com.google.protobuf.MessageLite 中的 getSerializedSize
覆盖:
com.google.protobuf.AbstractMessage 中的 getSerializedSize

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
覆盖:
com.google.protobuf.GeneratedMessage 中的 writeReplace
抛出:
ObjectStreamException

parseFrom

public static OtsProtocol.TableMeta parseFrom(com.google.protobuf.ByteString data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol.TableMeta parseFrom(com.google.protobuf.ByteString data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol.TableMeta parseFrom(byte[] data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol.TableMeta parseFrom(byte[] data,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws com.google.protobuf.InvalidProtocolBufferException
抛出:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static OtsProtocol.TableMeta parseFrom(InputStream input)
                                       throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol.TableMeta parseFrom(InputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
抛出:
IOException

parseDelimitedFrom

public static OtsProtocol.TableMeta parseDelimitedFrom(InputStream input)
                                                throws IOException
抛出:
IOException

parseDelimitedFrom

public static OtsProtocol.TableMeta parseDelimitedFrom(InputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol.TableMeta parseFrom(com.google.protobuf.CodedInputStream input)
                                       throws IOException
抛出:
IOException

parseFrom

public static OtsProtocol.TableMeta parseFrom(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
抛出:
IOException

newBuilder

public static OtsProtocol.TableMeta.Builder newBuilder()

newBuilderForType

public OtsProtocol.TableMeta.Builder newBuilderForType()
指定者:
接口 com.google.protobuf.Message 中的 newBuilderForType
指定者:
接口 com.google.protobuf.MessageLite 中的 newBuilderForType

newBuilder

public static OtsProtocol.TableMeta.Builder newBuilder(OtsProtocol.TableMeta prototype)

toBuilder

public OtsProtocol.TableMeta.Builder toBuilder()
指定者:
接口 com.google.protobuf.Message 中的 toBuilder
指定者:
接口 com.google.protobuf.MessageLite 中的 toBuilder

newBuilderForType

protected OtsProtocol.TableMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
指定者:
com.google.protobuf.GeneratedMessage 中的 newBuilderForType


Copyright © 2013. All Rights Reserved.