com.netflix.astyanax.recipes
Class ReverseIndexQuery.Task

java.lang.Object
  extended by com.netflix.astyanax.recipes.ReverseIndexQuery.Task
All Implemented Interfaces:
Runnable
Enclosing class:
ReverseIndexQuery<K,C,V>

public abstract class ReverseIndexQuery.Task
extends Object
implements Runnable


Constructor Summary
ReverseIndexQuery.Task()
           
 
Method Summary
protected abstract  void internalRun()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReverseIndexQuery.Task

public ReverseIndexQuery.Task()
Method Detail

run

public final void run()
Specified by:
run in interface Runnable

internalRun

protected abstract void internalRun()


Copyright © 2012. All Rights Reserved.