Uses of Class
crawlercommons.urlfrontier.Urlfrontier.BlockQueueParams
-
Uses of Urlfrontier.BlockQueueParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.BlockQueueParamsModifier and TypeMethodDescriptionUrlfrontier.BlockQueueParams.Builder.build()Urlfrontier.BlockQueueParams.Builder.buildPartial()static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.getDefaultInstance()Urlfrontier.BlockQueueParams.Builder.getDefaultInstanceForType()Urlfrontier.BlockQueueParams.getDefaultInstanceForType()static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseDelimitedFrom(InputStream input) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(byte[] data) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(InputStream input) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(ByteBuffer data) static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.BlockQueueParamsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.BlockQueueParams,Urlfrontier.Empty> URLFrontierGrpc.getBlockQueueUntilMethod()com.google.protobuf.Parser<Urlfrontier.BlockQueueParams>Urlfrontier.BlockQueueParams.getParserForType()static com.google.protobuf.Parser<Urlfrontier.BlockQueueParams>Urlfrontier.BlockQueueParams.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.BlockQueueParamsModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.blockQueueUntil(Urlfrontier.BlockQueueParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Block a queue from sending URLs; the argument is the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.URLFrontierGrpc.URLFrontierBlockingStub.blockQueueUntil(Urlfrontier.BlockQueueParams request) * Block a queue from sending URLs; the argument is the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Empty>URLFrontierGrpc.URLFrontierFutureStub.blockQueueUntil(Urlfrontier.BlockQueueParams request) * Block a queue from sending URLs; the argument is the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.voidURLFrontierGrpc.URLFrontierStub.blockQueueUntil(Urlfrontier.BlockQueueParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Block a queue from sending URLs; the argument is the number of seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Urlfrontier.BlockQueueParams.Builder.mergeFrom(Urlfrontier.BlockQueueParams other) Urlfrontier.BlockQueueParams.newBuilder(Urlfrontier.BlockQueueParams prototype)