@groovy.transform.CompileStatic @groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) 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
Type Params | Return Type | Name and description |
---|---|---|
|
protected KeyValue |
newProperty() |
Groovy Documentation