Package logproto
Class QuerierGrpc.QuerierBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<QuerierGrpc.QuerierBlockingStub>
-
- logproto.QuerierGrpc.QuerierBlockingStub
-
- Enclosing class:
- QuerierGrpc
public static final class QuerierGrpc.QuerierBlockingStub extends io.grpc.stub.AbstractStub<QuerierGrpc.QuerierBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QuerierGrpc.QuerierBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Logproto.LabelResponselabel(Logproto.LabelRequest request)java.util.Iterator<Logproto.QueryResponse>query(Logproto.QueryRequest request)java.util.Iterator<Logproto.SampleQueryResponse>querySample(Logproto.SampleQueryRequest request)Logproto.SeriesResponseseries(Logproto.SeriesRequest request)java.util.Iterator<Logproto.TailResponse>tail(Logproto.TailRequest request)Logproto.TailersCountResponsetailersCount(Logproto.TailersCountRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected QuerierGrpc.QuerierBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<QuerierGrpc.QuerierBlockingStub>
-
query
public java.util.Iterator<Logproto.QueryResponse> query(Logproto.QueryRequest request)
-
querySample
public java.util.Iterator<Logproto.SampleQueryResponse> querySample(Logproto.SampleQueryRequest request)
-
label
public Logproto.LabelResponse label(Logproto.LabelRequest request)
-
tail
public java.util.Iterator<Logproto.TailResponse> tail(Logproto.TailRequest request)
-
series
public Logproto.SeriesResponse series(Logproto.SeriesRequest request)
-
tailersCount
public Logproto.TailersCountResponse tailersCount(Logproto.TailersCountRequest request)
-
-