Uses of Class
crawlercommons.urlfrontier.Urlfrontier.LogLevelParams
-
Uses of Urlfrontier.LogLevelParams in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.LogLevelParamsModifier and TypeMethodDescriptionUrlfrontier.LogLevelParams.Builder.build()Urlfrontier.LogLevelParams.Builder.buildPartial()static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.getDefaultInstance()Urlfrontier.LogLevelParams.Builder.getDefaultInstanceForType()Urlfrontier.LogLevelParams.getDefaultInstanceForType()static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseDelimitedFrom(InputStream input) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(byte[] data) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(InputStream input) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(ByteBuffer data) static Urlfrontier.LogLevelParamsUrlfrontier.LogLevelParams.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.LogLevelParamsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Urlfrontier.LogLevelParams>Urlfrontier.LogLevelParams.getParserForType()static io.grpc.MethodDescriptor<Urlfrontier.LogLevelParams,Urlfrontier.Empty> URLFrontierGrpc.getSetLogLevelMethod()static com.google.protobuf.Parser<Urlfrontier.LogLevelParams>Urlfrontier.LogLevelParams.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.LogLevelParamsModifier and TypeMethodDescriptionUrlfrontier.LogLevelParams.Builder.mergeFrom(Urlfrontier.LogLevelParams other) Urlfrontier.LogLevelParams.newBuilder(Urlfrontier.LogLevelParams prototype) default voidURLFrontierGrpc.AsyncService.setLogLevel(Urlfrontier.LogLevelParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Overrides the log level for a given package *URLFrontierGrpc.URLFrontierBlockingStub.setLogLevel(Urlfrontier.LogLevelParams request) * Overrides the log level for a given package *com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Empty>URLFrontierGrpc.URLFrontierFutureStub.setLogLevel(Urlfrontier.LogLevelParams request) * Overrides the log level for a given package *voidURLFrontierGrpc.URLFrontierStub.setLogLevel(Urlfrontier.LogLevelParams request, io.grpc.stub.StreamObserver<Urlfrontier.Empty> responseObserver) * Overrides the log level for a given package *