org.apache.blur.console.util
Class QueryUtil

java.lang.Object
  extended by org.apache.blur.console.util.QueryUtil

public class QueryUtil
extends Object


Constructor Summary
QueryUtil()
           
 
Method Summary
static void cancelQuery(String table, String uuid)
           
static int getCurrentQueryCount()
           
static Map<String,Object> getQueries()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUtil

public QueryUtil()
Method Detail

getCurrentQueryCount

public static int getCurrentQueryCount()
                                throws IOException,
                                       TException
Throws:
IOException
TException

getQueries

public static Map<String,Object> getQueries()
                                     throws TException,
                                            IOException
Throws:
TException
IOException

cancelQuery

public static void cancelQuery(String table,
                               String uuid)
                        throws IOException,
                               TException
Throws:
IOException
TException


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