Uses of Class
crawlercommons.urlfrontier.Urlfrontier.URLItem
-
Uses of Urlfrontier.URLItem in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.URLItemModifier and TypeMethodDescriptionUrlfrontier.URLItem.Builder.build()Urlfrontier.URLItem.Builder.buildPartial()static Urlfrontier.URLItemUrlfrontier.URLItem.getDefaultInstance()Urlfrontier.URLItem.Builder.getDefaultInstanceForType()Urlfrontier.URLItem.getDefaultInstanceForType()URLFrontierGrpc.URLFrontierBlockingStub.getURLStatus(Urlfrontier.URLStatusRequest request) * Get status of a particular URL This does not take into account URL scheduling.static Urlfrontier.URLItemUrlfrontier.URLItem.parseDelimitedFrom(InputStream input) static Urlfrontier.URLItemUrlfrontier.URLItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(byte[] data) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(InputStream input) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(ByteBuffer data) static Urlfrontier.URLItemUrlfrontier.URLItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.URLItemModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.URLStatusRequest,Urlfrontier.URLItem> URLFrontierGrpc.getGetURLStatusMethod()static io.grpc.MethodDescriptor<Urlfrontier.ListUrlParams,Urlfrontier.URLItem> URLFrontierGrpc.getListURLsMethod()com.google.protobuf.Parser<Urlfrontier.URLItem>Urlfrontier.URLItem.getParserForType()static io.grpc.MethodDescriptor<Urlfrontier.URLItem,Urlfrontier.AckMessage> URLFrontierGrpc.getPutURLsMethod()com.google.common.util.concurrent.ListenableFuture<Urlfrontier.URLItem>URLFrontierGrpc.URLFrontierFutureStub.getURLStatus(Urlfrontier.URLStatusRequest request) * Get status of a particular URL This does not take into account URL scheduling.URLFrontierGrpc.URLFrontierBlockingStub.listURLs(Urlfrontier.ListUrlParams request) * List all URLs currently in the frontier This does not take into account URL scheduling.static com.google.protobuf.Parser<Urlfrontier.URLItem>Urlfrontier.URLItem.parser()default io.grpc.stub.StreamObserver<Urlfrontier.URLItem>URLFrontierGrpc.AsyncService.putURLs(io.grpc.stub.StreamObserver<Urlfrontier.AckMessage> responseObserver) * Push URL items to the server; they get created (if they don't already exist) in case of DiscoveredURLItems or updated if KnownURLItems *io.grpc.stub.StreamObserver<Urlfrontier.URLItem>URLFrontierGrpc.URLFrontierStub.putURLs(io.grpc.stub.StreamObserver<Urlfrontier.AckMessage> responseObserver) * Push URL items to the server; they get created (if they don't already exist) in case of DiscoveredURLItems or updated if KnownURLItems *Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.URLItemModifier and TypeMethodDescriptionUrlfrontier.URLItem.Builder.mergeFrom(Urlfrontier.URLItem other) static Urlfrontier.URLItem.BuilderUrlfrontier.URLItem.newBuilder(Urlfrontier.URLItem prototype) Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.URLItemModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.getURLStatus(Urlfrontier.URLStatusRequest request, io.grpc.stub.StreamObserver<Urlfrontier.URLItem> responseObserver) * Get status of a particular URL This does not take into account URL scheduling.voidURLFrontierGrpc.URLFrontierStub.getURLStatus(Urlfrontier.URLStatusRequest request, io.grpc.stub.StreamObserver<Urlfrontier.URLItem> responseObserver) * Get status of a particular URL This does not take into account URL scheduling.default voidURLFrontierGrpc.AsyncService.listURLs(Urlfrontier.ListUrlParams request, io.grpc.stub.StreamObserver<Urlfrontier.URLItem> responseObserver) * List all URLs currently in the frontier This does not take into account URL scheduling.voidURLFrontierGrpc.URLFrontierStub.listURLs(Urlfrontier.ListUrlParams request, io.grpc.stub.StreamObserver<Urlfrontier.URLItem> responseObserver) * List all URLs currently in the frontier This does not take into account URL scheduling.