Class Meta.MetaALL

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.dingodb.meta.Meta.MetaALL
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Meta.MetaALLOrBuilder, Serializable
Enclosing class:
Meta

public static final class Meta.MetaALL extends com.google.protobuf.GeneratedMessageV3 implements Meta.MetaALLOrBuilder
Protobuf type dingodb.pb.meta.MetaALL
See Also:
  • Field Details

    • TENANTS_FIELD_NUMBER

      public static final int TENANTS_FIELD_NUMBER
      See Also:
    • SCHEMAS_FIELD_NUMBER

      public static final int SCHEMAS_FIELD_NUMBER
      See Also:
    • TABLES_AND_INDEXES_FIELD_NUMBER

      public static final int TABLES_AND_INDEXES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTenantsList

      public List<Meta.Tenant> getTenantsList()
      repeated .dingodb.pb.meta.Tenant tenants = 1;
      Specified by:
      getTenantsList in interface Meta.MetaALLOrBuilder
    • getTenantsOrBuilderList

      public List<? extends Meta.TenantOrBuilder> getTenantsOrBuilderList()
      repeated .dingodb.pb.meta.Tenant tenants = 1;
      Specified by:
      getTenantsOrBuilderList in interface Meta.MetaALLOrBuilder
    • getTenantsCount

      public int getTenantsCount()
      repeated .dingodb.pb.meta.Tenant tenants = 1;
      Specified by:
      getTenantsCount in interface Meta.MetaALLOrBuilder
    • getTenants

      public Meta.Tenant getTenants(int index)
      repeated .dingodb.pb.meta.Tenant tenants = 1;
      Specified by:
      getTenants in interface Meta.MetaALLOrBuilder
    • getTenantsOrBuilder

      public Meta.TenantOrBuilder getTenantsOrBuilder(int index)
      repeated .dingodb.pb.meta.Tenant tenants = 1;
      Specified by:
      getTenantsOrBuilder in interface Meta.MetaALLOrBuilder
    • getSchemasCount

      public int getSchemasCount()
      Description copied from interface: Meta.MetaALLOrBuilder
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
      Specified by:
      getSchemasCount in interface Meta.MetaALLOrBuilder
    • containsSchemas

      public boolean containsSchemas(long key)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
      Specified by:
      containsSchemas in interface Meta.MetaALLOrBuilder
    • getSchemas

      @Deprecated public Map<Long,Meta.Schemas> getSchemas()
      Deprecated.
      Use getSchemasMap() instead.
      Specified by:
      getSchemas in interface Meta.MetaALLOrBuilder
    • getSchemasMap

      public Map<Long,Meta.Schemas> getSchemasMap()
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
      Specified by:
      getSchemasMap in interface Meta.MetaALLOrBuilder
    • getSchemasOrDefault

      public Meta.Schemas getSchemasOrDefault(long key, Meta.Schemas defaultValue)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
      Specified by:
      getSchemasOrDefault in interface Meta.MetaALLOrBuilder
    • getSchemasOrThrow

      public Meta.Schemas getSchemasOrThrow(long key)
       key: tenant_id
       
      map<int64, .dingodb.pb.meta.Schemas> schemas = 2;
      Specified by:
      getSchemasOrThrow in interface Meta.MetaALLOrBuilder
    • getTablesAndIndexesCount

      public int getTablesAndIndexesCount()
      Description copied from interface: Meta.MetaALLOrBuilder
       key: Schema DingoCommonId = (EntityType|int64|int64)
       
      map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 3;
      Specified by:
      getTablesAndIndexesCount in interface Meta.MetaALLOrBuilder
    • containsTablesAndIndexes

      public boolean containsTablesAndIndexes(String key)
       key: Schema DingoCommonId = (EntityType|int64|int64)
       
      map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 3;
      Specified by:
      containsTablesAndIndexes in interface Meta.MetaALLOrBuilder
    • getTablesAndIndexes

      @Deprecated public Map<String,Meta.TablesAndIndexes> getTablesAndIndexes()
      Deprecated.
      Specified by:
      getTablesAndIndexes in interface Meta.MetaALLOrBuilder
    • getTablesAndIndexesMap

      public Map<String,Meta.TablesAndIndexes> getTablesAndIndexesMap()
       key: Schema DingoCommonId = (EntityType|int64|int64)
       
      map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 3;
      Specified by:
      getTablesAndIndexesMap in interface Meta.MetaALLOrBuilder
    • getTablesAndIndexesOrDefault

      public Meta.TablesAndIndexes getTablesAndIndexesOrDefault(String key, Meta.TablesAndIndexes defaultValue)
       key: Schema DingoCommonId = (EntityType|int64|int64)
       
      map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 3;
      Specified by:
      getTablesAndIndexesOrDefault in interface Meta.MetaALLOrBuilder
    • getTablesAndIndexesOrThrow

      public Meta.TablesAndIndexes getTablesAndIndexesOrThrow(String key)
       key: Schema DingoCommonId = (EntityType|int64|int64)
       
      map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 3;
      Specified by:
      getTablesAndIndexesOrThrow in interface Meta.MetaALLOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Meta.MetaALL parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Meta.MetaALL parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaALL parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Meta.MetaALL parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Meta.MetaALL parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaALL parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Meta.MetaALL parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Meta.MetaALL.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Meta.MetaALL.Builder newBuilder()
    • newBuilder

      public static Meta.MetaALL.Builder newBuilder(Meta.MetaALL prototype)
    • toBuilder

      public Meta.MetaALL.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Meta.MetaALL.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Meta.MetaALL getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Meta.MetaALL> parser()
    • getParserForType

      public com.google.protobuf.Parser<Meta.MetaALL> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Meta.MetaALL getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder