Uses of Class
crawlercommons.urlfrontier.Urlfrontier.URLInfo
-
Uses of Urlfrontier.URLInfo in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.URLInfoModifier and TypeMethodDescriptionUrlfrontier.URLInfo.Builder.build()Urlfrontier.URLInfo.Builder.buildPartial()static Urlfrontier.URLInfoUrlfrontier.URLInfo.getDefaultInstance()Urlfrontier.URLInfo.Builder.getDefaultInstanceForType()Urlfrontier.URLInfo.getDefaultInstanceForType()Urlfrontier.DiscoveredURLItem.Builder.getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.DiscoveredURLItem.getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.DiscoveredURLItemOrBuilder.getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.Builder.getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItemOrBuilder.getInfo().urlfrontier.URLInfo info = 1;static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseDelimitedFrom(InputStream input) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(byte[] data) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(InputStream input) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(ByteBuffer data) static Urlfrontier.URLInfoUrlfrontier.URLInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.URLInfoModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.GetParams,Urlfrontier.URLInfo> URLFrontierGrpc.getGetURLsMethod()com.google.protobuf.Parser<Urlfrontier.URLInfo>Urlfrontier.URLInfo.getParserForType()URLFrontierGrpc.URLFrontierBlockingStub.getURLs(Urlfrontier.GetParams request) * Stream URLs due for fetching from M queues with up to N items per queue *static com.google.protobuf.Parser<Urlfrontier.URLInfo>Urlfrontier.URLInfo.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.URLInfoModifier and TypeMethodDescriptionUrlfrontier.URLInfo.Builder.mergeFrom(Urlfrontier.URLInfo other) Urlfrontier.DiscoveredURLItem.Builder.mergeInfo(Urlfrontier.URLInfo value) .urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.Builder.mergeInfo(Urlfrontier.URLInfo value) .urlfrontier.URLInfo info = 1;static Urlfrontier.URLInfo.BuilderUrlfrontier.URLInfo.newBuilder(Urlfrontier.URLInfo prototype) Urlfrontier.DiscoveredURLItem.Builder.setInfo(Urlfrontier.URLInfo value) .urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.Builder.setInfo(Urlfrontier.URLInfo value) .urlfrontier.URLInfo info = 1;Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.URLInfoModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.getURLs(Urlfrontier.GetParams request, io.grpc.stub.StreamObserver<Urlfrontier.URLInfo> responseObserver) * Stream URLs due for fetching from M queues with up to N items per queue *voidURLFrontierGrpc.URLFrontierStub.getURLs(Urlfrontier.GetParams request, io.grpc.stub.StreamObserver<Urlfrontier.URLInfo> responseObserver) * Stream URLs due for fetching from M queues with up to N items per queue *