Uses of Class
io.permazen.kv.raft.RaftKVImplementation.Config
Packages that use RaftKVImplementation.Config
-
Uses of RaftKVImplementation.Config in io.permazen.kv.raft
Methods in io.permazen.kv.raft that return RaftKVImplementation.ConfigMethods in io.permazen.kv.raft with parameters of type RaftKVImplementation.ConfigModifier and TypeMethodDescriptionRaftKVImplementation.createKVDatabase
(RaftKVImplementation.Config config, KVDatabase kvdb, AtomicKVStore kvstore) RaftKVImplementation.getDescription
(RaftKVImplementation.Config config) boolean
RaftKVImplementation.providesKVDatabase
(RaftKVImplementation.Config config) boolean
RaftKVImplementation.requiresAtomicKVStore
(RaftKVImplementation.Config config) boolean
RaftKVImplementation.requiresKVDatabase
(RaftKVImplementation.Config config)