Spring for Apache Hadoop

org.springframework.data.hadoop.store.codec
Interface CodecInfo

All Known Implementing Classes:
DefaultCodecInfo

public interface CodecInfo

Generic interface for supported codec info.

Author:
Janne Valkealahti

Method Summary
 java.lang.String getCodecClass()
          Gets the fully qualified name of a codec class.
 java.lang.String getDefaultSuffix()
          Gets the default suffix.
 boolean isSplittable()
          Checks if codec is splittable.
 

Method Detail

isSplittable

boolean isSplittable()
Checks if codec is splittable.

Returns:
true, if is splittable

getCodecClass

java.lang.String getCodecClass()
Gets the fully qualified name of a codec class.

Returns:
the codec class

getDefaultSuffix

java.lang.String getDefaultSuffix()
Gets the default suffix.

Returns:
the default suffix

Spring for Apache Hadoop