Uses of Class
com.tangosol.net.partition.PartitionStatistics
-
Packages that use PartitionStatistics Package Description com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of PartitionStatistics in com.tangosol.net.partition
Methods in com.tangosol.net.partition that return PartitionStatistics Modifier and Type Method Description PartitionStatistics
PartitionStatistics. copyFrom(PartitionStatistics stats)
Copy the statistics from the specified PartitionStatistics reference.PartitionStatistics[]
DistributionManager. getPartitionStats()
Return an array of the most recently available partition statistics, indexed by partition-id.PartitionStatistics
PartitionStatistics. setDirectStorageSize(long cb)
Set the PartitionAwareBackingMaps storage size of the partition.Methods in com.tangosol.net.partition with parameters of type PartitionStatistics Modifier and Type Method Description PartitionStatistics
PartitionStatistics. copyFrom(PartitionStatistics stats)
Copy the statistics from the specified PartitionStatistics reference.
-