Interface ColumnFamilyNameConverter
- All Known Implementing Classes:
DefaultColumnFamilyNameConverter
public interface ColumnFamilyNameConverter
An interface for converting type names to a matching Cassandra column family names. Note to
implementations: The returned name's length should not exceed 48, should not contain dots and
should only contain valid filename characters.
- Since:
- 9.1.1
- Author:
- Dan Kilman
-
Method Summary
-
Method Details
-
toColumnFamilyName
- Parameters:
typeName- The type name matching the column family name.- Returns:
- The column family name as it will exist on Cassandra.
-