public class OffHeapChunkInfo extends Object implements Comparable
| Constructor and Description |
|---|
OffHeapChunkInfo(String regionNameArg,
Object keyArg,
long memoryAddressArg,
long numberBytesArg) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
long |
getFirstMemoryAddress() |
Object |
getKey() |
long |
getLastMemoryAddress()
Return the last memory address consumed by this chunk
|
long |
getNumberBytes() |
String |
getRegionName() |
int |
hashCode() |
String |
toString() |
public int compareTo(Object o)
compareTo in interface Comparablepublic long getLastMemoryAddress()
public String getRegionName()
public Object getKey()
public long getFirstMemoryAddress()
public long getNumberBytes()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.