Uses of Class
crawlercommons.urlfrontier.Urlfrontier.QueueDelayParams
-
Uses of Urlfrontier.QueueDelayParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.QueueDelayParamsModifier and TypeMethodDescriptionUrlfrontier.QueueDelayParams.Builder.build()Urlfrontier.QueueDelayParams.Builder.buildPartial()static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.getDefaultInstance()Urlfrontier.QueueDelayParams.Builder.getDefaultInstanceForType()Urlfrontier.QueueDelayParams.getDefaultInstanceForType()static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseDelimitedFrom(InputStream input) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(byte[] data) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(InputStream input) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(ByteBuffer data) static Urlfrontier.QueueDelayParamsUrlfrontier.QueueDelayParams.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.QueueDelayParamsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Urlfrontier.QueueDelayParams>Urlfrontier.QueueDelayParams.getParserForType()static io.grpc.MethodDescriptor<Urlfrontier.QueueDelayParams,Urlfrontier.Empty> URLFrontierGrpc.getSetDelayMethod()static com.google.protobuf.Parser<Urlfrontier.QueueDelayParams>Urlfrontier.QueueDelayParams.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.QueueDelayParamsModifier and TypeMethodDescriptionUrlfrontier.QueueDelayParams.Builder.mergeFrom(Urlfrontier.QueueDelayParams other) Urlfrontier.QueueDelayParams.newBuilder(Urlfrontier.QueueDelayParams prototype) default voidURLFrontierGrpc.AsyncService.setDelay(Urlfrontier.QueueDelayParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Set a delay from a given queue.URLFrontierGrpc.URLFrontierBlockingStub.setDelay(Urlfrontier.QueueDelayParams request) * Set a delay from a given queue.com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Empty>URLFrontierGrpc.URLFrontierFutureStub.setDelay(Urlfrontier.QueueDelayParams request) * Set a delay from a given queue.voidURLFrontierGrpc.URLFrontierStub.setDelay(Urlfrontier.QueueDelayParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Set a delay from a given queue.