org.elasticsearch.common
Class RamUsage

java.lang.Object
  extended by org.elasticsearch.common.RamUsage

public class RamUsage
extends Object


Field Summary
static int NUM_BYTES_ARRAY_HEADER
           
static int NUM_BYTES_CHAR
           
static int NUM_BYTES_DOUBLE
           
static int NUM_BYTES_FLOAT
           
static int NUM_BYTES_INT
           
static int NUM_BYTES_LONG
           
static int NUM_BYTES_OBJECT_HEADER
           
static int NUM_BYTES_OBJECT_REF
           
static int NUM_BYTES_SHORT
           
 
Constructor Summary
RamUsage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_BYTES_SHORT

public static final int NUM_BYTES_SHORT
See Also:
Constant Field Values

NUM_BYTES_INT

public static final int NUM_BYTES_INT
See Also:
Constant Field Values

NUM_BYTES_LONG

public static final int NUM_BYTES_LONG
See Also:
Constant Field Values

NUM_BYTES_FLOAT

public static final int NUM_BYTES_FLOAT
See Also:
Constant Field Values

NUM_BYTES_DOUBLE

public static final int NUM_BYTES_DOUBLE
See Also:
Constant Field Values

NUM_BYTES_CHAR

public static final int NUM_BYTES_CHAR
See Also:
Constant Field Values

NUM_BYTES_OBJECT_HEADER

public static final int NUM_BYTES_OBJECT_HEADER
See Also:
Constant Field Values

NUM_BYTES_OBJECT_REF

public static final int NUM_BYTES_OBJECT_REF

NUM_BYTES_ARRAY_HEADER

public static final int NUM_BYTES_ARRAY_HEADER
Constructor Detail

RamUsage

public RamUsage()


Copyright © 2009-2012. All Rights Reserved.