Package io.airlift.discovery.server
Class ReplicatedDynamicStore
java.lang.Object
io.airlift.discovery.server.ReplicatedDynamicStore
- All Implemented Interfaces:
DynamicStore
-
Constructor Summary
ConstructorsConstructorDescriptionReplicatedDynamicStore(DistributedStore store, DiscoveryConfig config, io.airlift.json.JsonCodec<List<Service>> codec) -
Method Summary
-
Constructor Details
-
ReplicatedDynamicStore
@Inject public ReplicatedDynamicStore(DistributedStore store, DiscoveryConfig config, io.airlift.json.JsonCodec<List<Service>> codec)
-
-
Method Details
-
put
- Specified by:
putin interfaceDynamicStore
-
delete
- Specified by:
deletein interfaceDynamicStore
-
getAll
- Specified by:
getAllin interfaceDynamicStore
-
get
- Specified by:
getin interfaceDynamicStore
-
get
- Specified by:
getin interfaceDynamicStore
-