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 BlobStoregetBlobStore()NodeStoregetStore()WhiteboardgetWhiteboard()
-
-
-
Method Detail
-
getStore
NodeStore getStore()
-
getBlobStore
@Nullable @Nullable BlobStore getBlobStore()
-
getWhiteboard
Whiteboard getWhiteboard()
-
-