Java 类org.apache.lucene.util.ByteBlockPool.DirectAllocator 实例源码

项目:lams    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:search    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:NYBC    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:read-open-source-code    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:read-open-source-code    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:read-open-source-code    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}
项目:Maskana-Gestor-de-Conocimiento    文件:BytesRefHash.java   
/**
 * Creates a new {@link BytesRefHash} with a {@link ByteBlockPool} using a
 * {@link DirectAllocator}.
 */
public BytesRefHash() { 
  this(new ByteBlockPool(new DirectAllocator()));
}