org.apache.blur.lucene.serializer
Class SuperQueryWritable

java.lang.Object
  extended by org.apache.blur.lucene.serializer.AbtractQueryWritable<SuperQuery>
      extended by org.apache.blur.lucene.serializer.SuperQueryWritable
All Implemented Interfaces:
Cloneable, org.apache.hadoop.io.Writable

public class SuperQueryWritable
extends AbtractQueryWritable<SuperQuery>


Constructor Summary
SuperQueryWritable()
           
 
Method Summary
 SuperQuery getQuery()
           
 Class<SuperQuery> getType()
           
 void readFields(DataInput in)
           
 void setQuery(SuperQuery query)
           
 void write(DataOutput out)
           
 
Methods inherited from class org.apache.blur.lucene.serializer.AbtractQueryWritable
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperQueryWritable

public SuperQueryWritable()
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException
Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Throws:
IOException

getQuery

public SuperQuery getQuery()
Specified by:
getQuery in class AbtractQueryWritable<SuperQuery>

setQuery

public void setQuery(SuperQuery query)
Specified by:
setQuery in class AbtractQueryWritable<SuperQuery>

getType

public Class<SuperQuery> getType()
Specified by:
getType in class AbtractQueryWritable<SuperQuery>


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