Package org.vitrivr.cottontail.grpc
Class DDLGrpc
java.lang.Object
org.vitrivr.cottontail.grpc.DDLGrpc
@Generated(value="by gRPC proto compiler (version 1.60.0)",
comments="Source: cottontail.proto")
public final class DDLGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service DDL.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service DDL.static classBase class for the server implementation of the service DDL.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service DDL.private static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<CottontailGrpc.AnalyzeEntityMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.CreateEntityMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.CreateIndexMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.CreateSchemaMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.DropEntityMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.DropIndexMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.DropSchemaMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.IndexDetailsMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.ListEntityMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.ListSchemaMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.RebuildIndexMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.TruncateEntityMessage,CottontailGrpc.QueryResponseMessage> private static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(DDLGrpc.AsyncService service) static io.grpc.MethodDescriptor<CottontailGrpc.AnalyzeEntityMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.CreateEntityMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.CreateIndexMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.CreateSchemaMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.DropEntityMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.DropIndexMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.DropSchemaMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.IndexDetailsMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.ListEntityMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.ListSchemaMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.RebuildIndexMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<CottontailGrpc.TruncateEntityMessage,CottontailGrpc.QueryResponseMessage> static DDLGrpc.DDLBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DDLGrpc.DDLFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DDLGrpc.DDLStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getListSchemasMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.ListSchemaMessage,CottontailGrpc.QueryResponseMessage> getListSchemasMethod -
getCreateSchemaMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.CreateSchemaMessage,CottontailGrpc.QueryResponseMessage> getCreateSchemaMethod -
getDropSchemaMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.DropSchemaMessage,CottontailGrpc.QueryResponseMessage> getDropSchemaMethod -
getListEntitiesMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.ListEntityMessage,CottontailGrpc.QueryResponseMessage> getListEntitiesMethod -
getEntityDetailsMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> getEntityDetailsMethod -
getEntityStatisticsMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> getEntityStatisticsMethod -
getIndexDetailsMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.IndexDetailsMessage,CottontailGrpc.QueryResponseMessage> getIndexDetailsMethod -
getCreateEntityMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.CreateEntityMessage,CottontailGrpc.QueryResponseMessage> getCreateEntityMethod -
getDropEntityMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.DropEntityMessage,CottontailGrpc.QueryResponseMessage> getDropEntityMethod -
getTruncateEntityMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.TruncateEntityMessage,CottontailGrpc.QueryResponseMessage> getTruncateEntityMethod -
getAnalyzeEntityMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.AnalyzeEntityMessage,CottontailGrpc.QueryResponseMessage> getAnalyzeEntityMethod -
getCreateIndexMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.CreateIndexMessage,CottontailGrpc.QueryResponseMessage> getCreateIndexMethod -
getDropIndexMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.DropIndexMessage,CottontailGrpc.QueryResponseMessage> getDropIndexMethod -
getRebuildIndexMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.RebuildIndexMessage,CottontailGrpc.QueryResponseMessage> getRebuildIndexMethod -
METHODID_LIST_SCHEMAS
private static final int METHODID_LIST_SCHEMAS- See Also:
-
METHODID_CREATE_SCHEMA
private static final int METHODID_CREATE_SCHEMA- See Also:
-
METHODID_DROP_SCHEMA
private static final int METHODID_DROP_SCHEMA- See Also:
-
METHODID_LIST_ENTITIES
private static final int METHODID_LIST_ENTITIES- See Also:
-
METHODID_ENTITY_DETAILS
private static final int METHODID_ENTITY_DETAILS- See Also:
-
METHODID_ENTITY_STATISTICS
private static final int METHODID_ENTITY_STATISTICS- See Also:
-
METHODID_INDEX_DETAILS
private static final int METHODID_INDEX_DETAILS- See Also:
-
METHODID_CREATE_ENTITY
private static final int METHODID_CREATE_ENTITY- See Also:
-
METHODID_DROP_ENTITY
private static final int METHODID_DROP_ENTITY- See Also:
-
METHODID_TRUNCATE_ENTITY
private static final int METHODID_TRUNCATE_ENTITY- See Also:
-
METHODID_ANALYZE_ENTITY
private static final int METHODID_ANALYZE_ENTITY- See Also:
-
METHODID_CREATE_INDEX
private static final int METHODID_CREATE_INDEX- See Also:
-
METHODID_DROP_INDEX
private static final int METHODID_DROP_INDEX- See Also:
-
METHODID_REBUILD_INDEX
private static final int METHODID_REBUILD_INDEX- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
DDLGrpc
private DDLGrpc()
-
-
Method Details
-
getListSchemasMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.ListSchemaMessage,CottontailGrpc.QueryResponseMessage> getListSchemasMethod() -
getCreateSchemaMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.CreateSchemaMessage,CottontailGrpc.QueryResponseMessage> getCreateSchemaMethod() -
getDropSchemaMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.DropSchemaMessage,CottontailGrpc.QueryResponseMessage> getDropSchemaMethod() -
getListEntitiesMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.ListEntityMessage,CottontailGrpc.QueryResponseMessage> getListEntitiesMethod() -
getEntityDetailsMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> getEntityDetailsMethod() -
getEntityStatisticsMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.EntityDetailsMessage,CottontailGrpc.QueryResponseMessage> getEntityStatisticsMethod() -
getIndexDetailsMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.IndexDetailsMessage,CottontailGrpc.QueryResponseMessage> getIndexDetailsMethod() -
getCreateEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.CreateEntityMessage,CottontailGrpc.QueryResponseMessage> getCreateEntityMethod() -
getDropEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.DropEntityMessage,CottontailGrpc.QueryResponseMessage> getDropEntityMethod() -
getTruncateEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.TruncateEntityMessage,CottontailGrpc.QueryResponseMessage> getTruncateEntityMethod() -
getAnalyzeEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.AnalyzeEntityMessage,CottontailGrpc.QueryResponseMessage> getAnalyzeEntityMethod() -
getCreateIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.CreateIndexMessage,CottontailGrpc.QueryResponseMessage> getCreateIndexMethod() -
getDropIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.DropIndexMessage,CottontailGrpc.QueryResponseMessage> getDropIndexMethod() -
getRebuildIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.RebuildIndexMessage,CottontailGrpc.QueryResponseMessage> getRebuildIndexMethod() -
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
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-