Uses of Class
crawlercommons.urlfrontier.Urlfrontier.QueueList
-
Uses of Urlfrontier.QueueList in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.QueueListModifier and TypeMethodDescriptionUrlfrontier.QueueList.Builder.build()Urlfrontier.QueueList.Builder.buildPartial()static Urlfrontier.QueueListUrlfrontier.QueueList.getDefaultInstance()Urlfrontier.QueueList.Builder.getDefaultInstanceForType()Urlfrontier.QueueList.getDefaultInstanceForType()URLFrontierGrpc.URLFrontierBlockingStub.listQueues(Urlfrontier.Pagination request) * Return a list of queues for a specific crawl.static Urlfrontier.QueueListUrlfrontier.QueueList.parseDelimitedFrom(InputStream input) static Urlfrontier.QueueListUrlfrontier.QueueList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(byte[] data) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(InputStream input) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(ByteBuffer data) static Urlfrontier.QueueListUrlfrontier.QueueList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.QueueListModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.Pagination,Urlfrontier.QueueList> URLFrontierGrpc.getListQueuesMethod()com.google.protobuf.Parser<Urlfrontier.QueueList>Urlfrontier.QueueList.getParserForType()com.google.common.util.concurrent.ListenableFuture<Urlfrontier.QueueList>URLFrontierGrpc.URLFrontierFutureStub.listQueues(Urlfrontier.Pagination request) * Return a list of queues for a specific crawl.static com.google.protobuf.Parser<Urlfrontier.QueueList>Urlfrontier.QueueList.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.QueueListModifier and TypeMethodDescriptionUrlfrontier.QueueList.Builder.mergeFrom(Urlfrontier.QueueList other) Urlfrontier.QueueList.newBuilder(Urlfrontier.QueueList prototype) Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.QueueListModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.listQueues(Urlfrontier.Pagination request, io.grpc.stub.StreamObserver<Urlfrontier.QueueList> responseObserver) * Return a list of queues for a specific crawl.voidURLFrontierGrpc.URLFrontierStub.listQueues(Urlfrontier.Pagination request, io.grpc.stub.StreamObserver<Urlfrontier.QueueList> responseObserver) * Return a list of queues for a specific crawl.