public interface BlockClientListener
Modifier and Type | Method and Description |
---|---|
void |
clientClosed(BlockClient blockClient,
BlockStoreLocation location)
Called when an open block client is closed.
|
void |
clientOpened(BlockClient blockClient,
BlockStoreLocation location)
Called when a new block client is opened.
|
void clientOpened(BlockClient blockClient, BlockStoreLocation location)
blockClient
- the block read/write clientlocation
- the block locationvoid clientClosed(BlockClient blockClient, BlockStoreLocation location)
blockClient
- the block read/write clientlocation
- the block locationCopyright © 2023. All Rights Reserved.