Package crawlercommons.urlfrontier
Class URLFrontierGrpc.URLFrontierImplBase
java.lang.Object
crawlercommons.urlfrontier.URLFrontierGrpc.URLFrontierImplBase
- All Implemented Interfaces:
URLFrontierGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- URLFrontierGrpc
public abstract static class URLFrontierGrpc.URLFrontierImplBase
extends Object
implements io.grpc.BindableService, URLFrontierGrpc.AsyncService
Base class for the server implementation of the service URLFrontier.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface crawlercommons.urlfrontier.URLFrontierGrpc.AsyncService
blockQueueUntil, deleteCrawl, deleteQueue, getActive, getStats, getURLs, getURLStatus, listCrawls, listNodes, listQueues, listURLs, putURLs, setActive, setCrawlLimit, setDelay, setLogLevel
-
Constructor Details
-
URLFrontierImplBase
public URLFrontierImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-