VLSNCache.DefaultCache
EMPTY_CACHE
Constructor and Description |
---|
VLSNCache.DefaultCache(int capacity,
int nBytes) |
VLSNCache.DefaultCache(SizeofMarker marker) |
Modifier and Type | Method and Description |
---|---|
VLSNCache.DefaultCache |
copy(int from,
int to,
int n) |
long |
get(int idx) |
long |
getMemorySize() |
VLSNCache.DefaultCache |
set(int idx,
long val,
IN parent)
Mutates to a DefaultCache with a larger number of bytes if necessary
to hold the given value.
|
public VLSNCache.DefaultCache(int capacity, int nBytes)
public VLSNCache.DefaultCache(SizeofMarker marker)
public VLSNCache.DefaultCache set(int idx, long val, IN parent)
public VLSNCache.DefaultCache copy(int from, int to, int n)
public long getMemorySize()
getMemorySize
in class VLSNCache
Copyright (c) 2004-2012 Oracle. All rights reserved.