Skip navigation links
C D G H J M P R S T 

C

convert(Result) - Method in interface me.jaksa.hbase.lite.Converter
Extracts the columns from the result and creates the domain object.
Converter<T> - Interface in me.jaksa.hbase.lite
A Converter is supposed to convert between objects use by HBase and domain objects.
count(Iterable) - Static method in class me.jaksa.hbase.lite.Stats
 

D

delete(Object) - Method in class me.jaksa.hbase.lite.Table
Deletes the object with the specified key.
deleteAll() - Method in class me.jaksa.hbase.lite.Table
 

G

get(Object) - Method in class me.jaksa.hbase.lite.Table
Retrieve the object with the specified key.
getColumns(Class) - Static method in class me.jaksa.hbase.lite.JPAUtils
 
getConfiguration() - Static method in class me.jaksa.hbase.lite.HBaseLite
 
getKeyField(Class<T>) - Static method in class me.jaksa.hbase.lite.JPAUtils
 
getTableName(Class) - Static method in class me.jaksa.hbase.lite.JPAUtils
 

H

HBaseLite - Class in me.jaksa.hbase.lite
Responsible for JVM wide setting such as the HBase configuration.
HBaseLite() - Constructor for class me.jaksa.hbase.lite.HBaseLite
 

J

JPAUtils - Class in me.jaksa.hbase.lite
Utility class for the JPA mapping.
JPAUtils() - Constructor for class me.jaksa.hbase.lite.JPAUtils
 

M

map(SerializableFunction<T, I>) - Method in interface me.jaksa.hbase.lite.Mapped
 
map(SerializableFunction<T, I>) - Method in interface me.jaksa.hbase.lite.Partitioned
 
map(SerializableFunction<T, I>) - Method in class me.jaksa.hbase.lite.Table
Transform the data using the given function.
Mapped<T> - Interface in me.jaksa.hbase.lite
Output from a map function that hasn't been partitioned.
me.jaksa.hbase.lite - package me.jaksa.hbase.lite
 

P

partitionBy(PartitionFunction<T, P>) - Method in interface me.jaksa.hbase.lite.Mapped
 
partitionBy(PartitionFunction<T, P>) - Method in interface me.jaksa.hbase.lite.Partitioned
 
partitionBy(PartitionFunction<T, P>) - Method in class me.jaksa.hbase.lite.Table
Partition the data according to a partitioning function.
Partitioned<K,T> - Interface in me.jaksa.hbase.lite
The results that have already been partitioned.
PartitionFunction<T,R> - Interface in me.jaksa.hbase.lite
This is just a SerializableFunction.
put(T) - Method in class me.jaksa.hbase.lite.Table
Store the object into HBase.

R

reduce(SerializableFunction<Iterable<T>, R>) - Method in interface me.jaksa.hbase.lite.Mapped
 
reduce(SerializableFunction<Iterable<T>, R>) - Method in interface me.jaksa.hbase.lite.Partitioned
 
reduce(SerializableFunction<Iterable<T>, R>) - Method in class me.jaksa.hbase.lite.Table
Applies a function over all the data.

S

SerializableFunction<T,R> - Interface in me.jaksa.hbase.lite
Functions that can be serialized.
setConfiguration(Configuration) - Static method in class me.jaksa.hbase.lite.HBaseLite
 
Stats - Class in me.jaksa.hbase.lite
Some statistical utility methods.
Stats() - Constructor for class me.jaksa.hbase.lite.Stats
 
sum(Iterable<? extends Double>) - Static method in class me.jaksa.hbase.lite.Stats
 
sumFloats(Iterable<? extends Float>) - Static method in class me.jaksa.hbase.lite.Stats
 
sumInts(Iterable<? extends Integer>) - Static method in class me.jaksa.hbase.lite.Stats
 
sumLongs(Iterable<? extends Long>) - Static method in class me.jaksa.hbase.lite.Stats
 

T

Table<T> - Class in me.jaksa.hbase.lite
Represents an HBase table for a specific type of domain object.
Table(Class<T>) - Constructor for class me.jaksa.hbase.lite.Table
 
Table(String, String, Converter<T>) - Constructor for class me.jaksa.hbase.lite.Table
 
Table(HTable, String, Converter<T>) - Constructor for class me.jaksa.hbase.lite.Table
 
toPut(T) - Method in interface me.jaksa.hbase.lite.Converter
Creates a Put object usable by HBase from the domain object.
C D G H J M P R S T 
Skip navigation links

Copyright © 2015. All rights reserved.