@CompileStatic @SettingsBuilder class Family extends Entity<KeyValue>
A Family is a grouping of KeyValue pairs and is typically composed of a keyspace and the family name.
For example in Cassandra a Family relates to a ColumnFamily or in BigTable a Family relates to a an Entity kind.
Other more simplistic key/value stores may just use prefixes on keys for the family
Groovy Documentation