W - write to be done toR - read to be done fromM - manager usedpublic interface StoreOp<W,R,M>
| Modifier and Type | Method and Description | 
|---|---|
| void | recover(R read,
       M mgr)Read and populate StoreOp. | 
| void | write(W write,
     M mgr)Write operation to persistent storage. | 
void write(W write, M mgr) throws IOException
write - write to be done tomgr - manager used by storeIOExceptionvoid recover(R read, M mgr) throws IOException
read - read to be done frommgr - manager used by storeIOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.