Uses of Class
crawlercommons.urlfrontier.Urlfrontier.Stats
-
Uses of Urlfrontier.Stats in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.StatsModifier and TypeMethodDescriptionUrlfrontier.Stats.Builder.build()Urlfrontier.Stats.Builder.buildPartial()static Urlfrontier.StatsUrlfrontier.Stats.getDefaultInstance()Urlfrontier.Stats.Builder.getDefaultInstanceForType()Urlfrontier.Stats.getDefaultInstanceForType()URLFrontierGrpc.URLFrontierBlockingStub.getStats(Urlfrontier.QueueWithinCrawlParams request) * Return stats for a specific queue or an entire crawl.static Urlfrontier.StatsUrlfrontier.Stats.parseDelimitedFrom(InputStream input) static Urlfrontier.StatsUrlfrontier.Stats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(byte[] data) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(InputStream input) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(ByteBuffer data) static Urlfrontier.StatsUrlfrontier.Stats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.StatsModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.QueueWithinCrawlParams,Urlfrontier.Stats> URLFrontierGrpc.getGetStatsMethod()com.google.protobuf.Parser<Urlfrontier.Stats>Urlfrontier.Stats.getParserForType()com.google.common.util.concurrent.ListenableFuture<Urlfrontier.Stats>URLFrontierGrpc.URLFrontierFutureStub.getStats(Urlfrontier.QueueWithinCrawlParams request) * Return stats for a specific queue or an entire crawl.static com.google.protobuf.Parser<Urlfrontier.Stats>Urlfrontier.Stats.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.StatsModifier and TypeMethodDescriptionUrlfrontier.Stats.Builder.mergeFrom(Urlfrontier.Stats other) static Urlfrontier.Stats.BuilderUrlfrontier.Stats.newBuilder(Urlfrontier.Stats prototype) Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.StatsModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.getStats(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver) * Return stats for a specific queue or an entire crawl.voidURLFrontierGrpc.URLFrontierStub.getStats(Urlfrontier.QueueWithinCrawlParams request, io.grpc.stub.StreamObserver<Urlfrontier.Stats> responseObserver) * Return stats for a specific queue or an entire crawl.