Package org.helidb.lang.serializer

Examples of org.helidb.lang.serializer.ConfigurableLengthLongSerializer


*/
public class BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder<H extends Comparable<H>> extends FileBackedNodeRepositoryBuilder<H, Long>
{
  public BPlusTreeIndexBackendFileBackedNodeRepositoryBuilder()
  {
    setValueSerializer(new ConfigurableLengthLongSerializer(4));
  }
View Full Code Here

TOP

Related Classes of org.helidb.lang.serializer.ConfigurableLengthLongSerializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.