Package crawlercommons.urlfrontier
Class URLFrontierGrpc
- java.lang.Object
-
- crawlercommons.urlfrontier.URLFrontierGrpc
-
public final class URLFrontierGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classURLFrontierGrpc.URLFrontierBlockingStubstatic classURLFrontierGrpc.URLFrontierFutureStubstatic classURLFrontierGrpc.URLFrontierImplBasestatic classURLFrontierGrpc.URLFrontierStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListNodesMethod
public static io.grpc.MethodDescriptor<Urlfrontier.Empty,Urlfrontier.StringList> getListNodesMethod()
-
getListCrawlsMethod
public static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.StringList> getListCrawlsMethod()
-
getDeleteCrawlMethod
public static io.grpc.MethodDescriptor<Urlfrontier.DeleteCrawlMessage,Urlfrontier.Long> getDeleteCrawlMethod()
-
getListQueuesMethod
public static io.grpc.MethodDescriptor<Urlfrontier.Pagination,Urlfrontier.QueueList> getListQueuesMethod()
-
getGetURLsMethod
public static io.grpc.MethodDescriptor<Urlfrontier.GetParams,Urlfrontier.URLInfo> getGetURLsMethod()
-
getPutURLsMethod
public static io.grpc.MethodDescriptor<Urlfrontier.URLItem,Urlfrontier.AckMessage> getPutURLsMethod()
-
getGetStatsMethod
public static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Stats> getGetStatsMethod()
-
getDeleteQueueMethod
public static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Long> getDeleteQueueMethod()
-
getBlockQueueUntilMethod
public static io.grpc.MethodDescriptor<Urlfrontier.BlockQueueParams,Urlfrontier.Empty> getBlockQueueUntilMethod()
-
getSetActiveMethod
public static io.grpc.MethodDescriptor<Urlfrontier.Active,Urlfrontier.Empty> getSetActiveMethod()
-
getGetActiveMethod
public static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.Boolean> getGetActiveMethod()
-
getSetDelayMethod
public static io.grpc.MethodDescriptor<Urlfrontier.QueueDelayParams,Urlfrontier.Empty> getSetDelayMethod()
-
getSetLogLevelMethod
public static io.grpc.MethodDescriptor<Urlfrontier.LogLevelParams,Urlfrontier.Empty> getSetLogLevelMethod()
-
newStub
public static URLFrontierGrpc.URLFrontierStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static URLFrontierGrpc.URLFrontierBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static URLFrontierGrpc.URLFrontierFutureStub 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()
-
-