Uses of Class
crawlercommons.urlfrontier.Urlfrontier.BlockQueueParams
-
-
Uses of Urlfrontier.BlockQueueParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.BlockQueueParams Modifier and Type Method Description Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.Builder. build()Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.Builder. buildPartial()static Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams. getDefaultInstance()Urlfrontier.BlockQueueParamsUrlfrontier.BlockQueueParams.Builder. getDefaultInstanceForType()Urlfrontier.BlockQueueParamsUrlfrontier.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.BlockQueueParams Modifier and Type Method Description static 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.BlockQueueParams Modifier and Type Method Description Urlfrontier.EmptyURLFrontierGrpc.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.URLFrontierImplBase. 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.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.BuilderUrlfrontier.BlockQueueParams.Builder. mergeFrom(Urlfrontier.BlockQueueParams other)static Urlfrontier.BlockQueueParams.BuilderUrlfrontier.BlockQueueParams. newBuilder(Urlfrontier.BlockQueueParams prototype)
-