Interface for key-value storage operations, allowing storage and retrieval of various data types. More...
import java.util.ArrayList;import java.util.concurrent.atomic.AtomicBoolean;Go to the source code of this file.
Classes | |
| class | com.navigine.idl.java.KeyValueStorage |
| Interface for key-value storage operations, allowing storage and retrieval of various data types. More... | |
Packages | |
| package | com.navigine.idl.java |
Interface for key-value storage operations, allowing storage and retrieval of various data types.
Definition in file KeyValueStorage.java.