com.splout.db.hadoop
Class TupleSampler.SamplingOptions

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by com.splout.db.hadoop.TupleSampler.SamplingOptions
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Direct Known Subclasses:
TupleSampler.DefaultSamplingOptions
Enclosing class:
TupleSampler

public abstract static class TupleSampler.SamplingOptions
extends java.util.HashMap<java.lang.String,java.lang.Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
TupleSampler.SamplingOptions()
           
 
Method Summary
 java.lang.Long getMaxInputSplitSize()
           
 void setMaxInputSplitSize(java.lang.Long maxInputSplitSize)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TupleSampler.SamplingOptions

public TupleSampler.SamplingOptions()
Method Detail

getMaxInputSplitSize

public java.lang.Long getMaxInputSplitSize()

setMaxInputSplitSize

public void setMaxInputSplitSize(java.lang.Long maxInputSplitSize)


Copyright © 2012-2013 Datasalt Systems S.L.. All Rights Reserved.