Spring for Apache Hadoop
A B C D E F G H I J K L M N O P Q R S T U V W 

Q

query(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a list of objects.
query(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, expecting a list of objects.
query(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a list of objects.
query(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, expecting a list of objects.
queryForInt(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single int value.
queryForInt(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single int value.
queryForInt(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single int value.
queryForInt(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single int value.
queryForLong(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single long value.
queryForLong(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single long value.
queryForLong(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single long value.
queryForLong(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single long value.
queryForString(String) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL that results in a single object.
queryForString(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.hive.HiveOperations
Executes the given HiveQL using the list of arguments, that results in a single object.
queryForString(String) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL that results in a single object.
queryForString(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.hive.HiveTemplate
Executes the given HiveQL using the list of arguments, that results in a single object.
QUIESCENT_POSTPROCESSOR - Static variable in interface org.springframework.data.hadoop.config.common.annotation.ObjectPostProcessor
A do nothing implementation of the ObjectPostProcessor
A B C D E F G H I J K L M N O P Q R S T U V W 
Spring for Apache Hadoop