Package io.deephaven.kv.inmem
Class KVCreatorInMem
java.lang.Object
io.deephaven.kv.inmem.KVCreatorInMem
- All Implemented Interfaces:
ClientCreator,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close any resources associated with this creator.Gets or creates aKVClient.Gets or creates aWatchClient.
-
Constructor Details
-
KVCreatorInMem
-
-
Method Details
-
getKVClient
Description copied from interface:ClientCreatorGets or creates aKVClient.- Specified by:
getKVClientin interfaceClientCreator- Returns:
- the kv client
-
getWatchClient
Description copied from interface:ClientCreatorGets or creates aWatchClient.- Specified by:
getWatchClientin interfaceClientCreator- Returns:
- the watch client
-
close
public void close()Description copied from interface:ClientCreatorClose any resources associated with this creator. Services should not be used after the creator has been closed.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceClientCreator- Specified by:
closein interfaceCloseable
-