org.apache.hadoop.hbase.util
Class UnsafeAccess

java.lang.Object
  extended by org.apache.hadoop.hbase.util.UnsafeAccess

@InterfaceAudience.Private
@InterfaceStability.Evolving
public final class UnsafeAccess
extends Object


Field Summary
static int BYTE_ARRAY_BASE_OFFSET
          The offset to the first element in a byte array.
static boolean littleEndian
           
static sun.misc.Unsafe theUnsafe
           
 
Method Summary
static boolean isAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theUnsafe

public static final sun.misc.Unsafe theUnsafe

BYTE_ARRAY_BASE_OFFSET

public static final int BYTE_ARRAY_BASE_OFFSET
The offset to the first element in a byte array.


littleEndian

public static final boolean littleEndian
Method Detail

isAvailable

public static boolean isAvailable()


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