Skip navigation links
A B C D F G H I J M N O P R S U V W 

A

AbstractBinaryInputFormat - Class in org.janusgraph.hadoop.formats.util
 
AbstractBinaryInputFormat() - Constructor for class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 
AbstractDistCacheConfigurer - Class in org.janusgraph.hadoop.config.job
Abstract base class for JobClasspathConfigurer implementations that use Hadoop's distributed cache to store push class files to the cluster.
AbstractDistCacheConfigurer(String) - Constructor for class org.janusgraph.hadoop.config.job.AbstractDistCacheConfigurer
 
acquire() - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat.RefCountedCloseable
 

B

BULKLOAD_GRAPH_CONFIG_KEYS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
BULKLOAD_NS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
BULKLOAD_SCHEMA_CHECK - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 

C

Cassandra3BinaryInputFormat - Class in org.janusgraph.hadoop.formats.cassandra
Wraps a ColumnFamilyInputFormat and converts CFIF's binary types to JanusGraph's binary types.
Cassandra3BinaryInputFormat() - Constructor for class org.janusgraph.hadoop.formats.cassandra.Cassandra3BinaryInputFormat
 
Cassandra3InputFormat - Class in org.janusgraph.hadoop.formats.cassandra
 
Cassandra3InputFormat() - Constructor for class org.janusgraph.hadoop.formats.cassandra.Cassandra3InputFormat
 
CassandraBinaryInputFormat - Class in org.janusgraph.hadoop.formats.cassandra
Wraps a ColumnFamilyInputFormat and converts CFIF's binary types to JanusGraph's binary types.
CassandraBinaryInputFormat() - Constructor for class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryInputFormat
 
CassandraBinaryRecordReader - Class in org.janusgraph.hadoop.formats.cassandra
Wraps a ColumnFamilyRecordReader and converts CFRR's binary types to JanusGraph binary types.
CassandraBinaryRecordReader(ColumnFamilyRecordReader) - Constructor for class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
CassandraHadoopScanRunner - Class in org.janusgraph.hadoop.scan
 
CassandraHadoopScanRunner(ScanJob) - Constructor for class org.janusgraph.hadoop.scan.CassandraHadoopScanRunner
 
CassandraHadoopScanRunner(VertexScanJob) - Constructor for class org.janusgraph.hadoop.scan.CassandraHadoopScanRunner
 
CassandraInputFormat - Class in org.janusgraph.hadoop.formats.cassandra
 
CassandraInputFormat() - Constructor for class org.janusgraph.hadoop.formats.cassandra.CassandraInputFormat
 
cassandraRemove(String, String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cassandraRemove(Properties, String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cassandraRemove(Properties, String, String, String, Configuration) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cassandraRepair(String, String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cassandraRepair(Properties, String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cassandraRepair(Properties, String, String, String, Configuration) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
cleanup(Mapper<StaticBuffer, Iterable<Entry>, NullWritable, NullWritable>.Context) - Method in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
cleanup(Mapper<StaticBuffer, Iterable<Entry>, NullWritable, NullWritable>.Context) - Method in class org.janusgraph.hadoop.scan.HadoopVertexScanMapper
 
close() - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
close() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
close() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
close() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
close() - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
close() - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
close() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
close() - Method in class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 
close() - Method in class org.janusgraph.hadoop.formats.util.JanusGraphVertexDeserializer
 
COLUMN_FAMILY_NAME - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
configure(Job) - Method in interface org.janusgraph.hadoop.config.job.JobClasspathConfigurer
 
copy() - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
CqlBridgeRecordReader - Class in org.janusgraph.hadoop.formats.cassandra
Deprecated.
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.cassandra.Cassandra3BinaryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
CUSTOM_COUNTER_GROUP - Static variable in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 

D

DEFAULT_COMPAT - Static variable in class org.janusgraph.hadoop.compat.HadoopCompatLoader
 
DEFAULT_SLICE_QUERY - Static variable in class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 

F

FILTER_PARTITIONED_VERTICES - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
finishSetup(ModifiableHadoopConfiguration, Configuration) - Method in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
FormatTools - Class in org.janusgraph.hadoop.formats
 
FormatTools() - Constructor for class org.janusgraph.hadoop.formats.FormatTools
 

G

GeoShapeKryoSerializer() - Constructor for class org.janusgraph.hadoop.serialize.JanusGraphKryoRegistrator.GeoShapeKryoSerializer
 
get(String, Class<O>) - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
get(String, String) - Static method in class org.janusgraph.hadoop.config.job.JobClasspathConfigurers
 
get(ScanMetrics.Metric) - Method in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
getBaseOutputFormatClass(Job) - Static method in class org.janusgraph.hadoop.formats.FormatTools
 
getCompat() - Static method in class org.janusgraph.hadoop.compat.HadoopCompatLoader
 
getConf() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
getConf() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
getConf() - Method in class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 
getConf() - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
getContextConfiguration(TaskAttemptContext) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Get configuration from the supplied task attempt context and return it.
getContextCounter(TaskInputOutputContext, String, String) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Return the current value of counter designated by counter on context.
getCurrentKey() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
getCurrentKey() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
getCurrentKey() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getCurrentKey() - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
getCurrentValue() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
getCurrentValue() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
getCurrentValue() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getCurrentValue() - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
getCustom(String) - Method in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
getFilterPartitionedVertices() - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
getFilterPartitionedVertices() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
getHadoopConfiguration() - Method in class org.janusgraph.hadoop.config.ModifiableHadoopConfiguration
 
getIDManager() - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
getIDManager() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
getJanusGraphConf() - Method in class org.janusgraph.hadoop.config.ModifiableHadoopConfiguration
 
getJobContextConfiguration(JobContext) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Get configuration from the supplied job context and return it.
getJobFailureString(Job) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
 
getKeys(String) - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
getLocalPaths() - Method in class org.janusgraph.hadoop.config.job.AbstractDistCacheConfigurer
 
getMapredJar() - Method in class org.janusgraph.hadoop.config.job.AbstractDistCacheConfigurer
 
getMapredJarConfigKey() - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
 
getMetrics(Counters) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
 
getNativeProtocolVersion() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
Return native version protocol of the cluster connection
getOrCreateVertex(long, String, TinkerGraph) - Method in class org.janusgraph.hadoop.formats.util.JanusGraphVertexDeserializer
 
getProgress() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
getProgress() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
getProgress() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
getProgress() - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
getRecordReader() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryInputFormat
 
getRelationReader(long) - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
getRelationReader(long) - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
getSpeculativeMapConfigKey() - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Return the Hadoop configuration key which takes a boolean value and controls whether Hadoop will attempt speculative execution of mappers.
getSpeculativeReduceConfigKey() - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Return the Hadoop configuration key which takes a boolean value and controls whether Hadoop will attempt speculative execution of reducers.
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryInputFormat
 
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
getSplits(JobContext) - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
getSystemTypeInspector() - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
getSystemTypeInspector() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
getTypeInspector() - Method in class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
getTypeInspector() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
 
getVertexId(StaticBuffer) - Method in interface org.janusgraph.hadoop.formats.util.input.VertexReader
 
GiraphInputFormat - Class in org.janusgraph.hadoop.formats.util
 
GiraphInputFormat(InputFormat<StaticBuffer, Iterable<Entry>>) - Constructor for class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
GiraphInputFormat.RefCountedCloseable<T extends AutoCloseable> - Class in org.janusgraph.hadoop.formats.util
 
GiraphRecordReader - Class in org.janusgraph.hadoop.formats.util
 
GiraphRecordReader(GiraphInputFormat.RefCountedCloseable<JanusGraphVertexDeserializer>, RecordReader<StaticBuffer, Iterable<Entry>>) - Constructor for class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
GRAPH_CONFIG_KEYS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 

H

HadoopCompat - Interface in org.janusgraph.hadoop.compat
This interface encapsulates both API and bytecode-level IncompatibleClassChanges in Hadoop core.
HadoopCompatLoader - Class in org.janusgraph.hadoop.compat
 
HadoopCompatLoader() - Constructor for class org.janusgraph.hadoop.compat.HadoopCompatLoader
 
hadoopConf - Variable in class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 
HadoopConfiguration - Class in org.janusgraph.hadoop.config
 
HadoopConfiguration(Configuration) - Constructor for class org.janusgraph.hadoop.config.HadoopConfiguration
 
HadoopConfiguration(Configuration, String) - Constructor for class org.janusgraph.hadoop.config.HadoopConfiguration
 
HadoopContextScanMetrics - Class in org.janusgraph.hadoop.scan
 
HadoopContextScanMetrics(TaskInputOutputContext) - Constructor for class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
HadoopScanMapper - Class in org.janusgraph.hadoop.scan
Run a ScanJob via a Hadoop Mapper over the edgestore.
HadoopScanMapper() - Constructor for class org.janusgraph.hadoop.scan.HadoopScanMapper
 
HadoopScanRunner - Class in org.janusgraph.hadoop.scan
Utility class to construct and submit Hadoop Jobs that execute a HadoopScanMapper.
HadoopScanRunner() - Constructor for class org.janusgraph.hadoop.scan.HadoopScanRunner
 
HadoopVertexScanMapper - Class in org.janusgraph.hadoop.scan
 
HadoopVertexScanMapper() - Constructor for class org.janusgraph.hadoop.scan.HadoopVertexScanMapper
 
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
 
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
 
HBaseInputFormat - Class in org.janusgraph.hadoop.formats.hbase
 
HBaseInputFormat() - Constructor for class org.janusgraph.hadoop.formats.hbase.HBaseInputFormat
 
hbaseRemove(String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
hbaseRemove(Properties, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
hbaseRemove(Properties, String, String, Configuration) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
hbaseRepair(String, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
hbaseRepair(Properties, String, String) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
hbaseRepair(Properties, String, String, Configuration) - Static method in class org.janusgraph.hadoop.MapReduceIndexJobs
 
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
 

I

increment(ScanMetrics.Metric) - Method in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
incrementContextCounter(TaskInputOutputContext, String, String, long) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Add increment to the counter designated by counter on context.
incrementCustom(String, long) - Method in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
incrementCustom(String) - Method in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
initialize(InputSplit, TaskAttemptContext) - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 
inputSlice() - Method in interface org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetup
Return an input slice across the entire row.
inputSlice() - Method in class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 
IOFORMAT_NS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
isSystemType(long) - Method in interface org.janusgraph.hadoop.formats.util.input.SystemTypeInspector
 
isTypeSystemType(long) - Method in interface org.janusgraph.hadoop.formats.util.input.SystemTypeInspector
 
isVertexExistsSystemType(long) - Method in interface org.janusgraph.hadoop.formats.util.input.SystemTypeInspector
 
isVertexLabelSystemType(long) - Method in interface org.janusgraph.hadoop.formats.util.input.SystemTypeInspector
 

J

janusgraphConf - Variable in class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 
JanusGraphHadoopConfiguration - Class in org.janusgraph.hadoop.config
 
JanusGraphHadoopConfiguration() - Constructor for class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
JanusGraphHadoopSetup - Interface in org.janusgraph.hadoop.formats.util.input
 
JanusGraphHadoopSetupCommon - Class in org.janusgraph.hadoop.formats.util.input
 
JanusGraphHadoopSetupCommon() - Constructor for class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 
JanusGraphHadoopSetupImpl - Class in org.janusgraph.hadoop.formats.util.input.current
 
JanusGraphHadoopSetupImpl(Configuration) - Constructor for class org.janusgraph.hadoop.formats.util.input.current.JanusGraphHadoopSetupImpl
 
JanusGraphKryoRegistrator - Class in org.janusgraph.hadoop.serialize
Register JanusGraph classes requiring custom Kryo serialization for Spark.
JanusGraphKryoRegistrator() - Constructor for class org.janusgraph.hadoop.serialize.JanusGraphKryoRegistrator
 
JanusGraphKryoRegistrator.GeoShapeKryoSerializer - Class in org.janusgraph.hadoop.serialize
Geoshape serializer for Kryo.
JanusGraphKryoShimService - Class in org.janusgraph.hadoop.serialize
 
JanusGraphKryoShimService() - Constructor for class org.janusgraph.hadoop.serialize.JanusGraphKryoShimService
 
JanusGraphVertexDeserializer - Class in org.janusgraph.hadoop.formats.util
 
JanusGraphVertexDeserializer(JanusGraphHadoopSetup) - Constructor for class org.janusgraph.hadoop.formats.util.JanusGraphVertexDeserializer
 
job - Variable in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
JobClasspathConfigurer - Interface in org.janusgraph.hadoop.config.job
Configures a Job a map reduce jar and/or additional classpath elements hosted in the Hadoop DistributedCache.
JobClasspathConfigurers - Class in org.janusgraph.hadoop.config.job
Static companion class for JobClasspathConfigurer implementations.
JobClasspathConfigurers() - Constructor for class org.janusgraph.hadoop.config.job.JobClasspathConfigurers
 
jobConf - Variable in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
JobConfigurationFormat - Interface in org.janusgraph.hadoop.formats
If an Input- or OutputFormat requires a dynamic configuration of the job at execution time, then a JobConfigurationFormat can be implemented.

M

map(StaticBuffer, Iterable<Entry>, Mapper<StaticBuffer, Iterable<Entry>, NullWritable, NullWritable>.Context) - Method in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
MAPRED_NS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
MapReduceIndexJobs - Class in org.janusgraph.hadoop
 
MapReduceIndexJobs() - Constructor for class org.janusgraph.hadoop.MapReduceIndexJobs
 
MapReduceIndexManagement - Class in org.janusgraph.hadoop
 
MapReduceIndexManagement(JanusGraph) - Constructor for class org.janusgraph.hadoop.MapReduceIndexManagement
 
metrics - Variable in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
ModifiableHadoopConfiguration - Class in org.janusgraph.hadoop.config
 
mrConf - Variable in class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 

N

newDistCacheConfigurer() - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Construct a JobClasspathConfigurer that walks the classpath and adds all jars its finds to the Hadoop Jobs's class paths via the Hadoop Distributed Cache.
newImmutableConfiguration(Configuration) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Construct a Configuration instance which throws UnsupportedOperationException on any attempt to modify its state, but which forwards to its parameter all method calls that don't mutate state (i.e.
newMapredJarConfigurer(String) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Construct a JobClasspathConfigurer that sets the MapReduce job jar config key to the supplied value.
newTask(Configuration, TaskAttemptID) - Method in interface org.janusgraph.hadoop.compat.HadoopCompat
Instantiate a new TaskAttemptContext using the given attempt ID and configuration.
nextKeyValue() - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryRecordReader
 
nextKeyValue() - Method in class org.janusgraph.hadoop.formats.cassandra.CqlBridgeRecordReader
Deprecated.
 
nextKeyValue() - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryRecordReader
 
nextKeyValue() - Method in class org.janusgraph.hadoop.formats.util.GiraphRecordReader
 

O

of(ConfigNamespace, Configuration) - Static method in class org.janusgraph.hadoop.config.ModifiableHadoopConfiguration
 
org.janusgraph.hadoop - package org.janusgraph.hadoop
 
org.janusgraph.hadoop.compat - package org.janusgraph.hadoop.compat
 
org.janusgraph.hadoop.config - package org.janusgraph.hadoop.config
 
org.janusgraph.hadoop.config.job - package org.janusgraph.hadoop.config.job
 
org.janusgraph.hadoop.formats - package org.janusgraph.hadoop.formats
 
org.janusgraph.hadoop.formats.cassandra - package org.janusgraph.hadoop.formats.cassandra
 
org.janusgraph.hadoop.formats.hbase - package org.janusgraph.hadoop.formats.hbase
 
org.janusgraph.hadoop.formats.util - package org.janusgraph.hadoop.formats.util
 
org.janusgraph.hadoop.formats.util.input - package org.janusgraph.hadoop.formats.util.input
 
org.janusgraph.hadoop.formats.util.input.current - package org.janusgraph.hadoop.formats.util.input.current
 
org.janusgraph.hadoop.scan - package org.janusgraph.hadoop.scan
 
org.janusgraph.hadoop.serialize - package org.janusgraph.hadoop.serialize
 

P

partitionerOverride(String) - Method in class org.janusgraph.hadoop.scan.CassandraHadoopScanRunner
 
prefixView(ConfigNamespace, ConfigNamespace, ModifiableHadoopConfiguration) - Static method in class org.janusgraph.hadoop.config.ModifiableHadoopConfiguration
 

R

read(Kryo, Input, Class<Geoshape>) - Method in class org.janusgraph.hadoop.serialize.JanusGraphKryoRegistrator.GeoShapeKryoSerializer
 
readHadoopVertex(StaticBuffer, Iterable<Entry>) - Method in class org.janusgraph.hadoop.formats.util.JanusGraphVertexDeserializer
 
RefCountedCloseable(Function<Configuration, T>) - Constructor for class org.janusgraph.hadoop.formats.util.GiraphInputFormat.RefCountedCloseable
 
registerClasses(Kryo) - Method in class org.janusgraph.hadoop.serialize.JanusGraphKryoRegistrator
 
release() - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat.RefCountedCloseable
 
remove(String) - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
run() - Method in class org.janusgraph.hadoop.scan.CassandraHadoopScanRunner
 
run() - Method in class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 
runJob(Configuration, String, Configuration, Class<? extends InputFormat>, String, Class<? extends Mapper>) - Static method in class org.janusgraph.hadoop.scan.HadoopScanRunner
Run a ScanJob on Hadoop MapReduce.
runJob(Configuration, Class<? extends InputFormat>, String, Class<? extends Mapper>) - Static method in class org.janusgraph.hadoop.scan.HadoopScanRunner
 
runScanJob(ScanJob, Configuration, String, Configuration, Class<? extends InputFormat>) - Static method in class org.janusgraph.hadoop.scan.HadoopScanRunner
 
runVertexScanJob(VertexScanJob, Configuration, String, Configuration, Class<? extends InputFormat>) - Static method in class org.janusgraph.hadoop.scan.HadoopScanRunner
 

S

SCAN_JOB_CLASS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
SCAN_JOB_CONFIG_KEYS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
SCAN_JOB_CONFIG_ROOT - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
SCAN_NS - Static variable in class org.janusgraph.hadoop.config.JanusGraphHadoopConfiguration
 
self() - Method in class org.janusgraph.hadoop.scan.CassandraHadoopScanRunner
 
self() - Method in class org.janusgraph.hadoop.scan.HBaseHadoopScanRunner
 
set(String, O) - Method in class org.janusgraph.hadoop.config.HadoopConfiguration
 
setBuilderConfiguration(Configuration) - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat.RefCountedCloseable
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.cassandra.CassandraBinaryInputFormat
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseBinaryInputFormat
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.hbase.HBaseSnapshotBinaryInputFormat
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.util.AbstractBinaryInputFormat
 
setConf(Configuration) - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
setGraphFilter(GraphFilter) - Method in class org.janusgraph.hadoop.formats.util.GiraphInputFormat
 
setHBaseAuthToken(Configuration, Job) - Static method in class org.janusgraph.hadoop.config.HBaseAuthHelper
 
setup(Mapper<StaticBuffer, Iterable<Entry>, NullWritable, NullWritable>.Context) - Method in class org.janusgraph.hadoop.scan.HadoopScanMapper
 
setup(Mapper<StaticBuffer, Iterable<Entry>, NullWritable, NullWritable>.Context) - Method in class org.janusgraph.hadoop.scan.HadoopVertexScanMapper
 
SETUP_CLASS_NAME - Static variable in class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 
SETUP_PACKAGE_PREFIX - Static variable in class org.janusgraph.hadoop.formats.util.input.JanusGraphHadoopSetupCommon
 
STANDARD_COUNTER_GROUP - Static variable in class org.janusgraph.hadoop.scan.HadoopContextScanMetrics
 
SystemTypeInspector - Interface in org.janusgraph.hadoop.formats.util.input
 

U

updateIndex(Index, SchemaAction) - Method in class org.janusgraph.hadoop.MapReduceIndexManagement
Updates the provided index according to the given SchemaAction.
updateJob(Job) - Method in interface org.janusgraph.hadoop.formats.JobConfigurationFormat
 
uploadFileIfNecessary(FileSystem, Path, FileSystem) - Method in class org.janusgraph.hadoop.config.job.AbstractDistCacheConfigurer
 

V

VertexReader - Interface in org.janusgraph.hadoop.formats.util.input
 

W

wrapConfiguration(Configuration) - Static method in class org.janusgraph.hadoop.config.HBaseAuthHelper
 
write(Kryo, Output, Geoshape) - Method in class org.janusgraph.hadoop.serialize.JanusGraphKryoRegistrator.GeoShapeKryoSerializer
 
A B C D F G H I J M N O P R S U V W 
Skip navigation links

Copyright © 2012–2020. All rights reserved.