org.apache.accumulo.core.util
Class UnsynchronizedBuffer

java.lang.Object
  extended by org.apache.accumulo.core.util.UnsynchronizedBuffer

public class UnsynchronizedBuffer
extends Object


Nested Class Summary
static class UnsynchronizedBuffer.Reader
           
static class UnsynchronizedBuffer.Writer
           
 
Constructor Summary
UnsynchronizedBuffer()
           
 
Method Summary
static int nextArraySize(int i)
          Determines what next array size should be by rounding up to next power of two.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsynchronizedBuffer

public UnsynchronizedBuffer()
Method Detail

nextArraySize

public static int nextArraySize(int i)
Determines what next array size should be by rounding up to next power of two.



Copyright © 2015 Apache Accumulo Project. All rights reserved.