Uses of Class
org.apache.hadoop.hbase.hbql.util.CompletionQueue.Element

Packages that use CompletionQueue.Element
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.util   
 

Uses of CompletionQueue.Element in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl that return CompletionQueue.Element
 CompletionQueue.Element<T> CompletionQueueExecutor.takeElement()
           
 

Uses of CompletionQueue.Element in org.apache.hadoop.hbase.hbql.util
 

Methods in org.apache.hadoop.hbase.hbql.util that return CompletionQueue.Element
static
<S> CompletionQueue.Element<S>
CompletionQueue.Element.getElement(CompletionQueue.Element<S> element, S value)
           
static
<S> CompletionQueue.Element<S>
CompletionQueue.Element.newCompletionToken()
           
static
<S> CompletionQueue.Element<S>
CompletionQueue.Element.newEmptyToken()
           
 CompletionQueue.Element<T> CompletionQueue.takeElement()
           
 

Methods in org.apache.hadoop.hbase.hbql.util with parameters of type CompletionQueue.Element
static
<S> CompletionQueue.Element<S>
CompletionQueue.Element.getElement(CompletionQueue.Element<S> element, S value)
           
 



Copyright © 2011. All Rights Reserved.