public static final class DirectBufferCache.CacheEntry
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
boolean |
allocate() |
|
LimitedBufferSlicePool.PooledByteBuffer[] |
buffers() |
|
boolean |
claimEnable() |
|
boolean |
dereference() |
|
void |
disable() |
|
void |
enable() |
|
boolean |
enabled() |
|
int |
hit() |
|
java.lang.Object |
key() |
|
boolean |
reference() |
|
int |
size() |
public int size()
public LimitedBufferSlicePool.PooledByteBuffer[] buffers()
public int hit()
public java.lang.Object key()
public boolean enabled()
public void enable()
public void disable()
public boolean claimEnable()
public boolean reference()
public boolean dereference()
public boolean allocate()
Copyright © 2018. All rights reserved.