GigaSpaces XAP 10.0.1 API

org.openspaces.persistency.cassandra.meta.conversion
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
 String toColumnFamilyName(String typeName)
           
 

Method Detail

toColumnFamilyName

String toColumnFamilyName(String typeName)
Parameters:
typeName - The type name matching the column family name.
Returns:
The column family name as it will exist on Cassandra.

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.