Class NoCompression
java.lang.Object
org.apache.accumulo.core.spi.file.rfile.compression.NoCompression
- All Implemented Interfaces:
CompressionAlgorithmConfiguration
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.accumulo.core.spi.file.rfile.compression.CompressionAlgorithmConfiguration
cacheCodecsWithNonDefaultSizes
-
Constructor Details
-
NoCompression
public NoCompression()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceCompressionAlgorithmConfiguration
- Returns:
- algorithm alias
-
getCodecClassName
- Specified by:
getCodecClassName
in interfaceCompressionAlgorithmConfiguration
- Returns:
- name of property that can be specified in configuration or in system properties to override class name of codec
-
getCodecClassNameProperty
- Specified by:
getCodecClassNameProperty
in interfaceCompressionAlgorithmConfiguration
- Returns:
- fully qualified class name of codec
-
getDefaultBufferSize
public int getDefaultBufferSize()- Specified by:
getDefaultBufferSize
in interfaceCompressionAlgorithmConfiguration
- Returns:
- default buffer size for compression algorithm
-
getBufferSizeProperty
- Specified by:
getBufferSizeProperty
in interfaceCompressionAlgorithmConfiguration
- Returns:
- name of property that can be specified in configuration or in system properties to override default buffer size
-