| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.Local |
Urlfrontier.Local.Builder.build() |
Urlfrontier.Local |
Urlfrontier.Local.Builder.buildPartial() |
static Urlfrontier.Local |
Urlfrontier.Local.getDefaultInstance() |
Urlfrontier.Local |
Urlfrontier.Local.getDefaultInstanceForType() |
Urlfrontier.Local |
Urlfrontier.Local.Builder.getDefaultInstanceForType() |
static Urlfrontier.Local |
Urlfrontier.Local.parseDelimitedFrom(java.io.InputStream input) |
static Urlfrontier.Local |
Urlfrontier.Local.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(byte[] data) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(java.nio.ByteBuffer data) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(com.google.protobuf.ByteString data) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(com.google.protobuf.CodedInputStream input) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(java.io.InputStream input) |
static Urlfrontier.Local |
Urlfrontier.Local.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.Boolean> |
URLFrontierGrpc.getGetActiveMethod() |
static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.StringList> |
URLFrontierGrpc.getListCrawlsMethod() |
com.google.protobuf.Parser<Urlfrontier.Local> |
Urlfrontier.Local.getParserForType() |
static com.google.protobuf.Parser<Urlfrontier.Local> |
Urlfrontier.Local.parser() |
| Modifier and Type | Method and Description |
|---|---|
Urlfrontier.Boolean |
URLFrontierGrpc.URLFrontierBlockingStub.getActive(Urlfrontier.Local request)
* Returns true if the crawl is active, false if it has been deactivated with SetActive(Boolean) *
|
com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Boolean> |
URLFrontierGrpc.URLFrontierFutureStub.getActive(Urlfrontier.Local request)
* Returns true if the crawl is active, false if it has been deactivated with SetActive(Boolean) *
|
void |
URLFrontierGrpc.URLFrontierImplBase.getActive(Urlfrontier.Local request,
io.grpc.stub.StreamObserver<Urlfrontier.Boolean> responseObserver)
* Returns true if the crawl is active, false if it has been deactivated with SetActive(Boolean) *
|
void |
URLFrontierGrpc.URLFrontierStub.getActive(Urlfrontier.Local request,
io.grpc.stub.StreamObserver<Urlfrontier.Boolean> responseObserver)
* Returns true if the crawl is active, false if it has been deactivated with SetActive(Boolean) *
|
Urlfrontier.StringList |
URLFrontierGrpc.URLFrontierBlockingStub.listCrawls(Urlfrontier.Local request)
* Return the list of crawls handled by the frontier(s) *
|
com.google.common.util.concurrent.ListenableFuture<Urlfrontier.StringList> |
URLFrontierGrpc.URLFrontierFutureStub.listCrawls(Urlfrontier.Local request)
* Return the list of crawls handled by the frontier(s) *
|
void |
URLFrontierGrpc.URLFrontierImplBase.listCrawls(Urlfrontier.Local request,
io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver)
* Return the list of crawls handled by the frontier(s) *
|
void |
URLFrontierGrpc.URLFrontierStub.listCrawls(Urlfrontier.Local request,
io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver)
* Return the list of crawls handled by the frontier(s) *
|
Urlfrontier.Local.Builder |
Urlfrontier.Local.Builder.mergeFrom(Urlfrontier.Local other) |
static Urlfrontier.Local.Builder |
Urlfrontier.Local.newBuilder(Urlfrontier.Local prototype) |
Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.