Uses of Class
org.apache.unomi.api.query.IpRange
-
Packages that use IpRange Package Description org.apache.unomi.api org.apache.unomi.api.query org.apache.unomi.persistence.spi.aggregate -
-
Uses of IpRange in org.apache.unomi.api
Methods in org.apache.unomi.api that return types with arguments of type IpRange Modifier and Type Method Description List<IpRange>
PropertyType. getIpRanges()
Retrieves the ip ranges.Method parameters in org.apache.unomi.api with type arguments of type IpRange Modifier and Type Method Description void
PropertyType. setIpRanges(List<IpRange> ipRanges)
Sets the ip ranges. -
Uses of IpRange in org.apache.unomi.api.query
Methods in org.apache.unomi.api.query that return types with arguments of type IpRange Modifier and Type Method Description List<IpRange>
Aggregate. ipRanges()
Method parameters in org.apache.unomi.api.query with type arguments of type IpRange Modifier and Type Method Description void
Aggregate. setIpRanges(List<IpRange> ipRanges)
-
Uses of IpRange in org.apache.unomi.persistence.spi.aggregate
Methods in org.apache.unomi.persistence.spi.aggregate that return types with arguments of type IpRange Modifier and Type Method Description List<IpRange>
IpRangeAggregate. getRanges()
Method parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type IpRange Modifier and Type Method Description void
IpRangeAggregate. setRanges(List<IpRange> ranges)
Constructor parameters in org.apache.unomi.persistence.spi.aggregate with type arguments of type IpRange Constructor Description IpRangeAggregate(String field, List<IpRange> ranges)
-