Uses of Class
crawlercommons.urlfrontier.Urlfrontier.URLInfo
-
-
Uses of Urlfrontier.URLInfo in crawlercommons.urlfrontier
Methods in crawlercommons.urlfrontier that return Urlfrontier.URLInfo Modifier and Type Method Description Urlfrontier.URLInfoUrlfrontier.URLInfo.Builder. build()Urlfrontier.URLInfoUrlfrontier.URLInfo.Builder. buildPartial()static Urlfrontier.URLInfoUrlfrontier.URLInfo. getDefaultInstance()Urlfrontier.URLInfoUrlfrontier.URLInfo.Builder. getDefaultInstanceForType()Urlfrontier.URLInfoUrlfrontier.URLInfo. getDefaultInstanceForType()Urlfrontier.URLInfoUrlfrontier.DiscoveredURLItem.Builder. getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoUrlfrontier.DiscoveredURLItem. getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoUrlfrontier.DiscoveredURLItemOrBuilder. getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoUrlfrontier.KnownURLItem.Builder. getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoUrlfrontier.KnownURLItem. getInfo().urlfrontier.URLInfo info = 1;Urlfrontier.URLInfoUrlfrontier.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.URLInfo Modifier and Type Method Description static io.grpc.MethodDescriptor<Urlfrontier.GetParams,Urlfrontier.URLInfo>URLFrontierGrpc. getGetURLsMethod()com.google.protobuf.Parser<Urlfrontier.URLInfo>Urlfrontier.URLInfo. getParserForType()Iterator<Urlfrontier.URLInfo>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.URLInfo Modifier and Type Method Description Urlfrontier.URLInfo.BuilderUrlfrontier.URLInfo.Builder. mergeFrom(Urlfrontier.URLInfo other)Urlfrontier.DiscoveredURLItem.BuilderUrlfrontier.DiscoveredURLItem.Builder. mergeInfo(Urlfrontier.URLInfo value).urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.BuilderUrlfrontier.KnownURLItem.Builder. mergeInfo(Urlfrontier.URLInfo value).urlfrontier.URLInfo info = 1;static Urlfrontier.URLInfo.BuilderUrlfrontier.URLInfo. newBuilder(Urlfrontier.URLInfo prototype)Urlfrontier.DiscoveredURLItem.BuilderUrlfrontier.DiscoveredURLItem.Builder. setInfo(Urlfrontier.URLInfo value).urlfrontier.URLInfo info = 1;Urlfrontier.KnownURLItem.BuilderUrlfrontier.KnownURLItem.Builder. setInfo(Urlfrontier.URLInfo value).urlfrontier.URLInfo info = 1;Method parameters in crawlercommons.urlfrontier with type arguments of type Urlfrontier.URLInfo Modifier and Type Method Description voidURLFrontierGrpc.URLFrontierImplBase. 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 *
-