Package crawlercommons.urlfrontier
Class URLFrontierGrpc
java.lang.Object
crawlercommons.urlfrontier.URLFrontierGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service URLFrontier.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service URLFrontier.static classBase class for the server implementation of the service URLFrontier.static final classA stub to allow clients to do asynchronous rpc calls to service URLFrontier. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(URLFrontierGrpc.AsyncService service) static io.grpc.MethodDescriptor<Urlfrontier.BlockQueueParams,Urlfrontier.Empty> static io.grpc.MethodDescriptor<Urlfrontier.DeleteCrawlMessage,Urlfrontier.Long> static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Long> static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.Boolean> static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Stats> static io.grpc.MethodDescriptor<Urlfrontier.GetParams,Urlfrontier.URLInfo> static io.grpc.MethodDescriptor<Urlfrontier.URLStatusRequest,Urlfrontier.URLItem> static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.StringList> static io.grpc.MethodDescriptor<Urlfrontier.Empty,Urlfrontier.StringList> static io.grpc.MethodDescriptor<Urlfrontier.Pagination,Urlfrontier.QueueList> static io.grpc.MethodDescriptor<Urlfrontier.ListUrlParams,Urlfrontier.URLItem> static io.grpc.MethodDescriptor<Urlfrontier.URLItem,Urlfrontier.AckMessage> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Urlfrontier.Active,Urlfrontier.Empty> static io.grpc.MethodDescriptor<Urlfrontier.CrawlLimitParams,Urlfrontier.Empty> static io.grpc.MethodDescriptor<Urlfrontier.QueueDelayParams,Urlfrontier.Empty> static io.grpc.MethodDescriptor<Urlfrontier.LogLevelParams,Urlfrontier.Empty> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
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
-
getGetActiveMethod
-
getSetDelayMethod
public static io.grpc.MethodDescriptor<Urlfrontier.QueueDelayParams,Urlfrontier.Empty> getSetDelayMethod() -
getSetLogLevelMethod
public static io.grpc.MethodDescriptor<Urlfrontier.LogLevelParams,Urlfrontier.Empty> getSetLogLevelMethod() -
getSetCrawlLimitMethod
public static io.grpc.MethodDescriptor<Urlfrontier.CrawlLimitParams,Urlfrontier.Empty> getSetCrawlLimitMethod() -
getGetURLStatusMethod
public static io.grpc.MethodDescriptor<Urlfrontier.URLStatusRequest,Urlfrontier.URLItem> getGetURLStatusMethod() -
getListURLsMethod
public static io.grpc.MethodDescriptor<Urlfrontier.ListUrlParams,Urlfrontier.URLItem> getListURLsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(URLFrontierGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-