public class TabletMapEntry
extends java.lang.Object
| Constructor and Description |
|---|
TabletMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireReadLock() |
java.util.concurrent.ConcurrentSkipListMap<io.netty.buffer.ByteBuf,PutWrapper> |
getFlushQueue() |
java.util.concurrent.ConcurrentSkipListMap<io.netty.buffer.ByteBuf,PutWrapper> |
getPutQueue() |
void |
releaseReadLock() |
void |
swapFlushSkipLists() |
public java.util.concurrent.ConcurrentSkipListMap<io.netty.buffer.ByteBuf,PutWrapper> getPutQueue()
public java.util.concurrent.ConcurrentSkipListMap<io.netty.buffer.ByteBuf,PutWrapper> getFlushQueue()
public void swapFlushSkipLists()
public void acquireReadLock()
public void releaseReadLock()