Package org.apache.hadoop.hbase.io.util
Class LRUDictionary.BidirectionalLRUMap.ByteArrayBackedNode
java.lang.Object
org.apache.hadoop.hbase.io.util.LRUDictionary.BidirectionalLRUMap.Node
org.apache.hadoop.hbase.io.util.LRUDictionary.BidirectionalLRUMap.ByteArrayBackedNode
- Enclosing class:
- LRUDictionary.BidirectionalLRUMap
private static class LRUDictionary.BidirectionalLRUMap.ByteArrayBackedNode
extends LRUDictionary.BidirectionalLRUMap.Node
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.io.util.LRUDictionary.BidirectionalLRUMap.Node
length, next, offset, prev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) byte[]
int
hashCode()
(package private) void
(package private) void
setContents
(byte[] container, int offset, int length)
-
Field Details
-
container
-
-
Constructor Details
-
ByteArrayBackedNode
private ByteArrayBackedNode()
-
-
Method Details
-
setContents
- Specified by:
setContents
in classLRUDictionary.BidirectionalLRUMap.Node
-
getContents
byte[] getContents()- Specified by:
getContents
in classLRUDictionary.BidirectionalLRUMap.Node
-
hashCode
-
resetContents
void resetContents()- Specified by:
resetContents
in classLRUDictionary.BidirectionalLRUMap.Node
-
equals
-