- 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