Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDatabaseSchema
-
-
Uses of TDatabaseSchema in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TDatabaseSchema Modifier and Type Field Description TDatabaseSchemaIConfigNodeRPCService.alterDatabase_args. databaseSchemaTDatabaseSchemaIConfigNodeRPCService.setDatabase_args. databaseSchemaFields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TDatabaseSchema Modifier and Type Field Description Map<String,TDatabaseSchema>TDatabaseSchemaResp. databaseSchemaMapMethods in org.apache.iotdb.confignode.rpc.thrift that return TDatabaseSchema Modifier and Type Method Description TDatabaseSchemaTDatabaseSchema. deepCopy()TDatabaseSchemaIConfigNodeRPCService.alterDatabase_args. getDatabaseSchema()TDatabaseSchemaIConfigNodeRPCService.setDatabase_args. getDatabaseSchema()TDatabaseSchemaTDatabaseSchema. setDataReplicationFactor(int dataReplicationFactor)TDatabaseSchemaTDatabaseSchema. setMaxDataRegionGroupNum(int maxDataRegionGroupNum)TDatabaseSchemaTDatabaseSchema. setMaxSchemaRegionGroupNum(int maxSchemaRegionGroupNum)TDatabaseSchemaTDatabaseSchema. setMinDataRegionGroupNum(int minDataRegionGroupNum)TDatabaseSchemaTDatabaseSchema. setMinSchemaRegionGroupNum(int minSchemaRegionGroupNum)TDatabaseSchemaTDatabaseSchema. setName(String name)TDatabaseSchemaTDatabaseSchema. setSchemaReplicationFactor(int schemaReplicationFactor)TDatabaseSchemaTDatabaseSchema. setTimePartitionInterval(long timePartitionInterval)TDatabaseSchemaTDatabaseSchema. setTTL(long TTL)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDatabaseSchema Modifier and Type Method Description Map<String,TDatabaseSchema>TDatabaseSchemaResp. getDatabaseSchemaMap()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDatabaseSchema Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. alterDatabase(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. alterDatabase(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. alterDatabase(TDatabaseSchema databaseSchema)TSStatusIConfigNodeRPCService.Iface. alterDatabase(TDatabaseSchema databaseSchema)Alter a Database's schema, including TTL, ReplicationFactor, timePartitionInterval and RegionGroupNumintTDatabaseSchema. compareTo(TDatabaseSchema other)booleanTDatabaseSchema. equals(TDatabaseSchema that)voidTDatabaseSchemaResp. putToDatabaseSchemaMap(String key, TDatabaseSchema val)voidIConfigNodeRPCService.Client. send_alterDatabase(TDatabaseSchema databaseSchema)voidIConfigNodeRPCService.Client. send_setDatabase(TDatabaseSchema databaseSchema)voidIConfigNodeRPCService.AsyncClient. setDatabase(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)voidIConfigNodeRPCService.AsyncIface. setDatabase(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler)TSStatusIConfigNodeRPCService.Client. setDatabase(TDatabaseSchema databaseSchema)TSStatusIConfigNodeRPCService.Iface. setDatabase(TDatabaseSchema databaseSchema)Set a new Databse, all fields in TDatabaseSchema can be customized while the undefined fields will automatically use default valuesIConfigNodeRPCService.alterDatabase_argsIConfigNodeRPCService.alterDatabase_args. setDatabaseSchema(TDatabaseSchema databaseSchema)IConfigNodeRPCService.setDatabase_argsIConfigNodeRPCService.setDatabase_args. setDatabaseSchema(TDatabaseSchema databaseSchema)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDatabaseSchema Modifier and Type Method Description TDatabaseSchemaRespTDatabaseSchemaResp. setDatabaseSchemaMap(Map<String,TDatabaseSchema> databaseSchemaMap)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDatabaseSchema Constructor Description alterDatabase_args(TDatabaseSchema databaseSchema)alterDatabase_call(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)setDatabase_args(TDatabaseSchema databaseSchema)setDatabase_call(TDatabaseSchema databaseSchema, org.apache.thrift.async.AsyncMethodCallback<TSStatus> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TDatabaseSchema(TDatabaseSchema other)Performs a deep copy on other.
-