|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.data.hadoop.store.codec.DefaultCodecInfo
public class DefaultCodecInfo
A default CodecInfo implementation. Contains a static information about
the codec class and its ability being a splittable.
| Constructor Summary | |
|---|---|
DefaultCodecInfo(String clazz,
boolean splittable,
String suffix)
Instantiates a new default codec info. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCodecInfo(String clazz,
boolean splittable,
String suffix)
clazz - the clazz of a codecsplittable - the info if codec is splittable| Method Detail |
|---|
public boolean isSplittable()
CodecInfo
isSplittable in interface CodecInfopublic String getCodecClass()
CodecInfo
getCodecClass in interface CodecInfopublic String getDefaultSuffix()
CodecInfo
getDefaultSuffix in interface CodecInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||