Package logproto
Class IngesterGrpc
- java.lang.Object
-
- logproto.IngesterGrpc
-
public class IngesterGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIngesterGrpc.IngesterBlockingStubstatic classIngesterGrpc.IngesterFutureStubstatic classIngesterGrpc.IngesterImplBasestatic classIngesterGrpc.IngesterStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<Logproto.TimeSeriesChunk,Logproto.TransferChunksResponse>METHOD_TRANSFER_CHUNKSstatic java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServiceDescriptorgetServiceDescriptor()static IngesterGrpc.IngesterBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IngesterGrpc.IngesterFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the servicestatic IngesterGrpc.IngesterStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
METHOD_TRANSFER_CHUNKS
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Logproto.TimeSeriesChunk,Logproto.TransferChunksResponse> METHOD_TRANSFER_CHUNKS
-
-
Method Detail
-
newStub
public static IngesterGrpc.IngesterStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static IngesterGrpc.IngesterBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IngesterGrpc.IngesterFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-