Interface and Description |
---|
org.spf4j.base.Runtime.ProcOutputHandler
use Processhandler
|
Class and Description |
---|
org.spf4j.base.IntMath.XorShift32ThreadSafe
please use JDK java.util.concurrent.ThreadLocalRandom instead.
The JDK implementation uses local fields in the Thread class instead of a classic ThreadLocal,
which makes it faster...
|
org.spf4j.unix.Ulimit
see UnixResources for better/faster alternative.
|
org.spf4j.concurrent.UnboundedRacyLoadingCache
use UnboundedLoadingCache instead.
|
Copyright © 2017 SPF4J. All rights reserved.