A B C D E F G H I M O R S T U 

A

afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
 

B

bindResource(String, HTableInterface) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Binds the given resource for the given key to the current thread.

C

convertHbaseAccessException(Exception) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
convertHbaseException(Exception) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Converts the given (Hbase) exception to an appropriate exception from org.springframework.dao hierarchy.

D

destroy() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
doInTable(HTableInterface) - Method in interface org.springframework.data.hadoop.hbase.TableCallback
Gets called by HbaseTemplate execute with an active Hbase table.

E

execute(String, TableCallback<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Executes the given action against the specified table handling resource management.
execute(String, TableCallback<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
extractData(ResultScanner) - Method in interface org.springframework.data.hadoop.hbase.ResultsExtractor
Implementations must implement this method to process the entire ResultScanner.

F

find(String, String, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table, using the given family.
find(String, String, String, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table, using the given column family and qualifier.
find(String, Scan, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table using the given Scan object.
find(String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table, using the given column family.
find(String, String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table, using the given column family.
find(String, Scan, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Scans the target table using the given Scan object.
find(String, String, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
find(String, String, String, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
find(String, Scan, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
find(String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
find(String, String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
find(String, Scan, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 

G

get(String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Gets an individual row from the given table.
get(String, String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Gets an individual row from the given table.
get(String, String, String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
Gets an individual row from the given table.
get(String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
get(String, String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
get(String, String, String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
 
getCharset() - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
 
getConfiguration() - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
 
getHTable(String, Configuration) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Retrieves an Hbase table instance identified by its name.
getHTable(String, Configuration, Charset, HTableInterfaceFactory) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Retrieves an Hbase table instance identified by its name and charset using the given table factory.
getObject() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
getResource(Object) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Returns the resource (table) associated with the given key.
getTableFactory() - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
 
getTableNames() - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Returns the bound tables (by name).

H

hasResource(Object) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Checks whether any resource is bound for the given key.
HbaseAccessor - Class in org.springframework.data.hadoop.hbase
Base class for HbaseTemplate and HbaseInterceptor, defining commons properties such as HTableInterfaceFactory and Configuration.
HbaseAccessor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseAccessor
 
HbaseConfigurationFactoryBean - Class in org.springframework.data.hadoop.hbase
Factory for creating HBase specific configuration.
HbaseConfigurationFactoryBean() - Constructor for class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
HbaseInterceptor - Class in org.springframework.data.hadoop.hbase
AOP interceptor that binds a new Hbase table to the thread before a method call, closing and removing it afterwards in case of any method outcome.
HbaseInterceptor() - Constructor for class org.springframework.data.hadoop.hbase.HbaseInterceptor
 
HbaseOperations - Interface in org.springframework.data.hadoop.hbase
Interface that specifies a basic set of Hbase operations, implemented by HbaseTemplate.
HbaseSynchronizationManager - Class in org.springframework.data.hadoop.hbase
Synchronization manager handling the tracking of Hbase resources (specifically tables).
HbaseSynchronizationManager() - Constructor for class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
 
HbaseSystemException - Exception in org.springframework.data.hadoop.hbase
HBase Data Access exception.
HbaseSystemException(Exception) - Constructor for exception org.springframework.data.hadoop.hbase.HbaseSystemException
 
HbaseTemplate - Class in org.springframework.data.hadoop.hbase
Central class for accessing the HBase API.
HbaseTemplate() - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
 
HbaseTemplate(Configuration) - Constructor for class org.springframework.data.hadoop.hbase.HbaseTemplate
 
HbaseUtils - Class in org.springframework.data.hadoop.hbase
Helper class featuring methods for Hbase table handling and exception translation.
HbaseUtils() - Constructor for class org.springframework.data.hadoop.hbase.HbaseUtils
 

I

invoke(MethodInvocation) - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
 
isSingleton() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 

M

mapRow(Result, int) - Method in interface org.springframework.data.hadoop.hbase.RowMapper
 

O

org.springframework.data.hadoop.hbase - package org.springframework.data.hadoop.hbase
Package providing integration with Apache HBase.

R

releaseTable(String, HTableInterface) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Releases (or closes) the given table, created via the given configuration if it is not managed externally (or bound to the thread).
releaseTable(String, HTableInterface, HTableInterfaceFactory) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Releases (or closes) the given table, created via the given configuration if it is not managed externally (or bound to the thread).
ResultsExtractor<T> - Interface in org.springframework.data.hadoop.hbase
Callback handling scanner results.
RowMapper<T> - Interface in org.springframework.data.hadoop.hbase
Callback for mapping rows of a ResultScanner on a per-row basis.

S

setAutoFlush(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
Sets the auto flush.
setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
Sets the configuration.
setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Sets the Hadoop configuration to use.
setDeleteConnection(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Indicates whether the potential connection created by this config is destroyed at shutdown (default).
setEncoding(String) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
Sets the encoding.
setExceptionConversionEnabled(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
Sets whether to convert any IOException raised to a Spring DataAccessException, compatible with the org.springframework.dao exception hierarchy.
setProperties(Properties) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Sets the configuration properties.
setStopProxy(boolean) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Indicates whether, when/if the associated connection is destroyed, whether the proxy is stopped or not.
setTableFactory(HTableInterfaceFactory) - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
Sets the table factory.
setTableNames(String[]) - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
 
setZkPort(Integer) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Sets the HBase Zookeeper port for clients to connect to.
setZkQuorum(String) - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
Sets the HBase Zookeeper Quorum host(s).

T

TableCallback<T> - Interface in org.springframework.data.hadoop.hbase
Callback interface for Hbase code.

U

unbindResource(String) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Unbinds a resource for the given key from the current thread.
unbindResourceIfPossible(Object) - Static method in class org.springframework.data.hadoop.hbase.HbaseSynchronizationManager
Unbinds a resource for the given key from the current thread.
A B C D E F G H I M O R S T U