Package com.dremio.nessie.backend.simple
Class InMemory
- java.lang.Object
-
- com.dremio.nessie.backend.simple.InMemory
-
- All Implemented Interfaces:
Backend,AutoCloseable
@Deprecated public class InMemory extends Object implements Backend
Deprecated.basic class to demonstrate the backend model. WARNING do not use in production.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInMemory.BackendFactoryDeprecated.static classInMemory.InMemoryEntityBackend<T>Deprecated.static classInMemory.ObjectInMemoryDeprecated.object backend.static classInMemory.RefInMemoryDeprecated.ref backend.
-
Constructor Summary
Constructors Constructor Description InMemory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.EntityBackend<BranchControllerObject>gitBackend()Deprecated.EntityBackend<BranchControllerReference>gitRefBackend()Deprecated.
-
-
-
Method Detail
-
gitBackend
public EntityBackend<BranchControllerObject> gitBackend()
Deprecated.- Specified by:
gitBackendin interfaceBackend
-
gitRefBackend
public EntityBackend<BranchControllerReference> gitRefBackend()
Deprecated.- Specified by:
gitRefBackendin interfaceBackend
-
close
public void close()
Deprecated.- Specified by:
closein interfaceAutoCloseable
-
-