Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Long
-
Uses of Urlfrontier.Long in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.LongModifier and TypeMethodDescriptionUrlfrontier.Long.Builder.build()Urlfrontier.Long.Builder.buildPartial()URLFrontierGrpc.URLFrontierBlockingStub.deleteCrawl(Urlfrontier.DeleteCrawlMessage request) * Delete an entire crawl, 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 *static Urlfrontier.LongUrlfrontier.Long.getDefaultInstance()Urlfrontier.Long.Builder.getDefaultInstanceForType()Urlfrontier.Long.getDefaultInstanceForType()static Urlfrontier.LongUrlfrontier.Long.parseDelimitedFrom(InputStream input) static Urlfrontier.LongUrlfrontier.Long.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LongUrlfrontier.Long.parseFrom(byte[] data) static Urlfrontier.LongUrlfrontier.Long.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LongUrlfrontier.Long.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.LongUrlfrontier.Long.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LongUrlfrontier.Long.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.LongUrlfrontier.Long.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LongUrlfrontier.Long.parseFrom(InputStream input) static Urlfrontier.LongUrlfrontier.Long.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LongUrlfrontier.Long.parseFrom(ByteBuffer data) static Urlfrontier.LongUrlfrontier.Long.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.LongModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Urlfrontier.Long>URLFrontierGrpc.URLFrontierFutureStub.deleteCrawl(Urlfrontier.DeleteCrawlMessage request) * Delete an entire crawl, 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 *static io.grpc.MethodDescriptor<Urlfrontier.DeleteCrawlMessage,Urlfrontier.Long> URLFrontierGrpc.getDeleteCrawlMethod()static io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Long> URLFrontierGrpc.getDeleteQueueMethod()com.google.protobuf.Parser<Urlfrontier.Long>Urlfrontier.Long.getParserForType()static com.google.protobuf.Parser<Urlfrontier.Long>Urlfrontier.Long.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.LongModifier and TypeMethodDescriptionUrlfrontier.Long.Builder.mergeFrom(Urlfrontier.Long other) static Urlfrontier.Long.BuilderUrlfrontier.Long.newBuilder(Urlfrontier.Long prototype) Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.LongModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.deleteCrawl(Urlfrontier.DeleteCrawlMessage request, io.grpc.stub.StreamObserver<Urlfrontier.Long> responseObserver) * Delete an entire crawl, returns the number of URLs removed this way *voidURLFrontierGrpc.URLFrontierStub.deleteCrawl(Urlfrontier.DeleteCrawlMessage request, io.grpc.stub.StreamObserver<Urlfrontier.Long> responseObserver) * Delete an entire crawl, returns the number of URLs removed this way *default 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 *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 *