Package org.vitrivr.cottontail.grpc
Class CottonDDLGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.CottonDDLGrpc
-
@Generated(value="by gRPC proto compiler (version 1.29.0)", comments="Source: cottontail.proto") public final class CottonDDLGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCottonDDLGrpc.CottonDDLBlockingStubstatic classCottonDDLGrpc.CottonDDLFutureStubstatic classCottonDDLGrpc.CottonDDLImplBasestatic classCottonDDLGrpc.CottonDDLStub
-
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.Empty,CottontailGrpc.Schema> getListSchemasMethod()
-
getCreateSchemaMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Schema,CottontailGrpc.Status> getCreateSchemaMethod()
-
getDropSchemaMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Schema,CottontailGrpc.Status> getDropSchemaMethod()
-
getListEntitiesMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Schema,CottontailGrpc.Entity> getListEntitiesMethod()
-
getCreateEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.EntityDefinition,CottontailGrpc.Status> getCreateEntityMethod()
-
getEntityDetailsMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Entity,CottontailGrpc.EntityDefinition> getEntityDetailsMethod()
-
getDropEntityMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Entity,CottontailGrpc.Status> getDropEntityMethod()
-
getListIndexesMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Entity,CottontailGrpc.Index> getListIndexesMethod()
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.IndexDefinition,CottontailGrpc.Status> getCreateIndexMethod()
-
getDropIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Index,CottontailGrpc.Status> getDropIndexMethod()
-
getRebuildIndexMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Index,CottontailGrpc.Status> getRebuildIndexMethod()
-
getOptimizeMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Entity,CottontailGrpc.Status> getOptimizeMethod()
-
getTruncateMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.Entity,CottontailGrpc.Status> getTruncateMethod()
-
newStub
public static CottonDDLGrpc.CottonDDLStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CottonDDLGrpc.CottonDDLBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CottonDDLGrpc.CottonDDLFutureStub 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()
-
-