| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.String |
Urlfrontier.String.Builder.build() |
Urlfrontier.String |
Urlfrontier.String.Builder.buildPartial() |
static Urlfrontier.String |
Urlfrontier.String.getDefaultInstance() |
Urlfrontier.String |
Urlfrontier.String.getDefaultInstanceForType() |
Urlfrontier.String |
Urlfrontier.String.Builder.getDefaultInstanceForType() |
static Urlfrontier.String |
Urlfrontier.String.parseDelimitedFrom(java.io.InputStream input) |
static Urlfrontier.String |
Urlfrontier.String.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(byte[] data) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(java.nio.ByteBuffer data) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(com.google.protobuf.ByteString data) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(com.google.protobuf.CodedInputStream input) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(java.io.InputStream input) |
static Urlfrontier.String |
Urlfrontier.String.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Urlfrontier.String,Urlfrontier.Integer> |
URLFrontierGrpc.getDeleteQueueMethod() |
static io.grpc.MethodDescriptor<Urlfrontier.String,Urlfrontier.Stats> |
URLFrontierGrpc.getGetStatsMethod() |
com.google.protobuf.Parser<Urlfrontier.String> |
Urlfrontier.String.getParserForType() |
static io.grpc.MethodDescriptor<Urlfrontier.URLItem,Urlfrontier.String> |
URLFrontierGrpc.getPutURLsMethod() |
static com.google.protobuf.Parser<Urlfrontier.String> |
Urlfrontier.String.parser() |
| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.Integer |
URLFrontierGrpc.URLFrontierBlockingStub.deleteQueue(Urlfrontier.String 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.Integer> |
URLFrontierGrpc.URLFrontierFutureStub.deleteQueue(Urlfrontier.String request)
Delete the queue based on the key in parameter, returns the number of URLs removed this way *
|
void |
URLFrontierGrpc.URLFrontierImplBase.deleteQueue(Urlfrontier.String request,
io.grpc.stub.StreamObserver<Urlfrontier.Integer> responseObserver)
Delete the queue based on the key in parameter, returns the number of URLs removed this way *
|
void |
URLFrontierGrpc.URLFrontierStub.deleteQueue(Urlfrontier.String request,
io.grpc.stub.StreamObserver<Urlfrontier.Integer> responseObserver)
Delete the queue based on the key in parameter, returns the number of URLs removed this way *
|
Urlfrontier.Stats |
URLFrontierGrpc.URLFrontierBlockingStub.getStats(Urlfrontier.String request)
Return stats for a specific queue or the whole crawl if the value if empty or null *
|
com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Stats> |
URLFrontierGrpc.URLFrontierFutureStub.getStats(Urlfrontier.String request)
Return stats for a specific queue or the whole crawl if the value if empty or null *
|
void |
URLFrontierGrpc.URLFrontierImplBase.getStats(Urlfrontier.String request,
io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver)
Return stats for a specific queue or the whole crawl if the value if empty or null *
|
void |
URLFrontierGrpc.URLFrontierStub.getStats(Urlfrontier.String request,
io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver)
Return stats for a specific queue or the whole crawl if the value if empty or null *
|
Urlfrontier.String.Builder |
Urlfrontier.String.Builder.mergeFrom(Urlfrontier.String other) |
static Urlfrontier.String.Builder |
Urlfrontier.String.newBuilder(Urlfrontier.String prototype) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<Urlfrontier.URLItem> |
URLFrontierGrpc.URLFrontierImplBase.putURLs(io.grpc.stub.StreamObserver<Urlfrontier.String> responseObserver)
Push URL items to the server; they get created (if they don't already exist) in case of DiscoveredURLItems or updated if KnownURLItems *
|
io.grpc.stub.StreamObserver<Urlfrontier.URLItem> |
URLFrontierGrpc.URLFrontierStub.putURLs(io.grpc.stub.StreamObserver<Urlfrontier.String> responseObserver)
Push URL items to the server; they get created (if they don't already exist) in case of DiscoveredURLItems or updated if KnownURLItems *
|
Copyright © 2020-2021 Crawler-Commons. All Rights Reserved.