Uses of Class
crawlercommons.urlfrontier.Urlfrontier.QueueWithinCrawlParams
-
Uses of Urlfrontier.QueueWithinCrawlParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.QueueWithinCrawlParamsModifier and TypeMethodDescriptionUrlfrontier.QueueWithinCrawlParams.Builder.build()Urlfrontier.QueueWithinCrawlParams.Builder.buildPartial()Urlfrontier.QueueWithinCrawlParams.getDefaultInstance()Urlfrontier.QueueWithinCrawlParams.Builder.getDefaultInstanceForType()Urlfrontier.QueueWithinCrawlParams.getDefaultInstanceForType()Urlfrontier.QueueWithinCrawlParams.parseDelimitedFrom(InputStream input) Urlfrontier.QueueWithinCrawlParams.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Urlfrontier.QueueWithinCrawlParams.parseFrom(byte[] data) Urlfrontier.QueueWithinCrawlParams.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.ByteString data) Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.CodedInputStream input) Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Urlfrontier.QueueWithinCrawlParams.parseFrom(InputStream input) Urlfrontier.QueueWithinCrawlParams.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Urlfrontier.QueueWithinCrawlParams.parseFrom(ByteBuffer data) Urlfrontier.QueueWithinCrawlParams.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.QueueWithinCrawlParamsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Long> URLFrontierGrpc.getDeleteQueueMethod()static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Stats> URLFrontierGrpc.getGetStatsMethod()com.google.protobuf.Parser<Urlfrontier.QueueWithinCrawlParams>Urlfrontier.QueueWithinCrawlParams.getParserForType()static com.google.protobuf.Parser<Urlfrontier.QueueWithinCrawlParams>Urlfrontier.QueueWithinCrawlParams.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.QueueWithinCrawlParamsModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.deleteQueue(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Long> responseObserver) * Delete the queue based on the key in parameter, returns the number of URLs removed this way *URLFrontierGrpc.URLFrontierBlockingStub.deleteQueue(Urlfrontier.QueueWithinCrawlParams request) * Delete the queue based on the key in parameter, returns the number of URLs removed this way *com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Long>URLFrontierGrpc.URLFrontierFutureStub.deleteQueue(Urlfrontier.QueueWithinCrawlParams request) * Delete the queue based on the key in parameter, returns the number of URLs removed this way *voidURLFrontierGrpc.URLFrontierStub.deleteQueue(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Long> responseObserver) * Delete the queue based on the key in parameter, returns the number of URLs removed this way *default voidURLFrontierGrpc.AsyncService.getStats(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver) * Return stats for a specific queue or an entire crawl.URLFrontierGrpc.URLFrontierBlockingStub.getStats(Urlfrontier.QueueWithinCrawlParams request) * Return stats for a specific queue or an entire crawl.com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Stats>URLFrontierGrpc.URLFrontierFutureStub.getStats(Urlfrontier.QueueWithinCrawlParams request) * Return stats for a specific queue or an entire crawl.voidURLFrontierGrpc.URLFrontierStub.getStats(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver) * Return stats for a specific queue or an entire crawl.Urlfrontier.QueueWithinCrawlParams.Builder.mergeFrom(Urlfrontier.QueueWithinCrawlParams other) Urlfrontier.QueueWithinCrawlParams.newBuilder(Urlfrontier.QueueWithinCrawlParams prototype)