Class LustreGrpc (0.3.0)

public final class LustreGrpc

Service describing handlers for resources

Inheritance

java.lang.Object > LustreGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(LustreGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(LustreGrpc.AsyncService service)
Parameter
Name Description
service LustreGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateInstanceMethod()

public static MethodDescriptor<CreateInstanceRequest,Operation> getCreateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInstanceRequest,Operation>

getDeleteInstanceMethod()

public static MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation>

getExportDataMethod()

public static MethodDescriptor<ExportDataRequest,Operation> getExportDataMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ExportDataRequest,Operation>

getGetInstanceMethod()

public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInstanceRequest,Instance>

getImportDataMethod()

public static MethodDescriptor<ImportDataRequest,Operation> getImportDataMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportDataRequest,Operation>

getListInstancesMethod()

public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateInstanceMethod()

public static MethodDescriptor<UpdateInstanceRequest,Operation> getUpdateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInstanceRequest,Operation>

newBlockingStub(Channel channel)

public static LustreGrpc.LustreBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
LustreGrpc.LustreBlockingStub

newBlockingV2Stub(Channel channel)

public static LustreGrpc.LustreBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
LustreGrpc.LustreBlockingV2Stub

newFutureStub(Channel channel)

public static LustreGrpc.LustreFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
LustreGrpc.LustreFutureStub

newStub(Channel channel)

public static LustreGrpc.LustreStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
LustreGrpc.LustreStub