Skip navigation links
A B C D E G H I M N O P R S T W 

A

acquireLock(StaticBuffer, StaticBuffer, StaticBuffer, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
addColumn(String, HColumnDescriptor) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
addColumn(String, HColumnDescriptor) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
addColumnFamilyToTableDescriptor(HTableDescriptor, HColumnDescriptor) - Method in interface org.janusgraph.diskstorage.hbase.HBaseCompat
 
addColumnFamilyToTableDescriptor(HTableDescriptor, HColumnDescriptor) - Method in class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
AdminMask - Interface in org.janusgraph.diskstorage.hbase
This interface hides ABI/API breaking changes that HBase has made to its Admin/HBaseAdmin over the course of development from 0.94 to 1.0 and beyond.

B

batch(List<Row>, Object[]) - Method in class org.janusgraph.diskstorage.hbase.HTable1_0
 
batch(List<Row>, Object[]) - Method in interface org.janusgraph.diskstorage.hbase.TableMask
 
beginTransaction(BaseTransactionConfig) - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

C

clearStorage() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
Deletes the specified table with all its columns.
clearTable(String, long) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
clearTable(String, long) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
Delete all rows from the given table.
close(Closeable, boolean) - Static method in class com.google.common.io.Closeables
Closes a Closeable, with control over whether an IOException may be thrown.
close() - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
close() - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
close() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
close() - Method in class org.janusgraph.diskstorage.hbase.HConnection1_0
 
close() - Method in class org.janusgraph.diskstorage.hbase.HTable1_0
 
close() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
Closeables - Class in com.google.common.io
Utility methods for working with Closeable objects.
closeQuietly(Closeable) - Static method in class com.google.common.io.Closeables
 
closeQuietly(InputStream) - Static method in class com.google.common.io.Closeables
Closes the given InputStream, logging any IOException that's thrown rather than propagating it.
closeQuietly(Reader) - Static method in class com.google.common.io.Closeables
Closes the given Reader, logging any IOException that's thrown rather than propagating it.
com.google.common.base - package com.google.common.base
 
com.google.common.io - package com.google.common.io
 
COMPAT_CLASS - Static variable in class org.janusgraph.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 org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
COMPRESSION_DEFAULT - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
ConnectionMask - Interface in org.janusgraph.diskstorage.hbase
This interface hides ABI/API breaking changes that HBase has made to its (H)Connection class over the course of development from 0.94 to 1.0 and beyond.
createConnection(Configuration) - Method in interface org.janusgraph.diskstorage.hbase.HBaseCompat
 
createConnection(Configuration) - Method in class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
createShortCfMap(Configuration) - Static method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
createStarted() - Static method in class com.google.common.base.Stopwatch
Creates (and starts) a new stopwatch using System.nanoTime() as its time source.
createStarted(Ticker) - Static method in class com.google.common.base.Stopwatch
Creates (and starts) a new stopwatch, using the specified time source.
createTable(HTableDescriptor) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
createTable(HTableDescriptor, byte[], byte[], int) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
createTable(HTableDescriptor) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
createTable(HTableDescriptor, byte[], byte[], int) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
createUnstarted() - Static method in class com.google.common.base.Stopwatch
Creates (but does not start) a new stopwatch using System.nanoTime() as its time source.
createUnstarted(Ticker) - Static method in class com.google.common.base.Stopwatch
Creates (but does not start) a new stopwatch, using the specified time source.

D

deleteSnapshot(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
deleteSnapshot(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
disableTable(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
disableTable(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
dropTable(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
Drop given table.
dropTable(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
dumpOpenManagers() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

E

elapsed(TimeUnit) - Method in class com.google.common.base.Stopwatch
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit, with any fraction rounded down.
elapsedMillis() - Method in class com.google.common.base.Stopwatch
Deprecated.
enableTable(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
enableTable(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
exists() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

G

get(List<Get>) - Method in class org.janusgraph.diskstorage.hbase.HTable1_0
 
get(List<Get>) - Method in interface org.janusgraph.diskstorage.hbase.TableMask
 
getAdmin() - Method in interface org.janusgraph.diskstorage.hbase.ConnectionMask
Retrieve the AdminMask compatibility layer object for this Connection.
getAdmin() - Method in class org.janusgraph.diskstorage.hbase.HConnection1_0
 
getCompat(String) - Static method in class org.janusgraph.diskstorage.hbase.HBaseCompatLoader
 
getConf() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
getConf() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
getCurrentKey() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getCurrentValue() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getDeployment() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getEstimatedRegionServerCount() - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
Estimate the number of regionservers in the HBase cluster.
getEstimatedRegionServerCount() - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
getFeatures() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getFilter(SliceQuery) - Static method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getHadoopManager() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getHBaseConf() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getInputFormat(Configuration) - Method in class org.janusgraph.hadoop.HBaseHadoopStoreManager
 
getKeys(KeyRangeQuery, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getKeys(SliceQuery, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getKeys(MultiSlicesQuery, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getLocalKeyPartition() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getName() - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getName() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
getProgress() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getRegionLocations(String) - Method in interface org.janusgraph.diskstorage.hbase.ConnectionMask
Retrieve the RegionLocations for the supplied table name.
getRegionLocations(String) - Method in class org.janusgraph.diskstorage.hbase.HConnection1_0
 
getScanner(Scan) - Method in class org.janusgraph.diskstorage.hbase.HTable1_0
 
getScanner(Scan) - Method in interface org.janusgraph.diskstorage.hbase.TableMask
 
getSlice(KeySliceQuery, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getSlice(List<StaticBuffer>, SliceQuery, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
getTable(String) - Method in interface org.janusgraph.diskstorage.hbase.ConnectionMask
Retrieve the TableMask compatibility layer object for the supplied table name.
getTable(String) - Method in class org.janusgraph.diskstorage.hbase.HConnection1_0
 
getTableDescriptor(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
getTableDescriptor(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 

H

HBASE_CONFIGURATION_NAMESPACE - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBASE_NS - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBASE_SNAPSHOT - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBASE_SNAPSHOT_RESTORE_DIR - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBASE_TABLE - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBaseAdmin1_0 - Class in org.janusgraph.diskstorage.hbase
 
HBaseAdmin1_0(Admin) - Constructor for class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
HBaseAuthHelper - Class in org.janusgraph.hadoop.config
This class is a hack to support HBase Digest-MD5 token authentication for MapReduce jobs.
HBaseAuthHelper() - Constructor for class org.janusgraph.hadoop.config.HBaseAuthHelper
 
HBaseBinaryInputFormat - Class in org.janusgraph.hadoop.formats.hbase
 
HBaseBinaryInputFormat() - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
HBaseBinaryRecordReader - Class in org.janusgraph.hadoop.formats.hbase
 
HBaseBinaryRecordReader(RecordReader<ImmutableBytesWritable, Result>, byte[]) - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
HBaseCompat - Interface in org.janusgraph.diskstorage.hbase
 
HBaseCompat1_0 - Class in org.janusgraph.diskstorage.hbase
 
HBaseCompat1_0() - Constructor for class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
HBaseCompatLoader - Class in org.janusgraph.diskstorage.hbase
 
HBaseCompatLoader() - Constructor for class org.janusgraph.diskstorage.hbase.HBaseCompatLoader
 
HBaseHadoopScanRunner - Class in org.janusgraph.hadoop.scan
 
HBaseHadoopScanRunner(ScanJob) - Constructor for class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 
HBaseHadoopScanRunner(VertexScanJob) - Constructor for class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 
HBaseHadoopStoreManager - Class in org.janusgraph.hadoop
 
HBaseHadoopStoreManager() - Constructor for class org.janusgraph.hadoop.HBaseHadoopStoreManager
 
HBaseInputFormat - Class in org.janusgraph.hadoop.formats.hbase
 
HBaseInputFormat() - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseInputFormat
 
HBaseKeyColumnValueStore - Class in org.janusgraph.diskstorage.hbase
Here are some areas that might need work:
HBaseMapReduceIndexJobsUtils - Class in org.janusgraph.hadoop
 
HBaseMapReduceIndexJobsUtils() - Constructor for class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
HBaseSnapshotBinaryInputFormat - Class in org.janusgraph.hadoop.formats.hbase
An input format to read from a HBase snapshot.
HBaseSnapshotBinaryInputFormat() - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
HBaseSnapshotInputFormat - Class in org.janusgraph.hadoop.formats.hbase
 
HBaseSnapshotInputFormat() - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotInputFormat
 
HBaseStoreManager - Class in org.janusgraph.diskstorage.hbase
Storage Manager for HBase
HBaseStoreManager(Configuration) - Constructor for class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
HBaseTransaction - Class in org.janusgraph.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 org.janusgraph.diskstorage.hbase.HBaseTransaction
 
HConnection1_0 - Class in org.janusgraph.diskstorage.hbase
 
HConnection1_0(Connection) - Constructor for class org.janusgraph.diskstorage.hbase.HConnection1_0
 
HTable1_0 - Class in org.janusgraph.diskstorage.hbase
 
HTable1_0(Table) - Constructor for class org.janusgraph.diskstorage.hbase.HTable1_0
 

I

initialize(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
isRunning() - Method in class com.google.common.base.Stopwatch
Returns true if Stopwatch.start() has been called on this stopwatch, and Stopwatch.stop() has not been called since the last call to start().
isTableDisabled(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
isTableDisabled(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 

M

MIN_REGION_COUNT - Static variable in class org.janusgraph.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 org.janusgraph.diskstorage.hbase.HBaseKeyColumnValueStore
 
mutateMany(Map<String, Map<StaticBuffer, KCVMutation>>, StoreTransaction) - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

N

newTableDescriptor(String) - Method in interface org.janusgraph.diskstorage.hbase.HBaseCompat
Create and return a HTableDescriptor instance with the given name.
newTableDescriptor(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
nextKeyValue() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 

O

openDatabase(String, StoreMetaData.Container) - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
org.janusgraph.diskstorage.hbase - package org.janusgraph.diskstorage.hbase
 
org.janusgraph.hadoop - package org.janusgraph.hadoop
 
org.janusgraph.hadoop.config - package org.janusgraph.hadoop.config
 
org.janusgraph.hadoop.formats.hbase - package org.janusgraph.hadoop.formats.hbase
 
org.janusgraph.hadoop.scan - package org.janusgraph.hadoop.scan
 

P

PORT_DEFAULT - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
PREFERRED_TIMESTAMPS - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

R

REGION_COUNT - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
The total number of HBase regions to create with JanusGraph's table.
REGIONS_PER_SERVER - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
This setting is used only when HBaseStoreManager.REGION_COUNT is unset.
remove(String, String, String) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
remove(Properties, String, String) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
remove(Properties, String, String, Configuration) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
repair(String, String, String) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
repair(Properties, String, String) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
repair(Properties, String, String, Configuration) - Static method in class org.janusgraph.hadoop.HBaseMapReduceIndexJobsUtils
 
reset() - Method in class com.google.common.base.Stopwatch
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
run() - Method in class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 

S

self() - Method in class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 
setCompression(HColumnDescriptor, String) - Method in interface org.janusgraph.diskstorage.hbase.HBaseCompat
Configure the compression scheme algorithm on a column family descriptor cd.
setCompression(HColumnDescriptor, String) - Method in class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
setHBaseAuthToken(Configuration, Job) - Static method in class org.janusgraph.hadoop.config.HBaseAuthHelper
 
setTimestamp(Delete, long) - Method in interface org.janusgraph.diskstorage.hbase.HBaseCompat
 
setTimestamp(Delete, long) - Method in class org.janusgraph.diskstorage.hbase.HBaseCompat1_0
 
SHORT_CF_NAMES - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
shortenCfName(BiMap<String, String>, String) - Static method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
SKIP_SCHEMA_CHECK - Static variable in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 
snapshot(String, String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
snapshot(String, String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
start() - Method in class com.google.common.base.Stopwatch
Starts the stopwatch.
stop() - Method in class com.google.common.base.Stopwatch
Stops the stopwatch.
Stopwatch - Class in com.google.common.base
An object that measures elapsed time in nanoseconds.
Stopwatch() - Constructor for class com.google.common.base.Stopwatch
Deprecated.
Stopwatch(Ticker) - Constructor for class com.google.common.base.Stopwatch
Deprecated.

T

tableExists(String) - Method in interface org.janusgraph.diskstorage.hbase.AdminMask
 
tableExists(String) - Method in class org.janusgraph.diskstorage.hbase.HBaseAdmin1_0
 
TableMask - Interface in org.janusgraph.diskstorage.hbase
This interface hides ABI/API breaking changes that HBase has made to its Table/HTableInterface over the course of development from 0.94 to 1.0 and beyond.
toString() - Method in class com.google.common.base.Stopwatch
Returns a string representation of the current elapsed time.
toString() - Method in class org.janusgraph.diskstorage.hbase.HBaseStoreManager
 

W

wrapConfiguration(Configuration) - Static method in class org.janusgraph.hadoop.config.HBaseAuthHelper
 
A B C D E G H I M N O P R S T W 
Skip navigation links

Copyright © 2012–2023. All rights reserved.