Uses of Class
io.airlift.discovery.server.Service
Packages that use Service
-
Uses of Service in io.airlift.discovery.server
Methods in io.airlift.discovery.server that return ServiceMethods in io.airlift.discovery.server that return types with arguments of type ServiceModifier and TypeMethodDescriptionDynamicStore.getAll()ReplicatedDynamicStore.getAll()ReplicatedStaticStore.getAll()StaticStore.getAll()DynamicServiceAnnouncement.getId()Service.getId()Services.getServices()static com.google.common.base.Predicate<Service>Service.matchesPool(String pool) static com.google.common.base.Predicate<Service>Service.matchesType(String type) static com.google.common.base.Function<DynamicServiceAnnouncement,Service> DynamicServiceAnnouncement.toServiceWith(Id<Node> nodeId, String location, String pool) Methods in io.airlift.discovery.server with parameters of type ServiceModifier and TypeMethodDescriptionvoidvoidMethod parameters in io.airlift.discovery.server with type arguments of type ServiceModifier and TypeMethodDescriptionvoidvoidvoidConstructor parameters in io.airlift.discovery.server with type arguments of type ServiceModifierConstructorDescriptionReplicatedDynamicStore(DistributedStore store, DiscoveryConfig config, io.airlift.json.JsonCodec<List<Service>> codec) ReplicatedStaticStore(DistributedStore store, io.airlift.json.JsonCodec<Service> codec) Service(Id<Service> id, Id<Node> nodeId, String type, String pool, String location, Map<String, String> properties)