Class CodecCompatibility
java.lang.Object
io.deephaven.enterprise.compatibility.CodecCompatibility
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringcreateAdaptedCodecArgs(@Nullable String initialCodecArgs, @NotNull String enterpriseCodecName) static StringgetCodecAdapterClassName(String inputCodecName) static StringgetCodecArgs(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition tableDefinition, @NotNull String columnName) static StringgetCodecArgs(@Nullable String originalCodec, @Nullable String originalCodecArgs, @NotNull Class<?> dataType) static StringgetCodecName(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition tableDefinition, @NotNull String columnName) static StringgetCodecName(@Nullable String originalCodecClass, @NotNull Class<?> dataType) static StringmaybeGetSpecialDecoderClass(@NotNull Class<?> type) 
- 
Constructor Details- 
CodecCompatibilitypublic CodecCompatibility()
 
- 
- 
Method Details- 
maybeGetSpecialDecoderClass
- 
getCodecName
- 
getCodecName
- 
getCodecArgs
- 
getCodecArgs
- 
getCodecAdapterClassName
- 
createAdaptedCodecArgs
 
-