Package io.airlift.discovery.server
Class ReplicatedStaticStore
java.lang.Object
io.airlift.discovery.server.ReplicatedStaticStore
- All Implemented Interfaces:
StaticStore
-
Constructor Summary
ConstructorsConstructorDescriptionReplicatedStaticStore(DistributedStore store, io.airlift.json.JsonCodec<Service> codec) -
Method Summary
-
Constructor Details
-
ReplicatedStaticStore
@Inject public ReplicatedStaticStore(DistributedStore store, io.airlift.json.JsonCodec<Service> codec)
-
-
Method Details
-
put
- Specified by:
putin interfaceStaticStore
-
delete
- Specified by:
deletein interfaceStaticStore
-
getAll
- Specified by:
getAllin interfaceStaticStore
-
get
- Specified by:
getin interfaceStaticStore
-
get
- Specified by:
getin interfaceStaticStore
-