Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Long
-
-
Uses of Urlfrontier.Long in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.Long Modifier and Type Method Description Urlfrontier.LongUrlfrontier.Long.Builder. build()Urlfrontier.LongUrlfrontier.Long.Builder. buildPartial()Urlfrontier.LongURLFrontierGrpc.URLFrontierBlockingStub. deleteCrawl(Urlfrontier.DeleteCrawlMessage request)* Delete an entire crawl, returns the number of URLs removed this way *Urlfrontier.LongURLFrontierGrpc.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.LongUrlfrontier.Long.Builder. getDefaultInstanceForType()Urlfrontier.LongUrlfrontier.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.Long Modifier and Type Method Description com.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.Long Modifier and Type Method Description Urlfrontier.Long.BuilderUrlfrontier.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.Long Modifier and Type Method Description voidURLFrontierGrpc.URLFrontierImplBase. 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 *voidURLFrontierGrpc.URLFrontierImplBase. 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 *
-