Interface NodeStoreFixture
-
- All Superinterfaces:
AutoCloseable
,Closeable
public interface NodeStoreFixture extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable BlobStore
getBlobStore()
NodeStore
getStore()
Whiteboard
getWhiteboard()
-
-
-
Method Detail
-
getStore
NodeStore getStore()
-
getBlobStore
@Nullable @Nullable BlobStore getBlobStore()
-
getWhiteboard
Whiteboard getWhiteboard()
-
-