Package io.dingodb.meta
Class MetaServiceGrpc
java.lang.Object
io.dingodb.meta.MetaServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.69.0)",
comments="Source: meta.proto")
public final class MetaServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service MetaService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service MetaService.static classBase class for the server implementation of the service MetaService.static final classA stub to allow clients to do asynchronous rpc calls to service MetaService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(MetaServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Meta.AddIndexOnTableRequest,Meta.AddIndexOnTableResponse> static io.grpc.MethodDescriptor<Meta.CleanDeletedIndexRequest,Meta.CleanDeletedIndexResponse> static io.grpc.MethodDescriptor<Meta.CleanDeletedTableRequest,Meta.CleanDeletedTableResponse> static io.grpc.MethodDescriptor<Meta.CreateAutoIncrementRequest,Meta.CreateAutoIncrementResponse> static io.grpc.MethodDescriptor<Meta.CreateAutoIncrementsRequest,Meta.CreateAutoIncrementsResponse> static io.grpc.MethodDescriptor<Meta.CreateIndexIdRequest,Meta.CreateIndexIdResponse> static io.grpc.MethodDescriptor<Meta.CreateIndexMetasRequest,Meta.CreateIndexMetasResponse> static io.grpc.MethodDescriptor<Meta.CreateIndexRequest,Meta.CreateIndexResponse> static io.grpc.MethodDescriptor<Meta.CreateOrUpdateAutoIncrementsRequest,Meta.CreateOrUpdateAutoIncrementsResponse> static io.grpc.MethodDescriptor<Meta.CreateSchemaRequest,Meta.CreateSchemaResponse> static io.grpc.MethodDescriptor<Meta.CreateSchemasRequest,Meta.CreateSchemasResponse> static io.grpc.MethodDescriptor<Meta.CreateTableIdRequest,Meta.CreateTableIdResponse> static io.grpc.MethodDescriptor<Meta.CreateTableIdsRequest,Meta.CreateTableIdsResponse> static io.grpc.MethodDescriptor<Meta.CreateTableRequest,Meta.CreateTableResponse> static io.grpc.MethodDescriptor<Meta.CreateTablesRequest,Meta.CreateTablesResponse> static io.grpc.MethodDescriptor<Meta.CreateTenantRequest,Meta.CreateTenantResponse> static io.grpc.MethodDescriptor<Meta.CreateTenantsRequest,Meta.CreateTenantsResponse> static io.grpc.MethodDescriptor<Meta.DeleteAutoIncrementRequest,Meta.DeleteAutoIncrementResponse> static io.grpc.MethodDescriptor<Meta.DropIndexRequest,Meta.DropIndexResponse> static io.grpc.MethodDescriptor<Meta.DropIndexOnTableRequest,Meta.DropIndexOnTableResponse> static io.grpc.MethodDescriptor<Meta.DropSchemaRequest,Meta.DropSchemaResponse> static io.grpc.MethodDescriptor<Meta.DropTableRequest,Meta.DropTableResponse> static io.grpc.MethodDescriptor<Meta.DropTablesRequest,Meta.DropTablesResponse> static io.grpc.MethodDescriptor<Meta.DropTenantRequest,Meta.DropTenantResponse> static io.grpc.MethodDescriptor<Meta.ExportMetaRequest,Meta.ExportMetaResponse> static io.grpc.MethodDescriptor<Meta.GenerateAutoIncrementRequest,Meta.GenerateAutoIncrementResponse> static io.grpc.MethodDescriptor<Meta.GenerateTableIdsRequest,Meta.GenerateTableIdsResponse> static io.grpc.MethodDescriptor<Meta.GetAutoIncrementRequest,Meta.GetAutoIncrementResponse> static io.grpc.MethodDescriptor<Meta.GetAutoIncrementsRequest,Meta.GetAutoIncrementsResponse> static io.grpc.MethodDescriptor<Meta.GetDeletedIndexRequest,Meta.GetDeletedIndexResponse> static io.grpc.MethodDescriptor<Meta.GetDeletedTableRequest,Meta.GetDeletedTableResponse> static io.grpc.MethodDescriptor<Meta.GetIndexByNameRequest,Meta.GetIndexByNameResponse> static io.grpc.MethodDescriptor<Meta.GetIndexesCountRequest,Meta.GetIndexesCountResponse> static io.grpc.MethodDescriptor<Meta.GetIndexesRequest,Meta.GetIndexesResponse> static io.grpc.MethodDescriptor<Meta.GetIndexRequest,Meta.GetIndexResponse> static io.grpc.MethodDescriptor<Meta.GetIndexMetricsRequest,Meta.GetIndexMetricsResponse> static io.grpc.MethodDescriptor<Meta.GetIndexRangeRequest,Meta.GetIndexRangeResponse> static io.grpc.MethodDescriptor<Meta.HelloRequest,Meta.HelloResponse> static io.grpc.MethodDescriptor<Meta.GetSchemaByNameRequest,Meta.GetSchemaByNameResponse> static io.grpc.MethodDescriptor<Meta.GetSchemaRequest,Meta.GetSchemaResponse> static io.grpc.MethodDescriptor<Meta.GetSchemasRequest,Meta.GetSchemasResponse> static io.grpc.MethodDescriptor<Meta.GetTableByNameRequest,Meta.GetTableByNameResponse> static io.grpc.MethodDescriptor<Meta.GetTableRequest,Meta.GetTableResponse> static io.grpc.MethodDescriptor<Meta.GetTableMetricsRequest,Meta.GetTableMetricsResponse> static io.grpc.MethodDescriptor<Meta.GetTableRangeRequest,Meta.GetTableRangeResponse> static io.grpc.MethodDescriptor<Meta.GetTablesBySchemaRequest,Meta.GetTablesBySchemaResponse> static io.grpc.MethodDescriptor<Meta.GetTablesCountRequest,Meta.GetTablesCountResponse> static io.grpc.MethodDescriptor<Meta.GetTablesRequest,Meta.GetTablesResponse> static io.grpc.MethodDescriptor<Meta.GetTenantsRequest,Meta.GetTenantsResponse> static io.grpc.MethodDescriptor<Meta.TsoRequest,Meta.TsoResponse> static io.grpc.MethodDescriptor<Meta.HelloRequest,Meta.HelloResponse> static io.grpc.MethodDescriptor<Meta.ImportIdEpochTypeRequest,Meta.ImportIdEpochTypeResponse> static io.grpc.MethodDescriptor<Meta.ImportMetaRequest,Meta.ImportMetaResponse> static io.grpc.MethodDescriptor<Meta.ListWatchRequest,Meta.ListWatchResponse> static io.grpc.MethodDescriptor<Meta.SaveIdEpochTypeRequest,Meta.SaveIdEpochTypeResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Meta.SwitchAutoSplitRequest,Meta.SwitchAutoSplitResponse> static io.grpc.MethodDescriptor<Meta.TsoRequest,Meta.TsoResponse> static io.grpc.MethodDescriptor<Meta.UpdateAutoIncrementRequest,Meta.UpdateAutoIncrementResponse> static io.grpc.MethodDescriptor<Meta.UpdateIndexRequest,Meta.UpdateIndexResponse> static io.grpc.MethodDescriptor<Meta.UpdateTablesRequest,Meta.UpdateTablesResponse> static io.grpc.MethodDescriptor<Meta.UpdateTenantRequest,Meta.UpdateTenantResponse> static io.grpc.MethodDescriptor<Meta.WatchRequest,Meta.WatchResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getHelloMethod
-
getGetMemoryInfoMethod
public static io.grpc.MethodDescriptor<Meta.HelloRequest,Meta.HelloResponse> getGetMemoryInfoMethod() -
getGetTsoInfoMethod
-
getGetSchemasMethod
public static io.grpc.MethodDescriptor<Meta.GetSchemasRequest,Meta.GetSchemasResponse> getGetSchemasMethod() -
getGetSchemaMethod
public static io.grpc.MethodDescriptor<Meta.GetSchemaRequest,Meta.GetSchemaResponse> getGetSchemaMethod() -
getGetSchemaByNameMethod
public static io.grpc.MethodDescriptor<Meta.GetSchemaByNameRequest,Meta.GetSchemaByNameResponse> getGetSchemaByNameMethod() -
getGetTablesBySchemaMethod
public static io.grpc.MethodDescriptor<Meta.GetTablesBySchemaRequest,Meta.GetTablesBySchemaResponse> getGetTablesBySchemaMethod() -
getGetTablesCountMethod
public static io.grpc.MethodDescriptor<Meta.GetTablesCountRequest,Meta.GetTablesCountResponse> getGetTablesCountMethod() -
getGetTableMethod
public static io.grpc.MethodDescriptor<Meta.GetTableRequest,Meta.GetTableResponse> getGetTableMethod() -
getGetTableByNameMethod
public static io.grpc.MethodDescriptor<Meta.GetTableByNameRequest,Meta.GetTableByNameResponse> getGetTableByNameMethod() -
getGetTableRangeMethod
public static io.grpc.MethodDescriptor<Meta.GetTableRangeRequest,Meta.GetTableRangeResponse> getGetTableRangeMethod() -
getGetTableMetricsMethod
public static io.grpc.MethodDescriptor<Meta.GetTableMetricsRequest,Meta.GetTableMetricsResponse> getGetTableMetricsMethod() -
getCreateTableIdMethod
public static io.grpc.MethodDescriptor<Meta.CreateTableIdRequest,Meta.CreateTableIdResponse> getCreateTableIdMethod() -
getCreateTableIdsMethod
public static io.grpc.MethodDescriptor<Meta.CreateTableIdsRequest,Meta.CreateTableIdsResponse> getCreateTableIdsMethod() -
getCreateTableMethod
public static io.grpc.MethodDescriptor<Meta.CreateTableRequest,Meta.CreateTableResponse> getCreateTableMethod() -
getDropTableMethod
public static io.grpc.MethodDescriptor<Meta.DropTableRequest,Meta.DropTableResponse> getDropTableMethod() -
getGenerateTableIdsMethod
public static io.grpc.MethodDescriptor<Meta.GenerateTableIdsRequest,Meta.GenerateTableIdsResponse> getGenerateTableIdsMethod() -
getCreateTablesMethod
public static io.grpc.MethodDescriptor<Meta.CreateTablesRequest,Meta.CreateTablesResponse> getCreateTablesMethod() -
getUpdateTablesMethod
public static io.grpc.MethodDescriptor<Meta.UpdateTablesRequest,Meta.UpdateTablesResponse> getUpdateTablesMethod() -
getAddIndexOnTableMethod
public static io.grpc.MethodDescriptor<Meta.AddIndexOnTableRequest,Meta.AddIndexOnTableResponse> getAddIndexOnTableMethod() -
getDropIndexOnTableMethod
public static io.grpc.MethodDescriptor<Meta.DropIndexOnTableRequest,Meta.DropIndexOnTableResponse> getDropIndexOnTableMethod() -
getGetTablesMethod
public static io.grpc.MethodDescriptor<Meta.GetTablesRequest,Meta.GetTablesResponse> getGetTablesMethod() -
getDropTablesMethod
public static io.grpc.MethodDescriptor<Meta.DropTablesRequest,Meta.DropTablesResponse> getDropTablesMethod() -
getGetIndexesMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexesRequest,Meta.GetIndexesResponse> getGetIndexesMethod() -
getGetIndexesCountMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexesCountRequest,Meta.GetIndexesCountResponse> getGetIndexesCountMethod() -
getGetIndexMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexRequest,Meta.GetIndexResponse> getGetIndexMethod() -
getGetIndexByNameMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexByNameRequest,Meta.GetIndexByNameResponse> getGetIndexByNameMethod() -
getGetIndexRangeMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexRangeRequest,Meta.GetIndexRangeResponse> getGetIndexRangeMethod() -
getGetIndexMetricsMethod
public static io.grpc.MethodDescriptor<Meta.GetIndexMetricsRequest,Meta.GetIndexMetricsResponse> getGetIndexMetricsMethod() -
getCreateIndexIdMethod
public static io.grpc.MethodDescriptor<Meta.CreateIndexIdRequest,Meta.CreateIndexIdResponse> getCreateIndexIdMethod() -
getCreateIndexMethod
public static io.grpc.MethodDescriptor<Meta.CreateIndexRequest,Meta.CreateIndexResponse> getCreateIndexMethod() -
getUpdateIndexMethod
public static io.grpc.MethodDescriptor<Meta.UpdateIndexRequest,Meta.UpdateIndexResponse> getUpdateIndexMethod() -
getDropIndexMethod
public static io.grpc.MethodDescriptor<Meta.DropIndexRequest,Meta.DropIndexResponse> getDropIndexMethod() -
getCreateSchemaMethod
public static io.grpc.MethodDescriptor<Meta.CreateSchemaRequest,Meta.CreateSchemaResponse> getCreateSchemaMethod() -
getDropSchemaMethod
public static io.grpc.MethodDescriptor<Meta.DropSchemaRequest,Meta.DropSchemaResponse> getDropSchemaMethod() -
getGetAutoIncrementsMethod
public static io.grpc.MethodDescriptor<Meta.GetAutoIncrementsRequest,Meta.GetAutoIncrementsResponse> getGetAutoIncrementsMethod() -
getGetAutoIncrementMethod
public static io.grpc.MethodDescriptor<Meta.GetAutoIncrementRequest,Meta.GetAutoIncrementResponse> getGetAutoIncrementMethod() -
getCreateAutoIncrementMethod
public static io.grpc.MethodDescriptor<Meta.CreateAutoIncrementRequest,Meta.CreateAutoIncrementResponse> getCreateAutoIncrementMethod() -
getCreateAutoIncrementsMethod
public static io.grpc.MethodDescriptor<Meta.CreateAutoIncrementsRequest,Meta.CreateAutoIncrementsResponse> getCreateAutoIncrementsMethod() -
getUpdateAutoIncrementMethod
public static io.grpc.MethodDescriptor<Meta.UpdateAutoIncrementRequest,Meta.UpdateAutoIncrementResponse> getUpdateAutoIncrementMethod() -
getGenerateAutoIncrementMethod
public static io.grpc.MethodDescriptor<Meta.GenerateAutoIncrementRequest,Meta.GenerateAutoIncrementResponse> getGenerateAutoIncrementMethod() -
getDeleteAutoIncrementMethod
public static io.grpc.MethodDescriptor<Meta.DeleteAutoIncrementRequest,Meta.DeleteAutoIncrementResponse> getDeleteAutoIncrementMethod() -
getSwitchAutoSplitMethod
public static io.grpc.MethodDescriptor<Meta.SwitchAutoSplitRequest,Meta.SwitchAutoSplitResponse> getSwitchAutoSplitMethod() -
getTsoServiceMethod
-
getGetDeletedTableMethod
public static io.grpc.MethodDescriptor<Meta.GetDeletedTableRequest,Meta.GetDeletedTableResponse> getGetDeletedTableMethod() -
getCleanDeletedTableMethod
public static io.grpc.MethodDescriptor<Meta.CleanDeletedTableRequest,Meta.CleanDeletedTableResponse> getCleanDeletedTableMethod() -
getGetDeletedIndexMethod
public static io.grpc.MethodDescriptor<Meta.GetDeletedIndexRequest,Meta.GetDeletedIndexResponse> getGetDeletedIndexMethod() -
getCleanDeletedIndexMethod
public static io.grpc.MethodDescriptor<Meta.CleanDeletedIndexRequest,Meta.CleanDeletedIndexResponse> getCleanDeletedIndexMethod() -
getWatchMethod
-
getListWatchMethod
public static io.grpc.MethodDescriptor<Meta.ListWatchRequest,Meta.ListWatchResponse> getListWatchMethod() -
getCreateTenantMethod
public static io.grpc.MethodDescriptor<Meta.CreateTenantRequest,Meta.CreateTenantResponse> getCreateTenantMethod() -
getDropTenantMethod
public static io.grpc.MethodDescriptor<Meta.DropTenantRequest,Meta.DropTenantResponse> getDropTenantMethod() -
getUpdateTenantMethod
public static io.grpc.MethodDescriptor<Meta.UpdateTenantRequest,Meta.UpdateTenantResponse> getUpdateTenantMethod() -
getGetTenantsMethod
public static io.grpc.MethodDescriptor<Meta.GetTenantsRequest,Meta.GetTenantsResponse> getGetTenantsMethod() -
getExportMetaMethod
public static io.grpc.MethodDescriptor<Meta.ExportMetaRequest,Meta.ExportMetaResponse> getExportMetaMethod() -
getSaveIdEpochTypeMethod
public static io.grpc.MethodDescriptor<Meta.SaveIdEpochTypeRequest,Meta.SaveIdEpochTypeResponse> getSaveIdEpochTypeMethod() -
getImportMetaMethod
public static io.grpc.MethodDescriptor<Meta.ImportMetaRequest,Meta.ImportMetaResponse> getImportMetaMethod() -
getImportIdEpochTypeMethod
public static io.grpc.MethodDescriptor<Meta.ImportIdEpochTypeRequest,Meta.ImportIdEpochTypeResponse> getImportIdEpochTypeMethod() -
getCreateOrUpdateAutoIncrementsMethod
public static io.grpc.MethodDescriptor<Meta.CreateOrUpdateAutoIncrementsRequest,Meta.CreateOrUpdateAutoIncrementsResponse> getCreateOrUpdateAutoIncrementsMethod() -
getCreateTenantsMethod
public static io.grpc.MethodDescriptor<Meta.CreateTenantsRequest,Meta.CreateTenantsResponse> getCreateTenantsMethod() -
getCreateSchemasMethod
public static io.grpc.MethodDescriptor<Meta.CreateSchemasRequest,Meta.CreateSchemasResponse> getCreateSchemasMethod() -
getCreateIndexMetasMethod
public static io.grpc.MethodDescriptor<Meta.CreateIndexMetasRequest,Meta.CreateIndexMetasResponse> getCreateIndexMetasMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(MetaServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-