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
 String getCodecClass()
          Gets the fully qualified name of a codec class.
 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

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

Returns:
the codec class

getDefaultSuffix

String getDefaultSuffix()
Gets the default suffix.

Returns:
the default suffix