Uses of Class
org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException
Packages that use IllegalArgumentIOException
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
- 
Uses of IllegalArgumentIOException in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce that throw IllegalArgumentIOExceptionModifier and TypeMethodDescriptionprotected List<org.apache.hadoop.mapreduce.InputSplit>TableInputFormatBase.createNInputSplitsUniform(org.apache.hadoop.mapreduce.InputSplit split, int n) Create n splits for one InputSplit, For now only support uniform distribution - 
Uses of IllegalArgumentIOException in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that throw IllegalArgumentIOExceptionModifier and TypeMethodDescriptionprotected MemStoreCompactorCompactingMemStore.createMemStoreCompactor(MemoryCompactionPolicy compactionPolicy) (package private) voidMemStoreCompactor.initiateCompactionStrategy(MemoryCompactionPolicy compType, org.apache.hadoop.conf.Configuration configuration, String cfName) Constructors in org.apache.hadoop.hbase.regionserver that throw IllegalArgumentIOExceptionModifierConstructorDescriptionMemStoreCompactor(CompactingMemStore compactingMemStore, MemoryCompactionPolicy compactionPolicy)