com.bigdata.btree.raba.codec
Class FrontCodedRabaCoder.DefaultFrontCodedRabaCoder

java.lang.Object
  extended by com.bigdata.btree.raba.codec.FrontCodedRabaCoder
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bigdata.btree.raba.codec.FrontCodedRabaCoder
FrontCodedRabaCoder.DefaultFrontCodedRabaCoder
 
Field Summary
protected static int DEFAULT_RATIO
           
static FrontCodedRabaCoder.DefaultFrontCodedRabaCoder INSTANCE
           
 
Fields inherited from class com.bigdata.btree.raba.codec.FrontCodedRabaCoder
log
 
Constructor Summary
FrontCodedRabaCoder.DefaultFrontCodedRabaCoder()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class com.bigdata.btree.raba.codec.FrontCodedRabaCoder
decode, encode, encodeLive, isKeyCoder, isValueCoder, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final transient FrontCodedRabaCoder.DefaultFrontCodedRabaCoder INSTANCE

DEFAULT_RATIO

protected static final transient int DEFAULT_RATIO
See Also:
Constant Field Values
Constructor Detail

FrontCodedRabaCoder.DefaultFrontCodedRabaCoder

public FrontCodedRabaCoder.DefaultFrontCodedRabaCoder()
Method Detail

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.