Uses of Class
io.airlift.discovery.store.DistributedStore
Packages that use DistributedStore
-
Uses of DistributedStore in io.airlift.discovery.server
Constructors in io.airlift.discovery.server with parameters of type DistributedStoreModifierConstructorDescriptionReplicatedDynamicStore(DistributedStore store, DiscoveryConfig config, io.airlift.json.JsonCodec<List<Service>> codec) ReplicatedStaticStore(DistributedStore store, io.airlift.json.JsonCodec<Service> codec)