org.apache.accumulo.core.file.blockfile.cache
Class SizeConstants

java.lang.Object
  extended by org.apache.accumulo.core.file.blockfile.cache.SizeConstants

public class SizeConstants
extends Object


Field Summary
static int SIZEOF_BOOLEAN
           
static int SIZEOF_BYTE
          Size of byte in bytes
static int SIZEOF_CHAR
          Size of char in bytes
static int SIZEOF_DOUBLE
          Size of double in bytes
static int SIZEOF_FLOAT
          Size of float in bytes
static int SIZEOF_INT
          Size of int in bytes
static int SIZEOF_LONG
          Size of long in bytes
static int SIZEOF_SHORT
          Size of short in bytes
 
Constructor Summary
SizeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZEOF_BOOLEAN

public static final int SIZEOF_BOOLEAN
See Also:
Constant Field Values

SIZEOF_BYTE

public static final int SIZEOF_BYTE
Size of byte in bytes

See Also:
Constant Field Values

SIZEOF_CHAR

public static final int SIZEOF_CHAR
Size of char in bytes

See Also:
Constant Field Values

SIZEOF_DOUBLE

public static final int SIZEOF_DOUBLE
Size of double in bytes

See Also:
Constant Field Values

SIZEOF_FLOAT

public static final int SIZEOF_FLOAT
Size of float in bytes

See Also:
Constant Field Values

SIZEOF_INT

public static final int SIZEOF_INT
Size of int in bytes

See Also:
Constant Field Values

SIZEOF_LONG

public static final int SIZEOF_LONG
Size of long in bytes

See Also:
Constant Field Values

SIZEOF_SHORT

public static final int SIZEOF_SHORT
Size of short in bytes

See Also:
Constant Field Values
Constructor Detail

SizeConstants

public SizeConstants()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.