Package | Description |
---|---|
org.spf4j.base | |
org.spf4j.concurrent | |
org.spf4j.perf.impl.chart | |
org.spf4j.stackmonitor | |
org.spf4j.ui | |
org.spf4j.zel.vm |
Modifier and Type | Class and Description |
---|---|
class |
ComparablePair<A extends Comparable & Serializable,B extends Comparable & Serializable> |
class |
NameValue<T> |
class |
SerializablePair<A extends Serializable,B extends Serializable> |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
Pair.from(String stringPair)
Creates a pair from a str1,str2 pair.
|
static <A,B> Pair<A,B> |
Pair.of(A first,
B second) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
Pair.asMap(Pair<K,? extends V>... pairs) |
Modifier and Type | Method and Description |
---|---|
static Pair<Map<Future,Object>,Exception> |
Futures.getAll(long timeoutMillis,
Future... futures) |
static Pair<Map<Future,Object>,Exception> |
Futures.getAll(long timeoutMillis,
Iterable<Future> futures) |
static Pair<Map<Future,Object>,Exception> |
Futures.getAllWithDeadlineNanos(long deadlineNanos,
Future... futures)
Gets all futures resuls.
|
static Pair<Map<Future,Object>,Exception> |
Futures.getAllWithDeadlineNanos(long deadlineNanos,
Iterable<Future> futures) |
Modifier and Type | Method and Description |
---|---|
static Pair<long[],double[][]> |
Charts.fillGaps(long[] timestamps,
long[][] data,
int sampleTime,
int nrColumns) |
Modifier and Type | Method and Description |
---|---|
static Pair<Method,SampleNode> |
SampleNode.parse(Reader r) |
Modifier and Type | Method and Description |
---|---|
LinkedList<Pair<Method,SampleNode>> |
StackPanelBase.getHistory() |
Constructor and Description |
---|
FlameStackPanel(Method method,
SampleNode samples,
LinkedList<Pair<Method,SampleNode>> history) |
HotFlameStackPanel(Method method,
SampleNode samples,
LinkedList<Pair<Method,SampleNode>> history) |
StackPanelBase(Method method,
SampleNode samples,
LinkedList<Pair<Method,SampleNode>> history) |
Modifier and Type | Method and Description |
---|---|
Pair<Object[],Map<String,Integer>> |
MemoryBuilder.build() |
Pair<Object,ExecutionContext> |
Program.execute(VMExecutor execService,
ProcessIO io,
ResultCache resultCache,
Object... args) |
Modifier and Type | Method and Description |
---|---|
List<Pair<VMExecutor.Suspendable<Object>,VMFuture<Object>>> |
VMExecutor.resumeSuspendables(VMFuture<Object> future) |
Copyright © 2018 SPF4J. All rights reserved.