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 storeIOException
void recover(R read, M mgr) throws IOException
read
- read to be done frommgr
- manager used by storeIOException
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.