Package org.apache.cassandra.auth
Class CIDRGroupsMappingTable.Builder<V>
- java.lang.Object
-
- org.apache.cassandra.auth.CIDRGroupsMappingTable.Builder<V>
-
- Enclosing interface:
- CIDRGroupsMappingTable<V>
public static class CIDRGroupsMappingTable.Builder<V> extends java.lang.Object
Builder to add CIDR to CIDR groups mappings and construct a mapping table with them
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(CIDR cidr, V cidrGroup)
CIDRGroupsMappingTable<V>
build()
Provides an instance of algorithm implementing CIDR to CIDR groups mappings
-
-
-
Method Detail
-
build
public CIDRGroupsMappingTable<V> build()
Provides an instance of algorithm implementing CIDR to CIDR groups mappings- Returns:
- returns instance of CIDRGroupsMappingTable
-
-