Uses of Class
crawlercommons.urlfrontier.Urlfrontier.QueueWithinCrawlParams
-
-
Uses of Urlfrontier.QueueWithinCrawlParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.QueueWithinCrawlParams Modifier and Type Method Description Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams.Builder. build()Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams.Builder. buildPartial()static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. getDefaultInstance()Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams.Builder. getDefaultInstanceForType()Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. getDefaultInstanceForType()static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseDelimitedFrom(InputStream input)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(byte[] data)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(com.google.protobuf.ByteString data)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(com.google.protobuf.CodedInputStream input)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(InputStream input)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(ByteBuffer data)static Urlfrontier.QueueWithinCrawlParamsUrlfrontier.QueueWithinCrawlParams. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.QueueWithinCrawlParams Modifier and Type Method Description static 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.QueueWithinCrawlParams Modifier and Type Method Description Urlfrontier.LongURLFrontierGrpc.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.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 *Urlfrontier.StatsURLFrontierGrpc.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.URLFrontierImplBase. getStats(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver)* 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.BuilderUrlfrontier.QueueWithinCrawlParams.Builder. mergeFrom(Urlfrontier.QueueWithinCrawlParams other)static Urlfrontier.QueueWithinCrawlParams.BuilderUrlfrontier.QueueWithinCrawlParams. newBuilder(Urlfrontier.QueueWithinCrawlParams prototype)
-