A B C D G H M N O P R S T 

A

acquireLock(StaticBuffer, StaticBuffer, StaticBuffer, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 

B

beginTransaction(BaseTransactionConfig) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

C

clearStorage() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
Deletes the specified table with all its columns.
close() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
close() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
com.thinkaurelius.titan.diskstorage.hbase - package com.thinkaurelius.titan.diskstorage.hbase
 
COMPAT_CLASS - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
If this key is present in either the JVM system properties or the process environment (checked in the listed order, first hit wins), then its value must be the full package and class name of an implementation of HBaseCompat that has a no-arg public constructor.
COMPRESSION - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
COMPRESSION_DEFAULT - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

D

dumpOpenManagers() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

G

getCompat(String) - Static method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseCompatLoader
 
getDeployment() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
getFeatures() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
getFilter(SliceQuery) - Static method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
getKeys(KeyRangeQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
getKeys(SliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
getLocalKeyPartition() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
getName() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
getName() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
getSlice(KeySliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
getSlice(List<StaticBuffer>, SliceQuery, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 

H

HBASE_CONFIGURATION_NAMESPACE - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
HBASE_NS - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
HBASE_TABLE - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
HBaseCompat - Interface in com.thinkaurelius.titan.diskstorage.hbase
 
HBaseCompatLoader - Class in com.thinkaurelius.titan.diskstorage.hbase
 
HBaseCompatLoader() - Constructor for class com.thinkaurelius.titan.diskstorage.hbase.HBaseCompatLoader
 
HBaseKeyColumnValueStore - Class in com.thinkaurelius.titan.diskstorage.hbase
Here are some areas that might need work:

- batching? (consider HTable#batch, HTable#setAutoFlush(false) - tuning HTable#setWriteBufferSize (?) - writing a server-side filter to replace ColumnCountGetFilter, which drops all columns on the row where it reaches its limit.

HBaseStoreManager - Class in com.thinkaurelius.titan.diskstorage.hbase
Storage Manager for HBase
HBaseStoreManager(Configuration) - Constructor for class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
HBaseTransaction - Class in com.thinkaurelius.titan.diskstorage.hbase
This class overrides and adds nothing compared with ExpectedValueCheckingTransaction; however, it creates a transaction type specific to HBase, which lets us check for user errors like passing a Cassandra transaction into a HBase method.
HBaseTransaction(BaseTransactionConfig) - Constructor for class com.thinkaurelius.titan.diskstorage.hbase.HBaseTransaction
 

M

MIN_REGION_COUNT - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
Related bug fixed in 0.98.0, 0.94.7, 0.95.0: https://issues.apache.org/jira/browse/HBASE-8170
mutate(StaticBuffer, List<Entry>, List<StaticBuffer>, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseKeyColumnValueStore
 
mutateMany(Map<String, Map<StaticBuffer, KCVMutation>>, StoreTransaction) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

N

newTableDescriptor(String) - Method in interface com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat
Create and return a HTableDescriptor instance with the given name.

O

openDatabase(String) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
openDatabase(String, int) - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

P

PORT_DEFAULT - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
PREFERRED_TIMESTAMPS - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

R

REGION_COUNT - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
The total number of HBase regions to create with Titan's table.
REGIONS_PER_SERVER - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
This setting is used only when HBaseStoreManager.REGION_COUNT is unset.

S

setCompression(HColumnDescriptor, String) - Method in interface com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat
Configure the compression scheme algo on a column family descriptor cd.
SHORT_CF_NAMES - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
SKIP_SCHEMA_CHECK - Static variable in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 

T

toString() - Method in class com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager
 
A B C D G H M N O P R S T 

Copyright © 2012–2015. All rights reserved.