Package com.dremio.nessie.backend.simple
Class InMemory.RefInMemory
- java.lang.Object
-
- com.dremio.nessie.backend.simple.InMemory.InMemoryEntityBackend<BranchControllerReference>
-
- com.dremio.nessie.backend.simple.InMemory.RefInMemory
-
- All Implemented Interfaces:
EntityBackend<BranchControllerReference>,AutoCloseable
- Enclosing class:
- InMemory
public static class InMemory.RefInMemory extends InMemory.InMemoryEntityBackend<BranchControllerReference>
ref backend. Do not use in production.
-
-
Constructor Summary
Constructors Constructor Description RefInMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.dremio.nessie.backend.simple.InMemory.Filter<BranchControllerReference>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<BranchControllerReference> filterObj()
- Specified by:
filterObjin classInMemory.InMemoryEntityBackend<BranchControllerReference>
-
-