Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Local
-
Uses of Urlfrontier.Local in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.LocalModifier and TypeMethodDescriptionUrlfrontier.Local.Builder.build()Urlfrontier.Local.Builder.buildPartial()static Urlfrontier.LocalUrlfrontier.Local.getDefaultInstance()Urlfrontier.Local.Builder.getDefaultInstanceForType()Urlfrontier.Local.getDefaultInstanceForType()static Urlfrontier.LocalUrlfrontier.Local.parseDelimitedFrom(InputStream input) static Urlfrontier.LocalUrlfrontier.Local.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(byte[] data) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(InputStream input) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(ByteBuffer data) static Urlfrontier.LocalUrlfrontier.Local.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.LocalModifier and TypeMethodDescriptionstatic 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()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.LocalModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.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) *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) *voidURLFrontierGrpc.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) *default voidURLFrontierGrpc.AsyncService.listCrawls(Urlfrontier.Local request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver) * Return the list of crawls handled by the frontier(s) *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) *voidURLFrontierGrpc.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.mergeFrom(Urlfrontier.Local other) static Urlfrontier.Local.BuilderUrlfrontier.Local.newBuilder(Urlfrontier.Local prototype)