| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.Builder.build() |
Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.Builder.buildPartial() |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.getDefaultInstance() |
Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.getDefaultInstanceForType() |
Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.Builder.getDefaultInstanceForType() |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseDelimitedFrom(java.io.InputStream input) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(byte[] data) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(java.nio.ByteBuffer data) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.ByteString data) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.CodedInputStream input) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(java.io.InputStream input) |
static Urlfrontier.QueueWithinCrawlParams |
Urlfrontier.QueueWithinCrawlParams.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.Long |
URLFrontierGrpc.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 *
|
void |
URLFrontierGrpc.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 *
|
void |
URLFrontierGrpc.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.Stats |
URLFrontierGrpc.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.
|
void |
URLFrontierGrpc.URLFrontierImplBase.getStats(Urlfrontier.QueueWithinCrawlParams request,
io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver)
* Return stats for a specific queue or an entire crawl.
|
void |
URLFrontierGrpc.URLFrontierStub.getStats(Urlfrontier.QueueWithinCrawlParams request,
io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver)
* Return stats for a specific queue or an entire crawl.
|
Urlfrontier.QueueWithinCrawlParams.Builder |
Urlfrontier.QueueWithinCrawlParams.Builder.mergeFrom(Urlfrontier.QueueWithinCrawlParams other) |
static Urlfrontier.QueueWithinCrawlParams.Builder |
Urlfrontier.QueueWithinCrawlParams.newBuilder(Urlfrontier.QueueWithinCrawlParams prototype) |
Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.