Uses of Class
crawlercommons.urlfrontier.Urlfrontier.StringList
-
Uses of Urlfrontier.StringList in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.StringListModifier and TypeMethodDescriptionUrlfrontier.StringList.Builder.build()Urlfrontier.StringList.Builder.buildPartial()static Urlfrontier.StringListUrlfrontier.StringList.getDefaultInstance()Urlfrontier.StringList.Builder.getDefaultInstanceForType()Urlfrontier.StringList.getDefaultInstanceForType()Urlfrontier.URLInfo.Builder.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfoOrBuilder.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.Builder.getMetadataOrThrow(String key) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.getMetadataOrThrow(String key) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfoOrBuilder.getMetadataOrThrow(String key) * Arbitrary key / values stored alongside the URL.URLFrontierGrpc.URLFrontierBlockingStub.listCrawls(Urlfrontier.Local request) * Return the list of crawls handled by the frontier(s) *URLFrontierGrpc.URLFrontierBlockingStub.listNodes(Urlfrontier.Empty request) * Return the list of nodes forming the cluster the current node belongs to *static Urlfrontier.StringListUrlfrontier.StringList.parseDelimitedFrom(InputStream input) static Urlfrontier.StringListUrlfrontier.StringList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(byte[] data) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(com.google.protobuf.ByteString data) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(com.google.protobuf.CodedInputStream input) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(InputStream input) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(ByteBuffer data) static Urlfrontier.StringListUrlfrontier.StringList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in crawlercommons.urlfrontier that return types with arguments of type Urlfrontier.StringListModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Urlfrontier.Local,Urlfrontier.StringList> URLFrontierGrpc.getListCrawlsMethod()static io.grpc.MethodDescriptor<Urlfrontier.Empty,Urlfrontier.StringList> URLFrontierGrpc.getListNodesMethod()Urlfrontier.URLInfo.Builder.getMetadata()Deprecated.Urlfrontier.URLInfo.getMetadata()Deprecated.Urlfrontier.URLInfoOrBuilder.getMetadata()Deprecated.Urlfrontier.URLInfo.Builder.getMetadataMap()* Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.getMetadataMap()* Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfoOrBuilder.getMetadataMap()* Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.Builder.getMutableMetadata()Deprecated.com.google.protobuf.Parser<Urlfrontier.StringList>Urlfrontier.StringList.getParserForType()com.google.common.util.concurrent.ListenableFuture<Urlfrontier.StringList>URLFrontierGrpc.URLFrontierFutureStub.listCrawls(Urlfrontier.Local request) * Return the list of crawls handled by the frontier(s) *com.google.common.util.concurrent.ListenableFuture<Urlfrontier.StringList>URLFrontierGrpc.URLFrontierFutureStub.listNodes(Urlfrontier.Empty request) * Return the list of nodes forming the cluster the current node belongs to *static com.google.protobuf.Parser<Urlfrontier.StringList>Urlfrontier.StringList.parser()Methods in crawlercommons.urlfrontier with parameters of type Urlfrontier.StringListModifier and TypeMethodDescriptionUrlfrontier.URLInfo.Builder.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfo.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.URLInfoOrBuilder.getMetadataOrDefault(String key, Urlfrontier.StringList defaultValue) * Arbitrary key / values stored alongside the URL.Urlfrontier.StringList.Builder.mergeFrom(Urlfrontier.StringList other) Urlfrontier.StringList.newBuilder(Urlfrontier.StringList prototype) Urlfrontier.URLInfo.Builder.putMetadata(String key, Urlfrontier.StringList value) * Arbitrary key / values stored alongside the URL.Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.StringListModifier and TypeMethodDescriptiondefault voidURLFrontierGrpc.AsyncService.listCrawls(Urlfrontier.Local request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver) * Return the list of crawls handled by the frontier(s) *voidURLFrontierGrpc.URLFrontierStub.listCrawls(Urlfrontier.Local request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver) * Return the list of crawls handled by the frontier(s) *default voidURLFrontierGrpc.AsyncService.listNodes(Urlfrontier.Empty request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver) * Return the list of nodes forming the cluster the current node belongs to *voidURLFrontierGrpc.URLFrontierStub.listNodes(Urlfrontier.Empty request, io.grpc.stub.StreamObserver<Urlfrontier.StringList> responseObserver) * Return the list of nodes forming the cluster the current node belongs to *Urlfrontier.URLInfo.Builder.putAllMetadata(Map<String, Urlfrontier.StringList> values) * Arbitrary key / values stored alongside the URL.