A C E F G H I M P S T U 

A

addValue(Object) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value obj.
addValue(boolean) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value b.
addValue(byte) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value i.
addValue(char) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value i.
addValue(short) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value i.
addValue(int) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value i.
addValue(float) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value f.
addValue(double) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value f.
addValue(Object[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(boolean[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(byte[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value i.
addValue(char[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(short[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(int[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(float[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.
addValue(double[]) - Method in class com.netflix.util.HashCode
Augment the current computed hash code with the value array.

C

cancel() - Method in class com.netflix.util.concurrent.ShutdownEnabledTimer
 
com.netflix.util - package com.netflix.util
 
com.netflix.util.concurrent - package com.netflix.util.concurrent
 
ConcurrentUUIDFactory - Class in com.netflix.util.concurrent
UUIDFactory implementation that will perform reasonably when used by multiple threads under load.
ConcurrentUUIDFactory() - Constructor for class com.netflix.util.concurrent.ConcurrentUUIDFactory
 

E

equalObjects(Object, Object) - Static method in class com.netflix.util.HashCode
Utility function to make it easy to compare two, possibly null, objects.
equals(Object) - Method in class com.netflix.util.HashCode
 
equals(Object) - Method in class com.netflix.util.Pair
Pair objects are equal iff they have the same content.

F

first() - Method in class com.netflix.util.Pair
Get the first value from the pair.

G

generateRandomUuid() - Method in class com.netflix.util.concurrent.ConcurrentUUIDFactory
 
generateRandomUuid() - Method in interface com.netflix.util.UUIDFactory
Generates a new version 4 UUID.
getCount() - Method in class com.netflix.util.MeasuredRate
Returns the count in the last sample interval
getCurrentCount() - Method in class com.netflix.util.MeasuredRate
Returns the count in the current sample interval which will be incomplete.

H

HashCode - Class in com.netflix.util
Helper class for computing hash codes.
HashCode() - Constructor for class com.netflix.util.HashCode
Create a new HashCode object
hashCode() - Method in class com.netflix.util.HashCode
Get the currently computed hash code value.
hashCode() - Method in class com.netflix.util.Pair
 

I

increment() - Method in class com.netflix.util.MeasuredRate
Increments the count in the current sample interval.

M

main(String[]) - Static method in class com.netflix.util.MeasuredRate
 
MeasuredRate - Class in com.netflix.util
Utility class for getting a count per last X milliseconds
MeasuredRate(long) - Constructor for class com.netflix.util.MeasuredRate
 

P

Pair<E1,E2> - Class in com.netflix.util
A simple class that holds a pair of values.
Pair(E1, E2) - Constructor for class com.netflix.util.Pair
Construct a new pair

S

second() - Method in class com.netflix.util.Pair
Get the second value from the pair.
setFirst(E1) - Method in class com.netflix.util.Pair
Set the first value of the pair.
setSecond(E2) - Method in class com.netflix.util.Pair
Set the second value of the pair.
ShutdownEnabledTimer - Class in com.netflix.util.concurrent
ShutdownEnabledTimer class handles runtime shutdown issues.
ShutdownEnabledTimer(String, boolean) - Constructor for class com.netflix.util.concurrent.ShutdownEnabledTimer
 

T

toString() - Method in class com.netflix.util.HashCode
 
toString() - Method in class com.netflix.util.MeasuredRate
 

U

UUIDFactory - Interface in com.netflix.util
Common interface to sources of various versions of UUIDs.
A C E F G H I M P S T U