com.bigdata.btree.raba.codec
Class FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
java.lang.Object
com.bigdata.btree.raba.codec.FrontCodedRabaCoder
com.bigdata.btree.raba.codec.FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
- All Implemented Interfaces:
- IRabaCoder, Externalizable, Serializable
- Enclosing class:
- FrontCodedRabaCoder
public static class FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
- extends FrontCodedRabaCoder
A pre-parameterized version of the FrontCodedRabaCoder which is
used as the default IRabaCoder for B+Tree keys for both nodes and
leaves.
- Version:
- $Id: FrontCodedRabaCoder.java 2966 2010-06-03 18:31:54Z thompsonbry $
- Author:
- Bryan
Thompson
- See Also:
- Serialized Form
INSTANCE
public static final transient FrontCodedRabaCoder.DefaultFrontCodedRabaCoder INSTANCE
DEFAULT_RATIO
protected static final transient int DEFAULT_RATIO
- See Also:
- Constant Field Values
FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
public FrontCodedRabaCoder.DefaultFrontCodedRabaCoder()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable- Overrides:
readExternal in class FrontCodedRabaCoder
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable- Overrides:
writeExternal in class FrontCodedRabaCoder
- Throws:
IOException
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.