Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Local
-
-
Uses of Urlfrontier.Local in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.Local Modifier and Type Method Description Urlfrontier.LocalUrlfrontier.Local.Builder. build()Urlfrontier.LocalUrlfrontier.Local.Builder. buildPartial()static Urlfrontier.LocalUrlfrontier.Local. getDefaultInstance()Urlfrontier.LocalUrlfrontier.Local.Builder. getDefaultInstanceForType()Urlfrontier.LocalUrlfrontier.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.Local Modifier and Type Method 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()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.Local Modifier and Type Method Description Urlfrontier.BooleanURLFrontierGrpc.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.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) *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) *Urlfrontier.StringListURLFrontierGrpc.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.URLFrontierImplBase. listCrawls(Urlfrontier.Local request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver)* 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.BuilderUrlfrontier.Local.Builder. mergeFrom(Urlfrontier.Local other)static Urlfrontier.Local.BuilderUrlfrontier.Local. newBuilder(Urlfrontier.Local prototype)
-