org.apache.accumulo.proxy
Class Util

java.lang.Object
  extended by org.apache.accumulo.proxy.Util

public class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
protected static byte[] deNullify(byte[] in)
           
static Key fromThrift(Key pkey)
           
static IteratorSetting iteratorSetting2ProxyIteratorSetting(IteratorSetting is)
           
static String randString(int numbytes)
           
static ByteBuffer randStringBuffer(int numbytes)
           
static Key toThrift(Key key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

randString

public static String randString(int numbytes)

randStringBuffer

public static ByteBuffer randStringBuffer(int numbytes)

iteratorSetting2ProxyIteratorSetting

public static IteratorSetting iteratorSetting2ProxyIteratorSetting(IteratorSetting is)

toThrift

public static Key toThrift(Key key)

fromThrift

public static Key fromThrift(Key pkey)

deNullify

protected static byte[] deNullify(byte[] in)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.