Package org.vitrivr.cottontail.grpc
Class DDLGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.DDLGrpc
-
@Generated(value="by gRPC proto compiler (version 1.37.0)", comments="Source: cottontail.proto") public final class DDLGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDDLGrpc.DDLBlockingStubstatic classDDLGrpc.DDLFutureStubstatic classDDLGrpc.DDLImplBasestatic classDDLGrpc.DDLStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
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()
-
getOptimizeEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.OptimizeEntityMessage,CottontailGrpc.QueryResponseMessage> getOptimizeEntityMethod()
-
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
public static DDLGrpc.DDLStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DDLGrpc.DDLBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DDLGrpc.DDLFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-