org.apache.blur.lucene.fst
Class ByteArrayFactory

java.lang.Object
  extended by org.apache.blur.lucene.fst.ByteArrayFactory
Direct Known Subclasses:
ByteArrayPrimitiveFactory

public abstract class ByteArrayFactory
extends Object


Constructor Summary
ByteArrayFactory(BlurConfiguration configuration)
           
 
Method Summary
static ByteArrayFactory getDefaultFactory()
           
abstract  ByteArray newByteArray(int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayFactory

public ByteArrayFactory(BlurConfiguration configuration)
Method Detail

newByteArray

public abstract ByteArray newByteArray(int size)

getDefaultFactory

public static ByteArrayFactory getDefaultFactory()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.