Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Boolean
-
Uses of Urlfrontier.Boolean in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.BooleanModifier and TypeMethodDescriptionUrlfrontier.Boolean.Builder.build()Urlfrontier.Boolean.Builder.buildPartial()URLFrontierGrpc.URLFrontierBlockingStub.getActive(Urlfrontier.Local request) * Returns true if the crawl is active, false if it has been deactivated with SetActive(Boolean) *static Urlfrontier.BooleanUrlfrontier.Boolean.getDefaultInstance()Urlfrontier.Boolean.Builder.getDefaultInstanceForType()Urlfrontier.Boolean.getDefaultInstanceForType()static Urlfrontier.BooleanUrlfrontier.Boolean.parseDelimitedFrom(InputStream input) static Urlfrontier.BooleanUrlfrontier.Boolean.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(byte[] data) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(InputStream input) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(ByteBuffer data) static Urlfrontier.BooleanUrlfrontier.Boolean.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.BooleanModifier and TypeMethodDescriptioncom.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) *static io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.Boolean> URLFrontierGrpc.getGetActiveMethod()com.google.protobuf.Parser<Urlfrontier.Boolean>Urlfrontier.Boolean.getParserForType()static com.google.protobuf.Parser<Urlfrontier.Boolean>Urlfrontier.Boolean.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.BooleanModifier and TypeMethodDescriptionUrlfrontier.Boolean.Builder.mergeFrom(Urlfrontier.Boolean other) static Urlfrontier.Boolean.BuilderUrlfrontier.Boolean.newBuilder(Urlfrontier.Boolean prototype) Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.BooleanModifier 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) *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) *