Package com.dremio.nessie.backend.simple
Class InMemory.ObjectInMemory
- java.lang.Object
-
- com.dremio.nessie.backend.simple.InMemory.InMemoryEntityBackend<BranchControllerObject>
-
- com.dremio.nessie.backend.simple.InMemory.ObjectInMemory
-
- All Implemented Interfaces:
EntityBackend<BranchControllerObject>,AutoCloseable
- Enclosing class:
- InMemory
public static class InMemory.ObjectInMemory extends InMemory.InMemoryEntityBackend<BranchControllerObject>
object backend. Do not use in production.
-
-
Constructor Summary
Constructors Constructor Description ObjectInMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.dremio.nessie.backend.simple.InMemory.Filter<BranchControllerObject>filterObj()-
Methods inherited from class com.dremio.nessie.backend.simple.InMemory.InMemoryEntityBackend
close, get, getAll, remove, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.dremio.nessie.backend.EntityBackend
get, increment, remove, updateAll
-
-
-
-
Method Detail
-
filterObj
protected com.dremio.nessie.backend.simple.InMemory.Filter<BranchControllerObject> filterObj()
- Specified by:
filterObjin classInMemory.InMemoryEntityBackend<BranchControllerObject>
-
-