io.ino.solrs.PerformanceStats
Mutable, fixed sized array of Long values, which evicts old values. E.g. an EvictingArray of size 2 with added values 1, 2, 3 will have stored the values 2, 3.
Adds the given value to the array.
Adds the given value to the array. If the array was already full so that the oldest element is dropped, this will be returned.
Mutable, fixed sized array of Long values, which evicts old values. E.g. an EvictingArray of size 2 with added values 1, 2, 3 will have stored the values 2, 3.