Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbacAuthorizer - Interface in org.spf4j.security
Attribute based access control.
AbacSecurityContext - Interface in org.spf4j.security
 
abort(Exception) - Static method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
abort() - Static method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
ABORT - Static variable in interface org.spf4j.failsafe.RetryDecision
 
abort() - Static method in interface org.spf4j.failsafe.RetryDecision
 
abort() - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
abortReturn(T) - Static method in interface org.spf4j.failsafe.RetryDecision
Abort operation and return the provided Object.
abortReturn(T) - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
abortThrow(Throwable) - Static method in interface org.spf4j.failsafe.RetryDecision
Abort operation with a custom Exception.
abortThrow(Throwable) - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
AbstractMeasurementAccumulator - Class in org.spf4j.perf.impl.acc
 
AbstractMeasurementAccumulator() - Constructor for class org.spf4j.perf.impl.acc.AbstractMeasurementAccumulator
 
AbstractRunnable - Class in org.spf4j.base
 
AbstractRunnable(boolean, String) - Constructor for class org.spf4j.base.AbstractRunnable
Create runnable lenient or not with a specific thread name during its execution.
AbstractRunnable(boolean) - Constructor for class org.spf4j.base.AbstractRunnable
create runnable.
AbstractRunnable() - Constructor for class org.spf4j.base.AbstractRunnable
 
AbstractRunnable(String) - Constructor for class org.spf4j.base.AbstractRunnable
 
accept(T) - Method in interface org.spf4j.base.ArrayWriter
 
accept(char[], int, int) - Method in interface org.spf4j.base.CharArrayConsumer
 
accept(Object, Appendable, Throwable) - Method in interface org.spf4j.base.Slf4jMessageFormatter.ErrorHandler
 
accept(T) - Method in interface org.spf4j.failsafe.concurrent.ConditionalConsumer
 
accept(T) - Method in interface org.spf4j.io.IOConsumer
 
accept(T, Appendable) - Method in interface org.spf4j.io.ObjectAppender
 
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
acceptEx(T) - Method in interface org.spf4j.io.IOConsumer
 
AcceptorSelectorEventHandler - Class in org.spf4j.io.tcp
 
AcceptorSelectorEventHandler(ServerSocketChannel, ClientHandler, Selector, ExecutorService, BlockingQueue<Runnable>, UpdateablePriorityQueue<DeadlineAction>) - Constructor for class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
access(Consumer<byte[]>) - Method in class org.spf4j.security.EncryptedBytes
 
access(Consumer<char[]>) - Method in class org.spf4j.security.EncryptedString
 
accumulate(ExecutionContext.Tag<T, ?>, T) - Method in interface org.spf4j.base.ExecutionContext
 
accumulate(T, T) - Method in interface org.spf4j.base.ExecutionContext.Tag
 
accumulate(AtomicLong, double, DoubleBinaryOperator, int) - Static method in class org.spf4j.concurrent.Atomics
 
accumulate(AtomicLong, long, LongBinaryOperator, int) - Static method in class org.spf4j.concurrent.Atomics
 
accumulate(TimeSeriesRecord) - Method in interface org.spf4j.perf.TimeSeriesRecord
Temporary, until better implementation.
accumulateComponent(ExecutionContext.Tag<T, A>, A) - Method in interface org.spf4j.base.ExecutionContext
 
accumulateComponent(T, A) - Method in interface org.spf4j.base.ExecutionContext.Tag
 
accumulateObservations(Schema, Observation, Observation) - Static method in interface org.spf4j.perf.TimeSeriesRecord
 
acquire(long, TimeUnit) - Method in interface org.spf4j.concurrent.PermitSupplier
Acquire one permit.
acquire(int, long, TimeUnit) - Method in interface org.spf4j.concurrent.PermitSupplier
Acquire a arbitrary number of permits.
ACTION - Static variable in interface org.spf4j.security.AbacSecurityContext
 
action(String) - Static method in interface org.spf4j.security.AbacSecurityContext
 
add(T) - Method in class org.spf4j.base.ArrayBuilder
 
add(StackTraceElement[]) - Method in class org.spf4j.base.BasicExecutionContext
Add a sample to this execution context.
add(StackSamples) - Method in class org.spf4j.base.BasicExecutionContext
add a bunch of samples to this context.
add(StackTraceElement[]) - Method in interface org.spf4j.base.ExecutionContext
 
add(StackSamples) - Method in interface org.spf4j.base.ExecutionContext
 
add(Map<String, Either<Predicate<Throwable>, Predicate<Object>>>, Map<String, ThrowablePattern>, boolean) - Static method in class org.spf4j.base.ResultMatchers
 
add(V) - Method in class org.spf4j.ds.LinkedHashSetEx
 
add(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
add(int, T) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
add(E) - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
add(Path, IOException) - Method in exception org.spf4j.io.PathsIOException
 
add(Marker) - Method in class org.spf4j.log.LogAttribute
 
add(StackTraceElement[]) - Method in class org.spf4j.stackmonitor.ProfiledExecutionContext
 
add(StackSamples) - Method in class org.spf4j.stackmonitor.ProfiledExecutionContext
 
add(SampleNode) - Method in class org.spf4j.stackmonitor.SampleNode
add other samples to this one.
add(String) - Method in class org.spf4j.unix.JVMArguments
 
add2(Map<String, Either<Predicate<Throwable>, Predicate<Object>>>, Map<String, ObjectPattern>, boolean) - Static method in class org.spf4j.base.ResultMatchers
 
addAll(Collection<? extends T>) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
addAll(int, Collection<? extends T>) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
AddAndCountAccumulator - Class in org.spf4j.perf.impl.acc
 
AddAndCountAccumulator(Object, String, String) - Constructor for class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class org.spf4j.text.AttributedString
Adds an attribute to the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class org.spf4j.text.AttributedString
Adds an attribute to a subrange of the string.
addAttributes(Map<? extends AttributedCharacterIterator.Attribute, ?>, int, int) - Method in class org.spf4j.text.AttributedString
Adds a set of attributes to a subrange of the string.
addCloseable(AutoCloseable) - Method in class org.spf4j.base.BasicExecutionContext
 
addCloseable(AutoCloseable) - Method in interface org.spf4j.base.ExecutionContext
Attach a AutoCloseable to execution context.
addListener(Service.Listener, Executor) - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
addLog(Slf4jLogRecord) - Method in class org.spf4j.base.BasicExecutionContext
 
addLog(Slf4jLogRecord) - Method in interface org.spf4j.base.ExecutionContext
 
addLogs(Collection<Slf4jLogRecord>) - Method in class org.spf4j.base.BasicExecutionContext
 
addLogs(Collection<Slf4jLogRecord>) - Method in interface org.spf4j.base.ExecutionContext
 
addLyfecycleHook(JdbcHeartBeat.LifecycleHook) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
addPermits(int) - Method in interface org.spf4j.concurrent.PermitSupplier
 
addPermits(int) - Method in class org.spf4j.failsafe.RateLimiter
 
addRetryPolicy(RetryPolicy.Builder<T, C>, RetryPolicy, ResultMatchers.Supplier) - Static method in class org.spf4j.failsafe.RetryPolicies
 
addToRootParent(ExecutionContext.Tag<List<T>, T>, T) - Method in interface org.spf4j.base.ExecutionContext
 
addToSampleNode(SampleNode, StackTraceElement...) - Static method in class org.spf4j.stackmonitor.SampleNode
 
AesEncryptorDecryptor - Class in org.spf4j.security
 
AesEncryptorDecryptor(Key) - Constructor for class org.spf4j.security.AesEncryptorDecryptor
 
aggregate(MeasurementAccumulator) - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
aggregate(MeasurementAccumulator) - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
aggregate(MeasurementAccumulator) - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
aggregate(MeasurementAccumulator) - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
aggregate(MeasurementAccumulator) - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
aggregate(MeasurementAccumulator) - Method in interface org.spf4j.perf.MeasurementAccumulator
 
aggregate(SampleNode, SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
 
aggregateNullable(SampleNode, SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
 
aggregateNullableUnsafe(SampleNode, SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
Aggregation implementation where parts of node1 and node2 will be re-used.
AGGREGATION_TYPE_PROP - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
ALL_ACCESS - Static variable in interface org.spf4j.security.AbacAuthorizer
 
AlmostSafe - Class in org.spf4j.base
Expose
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.MultiStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in class org.spf4j.perf.impl.NopMeasurementStore
 
alocateMeasurements(MeasurementsInfo, int) - Method in interface org.spf4j.perf.MeasurementStore
Make any allocations necessary for the following measurements.
append(T[], T) - Static method in class org.spf4j.base.Arrays
 
append(T[], T...) - Static method in class org.spf4j.base.Arrays
 
append(CharSequence) - Method in class org.spf4j.base.EscapeJsonStringAppendableWrapper
 
append(CharSequence, int, int) - Method in class org.spf4j.base.EscapeJsonStringAppendableWrapper
 
append(char) - Method in class org.spf4j.base.EscapeJsonStringAppendableWrapper
 
append(int, Appendable) - Method in interface org.spf4j.base.IntAppender
 
append(int, Appendable) - Method in class org.spf4j.base.IntAppender.CommentNumberAppender
 
append(int, Appendable) - Method in class org.spf4j.base.IntAppender.SimplePrefixNumberAppender
 
append(CharSequence) - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
append(CharSequence, int, int) - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
append(char) - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
append(char) - Method in class org.spf4j.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class org.spf4j.io.AppendableWriter
 
append(CharSequence) - Method in class org.spf4j.io.AppendableWriter
 
append(byte[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.ArrayBytesAppender
 
append(byte[], Appendable) - Method in class org.spf4j.io.appenders.ArrayBytesAppender
 
append(char[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.ArrayCharsAppender
 
append(char[], Appendable) - Method in class org.spf4j.io.appenders.ArrayCharsAppender
 
append(Object[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.ArrayObjectAppender
 
append(Object[], Appendable) - Method in class org.spf4j.io.appenders.ArrayObjectAppender
 
append(short[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.ArrayShortAppender
 
append(short[], Appendable) - Method in class org.spf4j.io.appenders.ArrayShortAppender
 
append(Calendar, Appendable) - Method in class org.spf4j.io.appenders.CalendarAppender
 
append(CharSequence, Appendable) - Method in class org.spf4j.io.appenders.CharsequenceAppender
 
append(Collection, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.CollectionAppender
 
append(Collection, Appendable) - Method in class org.spf4j.io.appenders.CollectionAppender
 
append(Date, Appendable) - Method in class org.spf4j.io.appenders.DateAppender
 
append(Instant, Appendable) - Method in class org.spf4j.io.appenders.InstantAppender
 
append(boolean[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayBooleanJsonAppender
 
append(boolean[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayBooleanJsonAppender
 
append(byte[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayBytesJsonAppender
 
append(byte[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayBytesJsonAppender
 
append(char[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayCharsJsonAppender
 
append(char[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayCharsJsonAppender
 
append(double[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayDoubleJsonAppender
 
append(double[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayDoubleJsonAppender
 
append(float[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayFloatJsonAppender
 
append(float[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayFloatJsonAppender
 
append(int[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayIntJsonAppender
 
append(int[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayIntJsonAppender
 
append(long[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayLongJsonAppender
 
append(long[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayLongJsonAppender
 
append(Object[], Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ArrayObjectJsonAppender
 
append(Object[], Appendable) - Method in class org.spf4j.io.appenders.json.ArrayObjectJsonAppender
 
append(Collection, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.CollectionJsonAppender
 
append(Collection, Appendable) - Method in class org.spf4j.io.appenders.json.CollectionJsonAppender
 
append(GenericRecord, Appendable) - Method in class org.spf4j.io.appenders.json.GenericRecordJsonAppender
 
append(JsonWriteable, Appendable) - Method in class org.spf4j.io.appenders.json.JsonWriteableAppender
 
append(Map<Object, Object>, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.MapJsonAppender
 
append(Map<Object, Object>, Appendable) - Method in class org.spf4j.io.appenders.json.MapJsonAppender
 
append(Number, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.NumberJsonAppender
 
append(Number, Appendable) - Method in class org.spf4j.io.appenders.json.NumberJsonAppender
 
append(SampleNode, Appendable) - Method in class org.spf4j.io.appenders.json.SampleNodeWriteableAppender
 
append(SpecificRecordBase, Appendable) - Method in class org.spf4j.io.appenders.json.SpecificRecordBaseJsonAppender
 
append(SpecificRecord, Appendable) - Method in class org.spf4j.io.appenders.json.SpecificRecordJsonAppender
 
append(Throwable, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.json.ThrowableJsonAppender
 
append(Throwable, Appendable) - Method in class org.spf4j.io.appenders.json.ThrowableJsonAppender
 
append(LocalDate, Appendable) - Method in class org.spf4j.io.appenders.LocalDateAppender
 
append(Map<Object, Object>, Appendable, ObjectAppenderSupplier) - Method in class org.spf4j.io.appenders.MapAppender
 
append(Map<Object, Object>, Appendable) - Method in class org.spf4j.io.appenders.MapAppender
 
append(Path, Appendable) - Method in class org.spf4j.io.appenders.PathAppender
 
append(SampleNode, Appendable) - Method in class org.spf4j.io.appenders.SampleNodeAppender
 
append(Date, Appendable) - Method in class org.spf4j.io.appenders.SqlDateAppender
 
append(Throwable, Appendable) - Method in class org.spf4j.io.appenders.ThrowableAppender
 
append(Writeable, Appendable) - Method in class org.spf4j.io.appenders.WriteableAppender
 
append(T, Appendable) - Method in interface org.spf4j.io.ObjectAppender
Write an Object to a char stream.
append(T, Appendable, ObjectAppenderSupplier) - Method in interface org.spf4j.io.ObjectAppender
Method to overwrite for implementing apenders for container objects.
AppendableLimiterWithOverflow - Class in org.spf4j.io
Utility class that limits the nr of characters written to a particular Appender.
AppendableLimiterWithOverflow(int, File, CharSequence, Charset, Appendable) - Constructor for class org.spf4j.io.AppendableLimiterWithOverflow
 
AppendableLimiterWithOverflow(int, Appendable, AppendableLimiterWithOverflow.OverflowSupplier) - Constructor for class org.spf4j.io.AppendableLimiterWithOverflow
 
AppendableLimiterWithOverflow.OverflowSupplier - Interface in org.spf4j.io
provide the overflow.
AppendableOutputStream - Class in org.spf4j.io
OutputStream implementation that transforms a byte stream to a character stream using a specified character set encoding and writes the resulting stream to a Writer.
AppendableOutputStream(Appendable, CharsetDecoder) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
AppendableOutputStream(Appendable, CharsetDecoder, int) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream.
AppendableOutputStream(Appendable, Charset, int) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream.
AppendableOutputStream(Appendable, Charset) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
AppendableOutputStream(Appendable, String, int) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream.
AppendableOutputStream(Appendable, String) - Constructor for class org.spf4j.io.AppendableOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
AppendableUtils - Class in org.spf4j.base
 
AppendableWriter - Class in org.spf4j.io
Utility class to adapt a Appendable to a Writer.
AppendableWriter(Appendable) - Constructor for class org.spf4j.io.AppendableWriter
 
appendJsonStringEscapedChar(char, StringBuilder) - Static method in class org.spf4j.base.AppendableUtils
 
appendJsonStringEscapedChar(char, Appendable) - Static method in class org.spf4j.base.AppendableUtils
 
appendJsonStringEscapedChar(char, StringBuilder) - Static method in class org.spf4j.base.Strings
Deprecated.
appendJsonStringEscapedChar(char, Appendable) - Static method in class org.spf4j.base.Strings
Deprecated.
appendNullable(Object, Appendable, ObjectAppenderSupplier) - Static method in interface org.spf4j.io.ObjectAppender
 
appendNullableJson(Object, Appendable, ObjectAppenderSupplier) - Static method in interface org.spf4j.io.ObjectAppender
 
appendSpaces(Appendable, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendSpaces(StringBuilder, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendSpaces(Appendable, int) - Static method in class org.spf4j.base.Strings
Deprecated.
appendSpaces(StringBuilder, int) - Static method in class org.spf4j.base.Strings
Deprecated.
appendUnsignedString(StringBuilder, long, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendUnsignedString(StringBuilder, int, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendUnsignedString(StringBuilder, long, int) - Static method in class org.spf4j.base.Strings
Deprecated.
appendUnsignedString(StringBuilder, int, int) - Static method in class org.spf4j.base.Strings
Deprecated.
appendUnsignedStringPadded(StringBuilder, int, int, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendUnsignedStringPadded(Appendable, int, int, int) - Static method in class org.spf4j.base.AppendableUtils
 
appendUnsignedStringPadded(StringBuilder, int, int, int) - Static method in class org.spf4j.base.Strings
Deprecated.
appendUnsignedStringPadded(Appendable, int, int, int) - Static method in class org.spf4j.base.Strings
Deprecated.
APPLICATION_AVRO - Static variable in class org.spf4j.base.avro.MediaTypes
 
APPLICATION_AVRO_JSON - Static variable in class org.spf4j.base.avro.MediaTypes
 
APPLICATION_AVRO_XJSON - Static variable in class org.spf4j.base.avro.MediaTypes
an optimized json format implemented in zolyfarkas/avro
APPLICATION_JSON - Static variable in class org.spf4j.base.avro.MediaTypes
 
APPLICATION_OCTET_STREAM - Static variable in class org.spf4j.base.avro.MediaTypes
 
apply(T, long) - Method in interface org.spf4j.base.Callables.AdvancedRetryPredicate
Deprecated.
 
apply(T) - Method in interface org.spf4j.base.Callables.AdvancedRetryPredicate
Deprecated.
 
apply(T) - Method in interface org.spf4j.base.Callables.SimpleRetryPredicate
Deprecated.
 
apply(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
apply(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
apply(K) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
apply(T, C) - Method in interface org.spf4j.failsafe.PartialResultRetryPredicate
 
apply(E, C) - Method in interface org.spf4j.failsafe.PartialTypedExceptionRetryPredicate
 
apply(T) - Method in class org.spf4j.failsafe.TypeBasedRetryDelaySupplier
 
applyPattern(String) - Method in class org.spf4j.text.MessageFormat
Sets the pattern used by this message format.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
ArrayBooleanAppender - Class in org.spf4j.io.appenders
 
ArrayBooleanAppender() - Constructor for class org.spf4j.io.appenders.ArrayBooleanAppender
 
ArrayBooleanJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayBooleanJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayBooleanJsonAppender
 
ArrayBuilder<T> - Class in org.spf4j.base
 
ArrayBuilder(int, Class<T>) - Constructor for class org.spf4j.base.ArrayBuilder
 
ArrayBytesAppender - Class in org.spf4j.io.appenders
 
ArrayBytesAppender() - Constructor for class org.spf4j.io.appenders.ArrayBytesAppender
 
ArrayBytesJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayBytesJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayBytesJsonAppender
 
ArrayCharsAppender - Class in org.spf4j.io.appenders
 
ArrayCharsAppender() - Constructor for class org.spf4j.io.appenders.ArrayCharsAppender
 
ArrayCharsJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayCharsJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayCharsJsonAppender
 
ArrayDoubleAppender - Class in org.spf4j.io.appenders
 
ArrayDoubleAppender() - Constructor for class org.spf4j.io.appenders.ArrayDoubleAppender
 
ArrayDoubleJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayDoubleJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayDoubleJsonAppender
 
ArrayFloatAppender - Class in org.spf4j.io.appenders
 
ArrayFloatAppender() - Constructor for class org.spf4j.io.appenders.ArrayFloatAppender
 
ArrayFloatJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayFloatJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayFloatJsonAppender
 
ArrayIntAppender - Class in org.spf4j.io.appenders
 
ArrayIntAppender() - Constructor for class org.spf4j.io.appenders.ArrayIntAppender
 
ArrayIntJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayIntJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayIntJsonAppender
 
ArrayLongAppender - Class in org.spf4j.io.appenders
 
ArrayLongAppender() - Constructor for class org.spf4j.io.appenders.ArrayLongAppender
 
ArrayLongJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayLongJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayLongJsonAppender
 
ArrayObjectAppender - Class in org.spf4j.io.appenders
 
ArrayObjectAppender() - Constructor for class org.spf4j.io.appenders.ArrayObjectAppender
 
ArrayObjectJsonAppender - Class in org.spf4j.io.appenders.json
 
ArrayObjectJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ArrayObjectJsonAppender
 
Arrays - Class in org.spf4j.base
Array utilities.
ArrayShortAppender - Class in org.spf4j.io.appenders
 
ArrayShortAppender() - Constructor for class org.spf4j.io.appenders.ArrayShortAppender
 
ArraySuppliers - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Bytes - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Chars - Class in org.spf4j.recyclable.impl
 
ArraySuppliers.Objects - Class in org.spf4j.recyclable.impl
 
ArrayWriter<T> - Interface in org.spf4j.base
 
asIterable(Reader) - Static method in class org.spf4j.io.Csv
read a CSV stream, as a Iterable over rows.
asIterable(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
read a CSV stream, as a Iterable over rows.
asMap(Pair<K, ? extends V>...) - Static method in class org.spf4j.base.Pair
 
asMap() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
asMap() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
asMap() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
asWriter(Appendable) - Static method in class org.spf4j.io.Streams
faster variant than guava CharStreams.asWriter.
async(FailSafeExecutor) - Method in class org.spf4j.failsafe.RetryPolicy
 
async(HedgePolicy, FailSafeExecutor) - Method in class org.spf4j.failsafe.RetryPolicy
 
async(Function<C, HedgePolicy>, FailSafeExecutor) - Method in class org.spf4j.failsafe.RetryPolicy
 
async(Function<C, RetryPolicy<T, C>>, Function<C, HedgePolicy>, FailSafeExecutor) - Static method in class org.spf4j.failsafe.RetryPolicy
 
async() - Method in class org.spf4j.failsafe.RetryPolicy
 
AsyncRetryExecutor<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
 
AT_REMOVEDIR - Static variable in class org.spf4j.unix.UnixConstants
 
AT_SYMLINK_NOFOLLOW - Static variable in class org.spf4j.unix.UnixConstants
 
AThrowables - Class in org.spf4j.base.avro
 
AtomicReferenceExt<T> - Class in org.spf4j.concurrent
 
AtomicReferenceExt(T) - Constructor for class org.spf4j.concurrent.AtomicReferenceExt
 
AtomicReferenceExt() - Constructor for class org.spf4j.concurrent.AtomicReferenceExt
 
Atomics - Class in org.spf4j.concurrent
 
AtomicSequence - Class in org.spf4j.concurrent
 
AtomicSequence(long) - Constructor for class org.spf4j.concurrent.AtomicSequence
 
attach() - Method in class org.spf4j.base.BasicExecutionContext
 
attach() - Method in interface org.spf4j.base.ExecutionContext
Attach execution context to the current thread.
attach(ExecutionContext) - Method in interface org.spf4j.base.ThreadLocalContextAttacher
Attach an execution context to the current Thread.
attach(Object) - Method in class org.spf4j.log.AvroLogRecordImpl
 
attach(Object) - Method in interface org.spf4j.log.Slf4jLogRecord
 
attach(Object) - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
attach(ExecutionContext) - Method in class org.spf4j.stackmonitor.ProfilingTLAttacher
 
attachedThread() - Method in interface org.spf4j.base.ThreadLocalContextAttacher.Attached
Return the Thread that this context has been attached to.
AttributedString - Class in org.spf4j.text
An AttributedString holds text and related attribute information.
AttributedString(String) - Constructor for class org.spf4j.text.AttributedString
Constructs an AttributedString instance with the given text.
AttributedString(String, Map<? extends AttributedCharacterIterator.Attribute, ?>) - Constructor for class org.spf4j.text.AttributedString
Constructs an AttributedString instance with the given text and attributes.
AttributedString(AttributedCharacterIterator) - Constructor for class org.spf4j.text.AttributedString
Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class org.spf4j.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class org.spf4j.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
attributeToMethod(String, String) - Static method in class org.spf4j.base.Strings
A attribute to get/set/is method name converter.
available() - Method in class org.spf4j.io.BufferedInputStream
 
available() - Method in class org.spf4j.io.DebugInputStream
 
available() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
available() - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
available() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
availablePermits() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
AvroCloseableIterable<T> - Interface in org.spf4j.base.avro
 
AvroCompatUtils - Class in org.spf4j.avro
A set of Utils to abstract away differences between zolyfarkas/avro forrk and apache/avro
AvroCompatUtils.Adapter - Interface in org.spf4j.avro
 
AvroContainer - Interface in org.spf4j.base.avro
 
AvroFileInfo<T> - Class in org.spf4j.perf.impl.ms.tsdb
 
AvroFileInfo(Path, DataFileWriter<T>, long, long) - Constructor for class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
AvroLogRecordImpl - Class in org.spf4j.log
 
AvroLogRecordImpl(LogRecord) - Constructor for class org.spf4j.log.AvroLogRecordImpl
 
AvroLogRecordImpl(LogRecord, boolean) - Constructor for class org.spf4j.log.AvroLogRecordImpl
 
AvroMeasurementStore - Class in org.spf4j.perf.impl.ms.tsdb
 
AvroMeasurementStore(Path, String) - Constructor for class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
AvroMeasurementStore(Path, String, AvroMeasurementStore.Compressor) - Constructor for class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
AvroMeasurementStore.Compressor - Enum in org.spf4j.perf.impl.ms.tsdb
 
AvroMeasurementStoreReader - Class in org.spf4j.perf.impl.ms.tsdb
 
AvroMeasurementStoreReader(Path) - Constructor for class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
AvroMeasurementStoreReader(Path, Path...) - Constructor for class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
awaitRunning() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
awaitRunning(long, TimeUnit) - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
awaitTerminated() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
awaitTerminated(long, TimeUnit) - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
awaitTermination(long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 

B

Base64 - Class in org.spf4j.base
"improved" implementation based on DataTypeConverterImpl performance should be same/slightly faster than the JDK equivalent But most importantly you can encode/decode parts of a String, which should reduce the need of copying objects and reduce the amount of garbage created.
BasicExecutionContext - Class in org.spf4j.base
The simplest execution context possible.
BasicExecutionContext(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Constructor for class org.spf4j.base.BasicExecutionContext
 
beat() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
bgWatch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity) - Method in class org.spf4j.tsdb2.TSDBReader
 
bgWatch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity, long, TimeUnit) - Method in class org.spf4j.tsdb2.TSDBReader
 
bgWatch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity, long) - Method in class org.spf4j.tsdb2.TSDBReader
 
BlockingDisposable - Interface in org.spf4j.recyclable
 
borrowObjectIfAvailable() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
borrowOrCreateObjectIfPossible() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
BufferedInputStream - Class in org.spf4j.io
 
BufferedInputStream(InputStream) - Constructor for class org.spf4j.io.BufferedInputStream
 
BufferedInputStream(InputStream, int) - Constructor for class org.spf4j.io.BufferedInputStream
 
BufferedInputStream(InputStream, int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.BufferedInputStream
 
BufferedOutputStream - Class in org.spf4j.io
Better that the JDK outputstream, no exception swallowing...
BufferedOutputStream(OutputStream) - Constructor for class org.spf4j.io.BufferedOutputStream
 
BufferedOutputStream(OutputStream, int) - Constructor for class org.spf4j.io.BufferedOutputStream
 
BufferedOutputStream(OutputStream, int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.BufferedOutputStream
 
build() - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
build() - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
build(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
Build the dynamic mbean.
build() - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
buildAsync() - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
buildAsync(FailSafeExecutor) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
buildMutable() - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
buildObjectContractViolation(Object, Object, String) - Method in class org.spf4j.stackmonitor.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
ByteArrayBuilder - Class in org.spf4j.io
Utility class to avoid replicating byte arrays for no good reason.
ByteArrayBuilder() - Constructor for class org.spf4j.io.ByteArrayBuilder
 
ByteArrayBuilder(int) - Constructor for class org.spf4j.io.ByteArrayBuilder
 
ByteArrayBuilder(int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.ByteArrayBuilder
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesToChars(byte[]) - Static method in class org.spf4j.base.Arrays
 
ByTypeSupplier<T,E extends Exception> - Interface in org.spf4j.reflect
 

C

CachingTypeMapSupplierWrapper<H,E extends Exception> - Class in org.spf4j.reflect
 
CachingTypeMapSupplierWrapper(CacheBuilder<Type, Set<H>>, TypeMap, Class<E>) - Constructor for class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
CachingTypeMapSupplierWrapper(TypeMap, Class<E>) - Constructor for class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
CachingTypeMapWrapper<H> - Class in org.spf4j.reflect
 
CachingTypeMapWrapper(CacheBuilder<Type, Set<H>>, TypeMap) - Constructor for class org.spf4j.reflect.CachingTypeMapWrapper
 
CachingTypeMapWrapper(TypeMap) - Constructor for class org.spf4j.reflect.CachingTypeMapWrapper
 
calculateGrownCapacity() - Method in class org.spf4j.stackmonitor.THash
 
CalendarAppender - Class in org.spf4j.io.appenders
 
CalendarAppender() - Constructor for class org.spf4j.io.appenders.CalendarAppender
 
call() - Method in interface org.spf4j.base.Callables.CheckedCallable
the method that is retried.
call() - Method in class org.spf4j.base.Callables.TimeoutCallable
Deprecated.
 
call(long) - Method in class org.spf4j.base.Callables.TimeoutCallable
Deprecated.
 
call(long) - Method in class org.spf4j.base.CallablesNano.NanoTimeoutCallable
Deprecated.
 
call() - Method in class org.spf4j.base.MemorizedCallable
 
call() - Method in class org.spf4j.base.TimeoutRunnable
Deprecated.
 
call(W, Class<E>, long, long) - Method in class org.spf4j.failsafe.RetryPolicy
 
call(W, Class<E>, long, long) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
call(W, Class<E>, long) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
call(W, Class<E>) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
call(W, Class<E>, long, TimeUnit) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
call(C, RetryPredicate<T, C>, Class<E>, int) - Static method in interface org.spf4j.failsafe.SyncRetryExecutor
Naive implementation of execution with retry logic.
Callables - Class in org.spf4j.base
Utility class for executing stuff with retry logic.
Callables.AdvancedAction - Enum in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.AdvancedRetryPredicate<T> - Interface in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.CheckedCallable<T,EX extends Exception> - Interface in org.spf4j.base
A callable that will be retried.
Callables.FibonacciBackoffRetryPredicate<T,R> - Class in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.RetryDecision<R> - Class in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.RetryDecision.Type - Enum in org.spf4j.base
Deprecated.
 
Callables.RetryPredicate<T,R> - Interface in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.SimpleAction - Enum in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.SimpleRetryPredicate<T> - Interface in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.TimeoutCallable<T,EX extends Exception> - Class in org.spf4j.base
Deprecated.
use RetryPolicy
Callables.TimeoutRetryPredicate<T,R> - Interface in org.spf4j.base
Deprecated.
use RetryPolicy
CallablesNano - Class in org.spf4j.base
Deprecated.
use RetryPolicy & co.
CallablesNano.NanoTimeoutCallable<T,EX extends Exception> - Class in org.spf4j.base
Deprecated.
 
CallablesNano.TimeoutNanoRetryPredicate<T,R> - Interface in org.spf4j.base
Deprecated.
 
callAndMonitor(long, long, Callable<T>) - Static method in class org.spf4j.perf.PerformanceMonitor
 
callAndMonitor(MeasurementRecorderSource, long, long, Callable<T>) - Static method in class org.spf4j.perf.PerformanceMonitor
 
callAndMonitor(MeasurementRecorderSource, long, long, Callable<T>, boolean, Object...) - Static method in class org.spf4j.perf.PerformanceMonitor
 
callOperation(String, String, String, String, Object...) - Static method in class org.spf4j.jmx.Client
 
canAccess(Principal, Properties, Properties, Properties) - Method in interface org.spf4j.security.AbacAuthorizer
Attribute bases access control, see https://en.wikipedia.org/wiki/Attribute-based_access_control
canAccess(Properties, Properties, Properties) - Method in interface org.spf4j.security.AbacSecurityContext
Attribute bases access control, see https://en.wikipedia.org/wiki/Attribute-based_access_control
canAssign(Class<?>, Class<?>) - Static method in class org.spf4j.base.Reflections
 
cancel(boolean) - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
May overwrite if extra actions on cancel are desired.
cancel(boolean) - Method in class org.spf4j.concurrent.InterruptibleCompletableFuture
 
cancel(boolean) - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
cancelAll(boolean, Future<?>...) - Static method in class org.spf4j.concurrent.Futures
 
cancelAll(boolean, Future[], int) - Static method in class org.spf4j.concurrent.Futures
 
cancelAll(boolean, Iterator<Future<?>>) - Static method in class org.spf4j.concurrent.Futures
 
canRunAsync() - Method in class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
canRunAsync() - Method in class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
canRunAsync() - Method in class org.spf4j.io.tcp.SelectorEventHandler
 
capacity() - Method in class org.spf4j.stackmonitor.THash
 
capacity() - Method in class org.spf4j.stackmonitor.TObjectHash
 
CAUSE_CAPTION - Static variable in class org.spf4j.base.Throwables
Caption for labeling causative exception stack traces
chain(ResultMatchers.Supplier) - Method in interface org.spf4j.base.ResultMatchers.Supplier
 
CharArrayBuilder - Class in org.spf4j.io
Utility class to avoid replicating character arrays for no good reason.
CharArrayBuilder() - Constructor for class org.spf4j.io.CharArrayBuilder
 
CharArrayBuilder(int) - Constructor for class org.spf4j.io.CharArrayBuilder
 
CharArrayBuilder(int, SizedRecyclingSupplier<char[]>) - Constructor for class org.spf4j.io.CharArrayBuilder
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
CharArrayConsumer - Interface in org.spf4j.base
 
CharSeparatedValues - Class in org.spf4j.io.csv
Supports Character Separated values format as described at: https://en.wikipedia.org/wiki/Comma-separated_values.
CharSeparatedValues(char) - Constructor for class org.spf4j.io.csv.CharSeparatedValues
 
CharSeparatedValues(char, char...) - Constructor for class org.spf4j.io.csv.CharSeparatedValues
 
CharsequenceAppender - Class in org.spf4j.io.appenders
 
CharsequenceAppender() - Constructor for class org.spf4j.io.appenders.CharsequenceAppender
 
CharSequences - Class in org.spf4j.base
Special methods to use for character sequences...
charsToBytes(char[]) - Static method in class org.spf4j.base.Arrays
 
chdir(String) - Method in interface org.spf4j.unix.CLibrary
 
CheckedRunnable<EX extends Exception> - Class in org.spf4j.base
 
CheckedRunnable(boolean, String) - Constructor for class org.spf4j.base.CheckedRunnable
 
CheckedRunnable(boolean) - Constructor for class org.spf4j.base.CheckedRunnable
 
CheckedRunnable() - Constructor for class org.spf4j.base.CheckedRunnable
 
CheckedRunnable(String) - Constructor for class org.spf4j.base.CheckedRunnable
 
checkExit(int) - Method in class org.spf4j.base.NoExitSecurityManager
 
checkJdbcObjectName(CharSequence) - Static method in class org.spf4j.jdbc.JdbcTemplate
 
checkPermission(Permission) - Method in class org.spf4j.base.NoExitSecurityManager
 
checkPermission(Permission, Object) - Method in class org.spf4j.base.NoExitSecurityManager
 
cleanUp() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
cleanUp() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
cleanUp() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
clear() - Method in class org.spf4j.base.ArrayBuilder
 
clear() - Method in class org.spf4j.base.MemorizedCallable
 
clear() - Method in class org.spf4j.ds.RTree
Empties the RTree
clear() - Method in class org.spf4j.ds.SimpleStackNullSupport
Clear the stack - also makes sure the stack objects are not referenced anymore
clear() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
clear() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
clear() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
clear() - Method in class org.spf4j.stackmonitor.Sampler
 
clear() - Method in class org.spf4j.stackmonitor.THash
Empties the collection.
clear() - Method in class org.spf4j.stackmonitor.THashMap
Empties the map.
clearCache() - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
clearCache() - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
clearCurrentThread() - Static method in class org.spf4j.base.ExecutionContexts
 
clearPeakThreadInfo() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
CLibrary - Interface in org.spf4j.unix
GNU C library.
CLibrary.FILE - Class in org.spf4j.unix
 
Client - Class in org.spf4j.jmx
Simple Jmx Client utilities.
ClientHandler - Interface in org.spf4j.io.tcp
 
clone(T) - Static method in class org.spf4j.base.Objects
 
clone(MutableGraph<T>) - Static method in class org.spf4j.ds.Graphs
 
clone(SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
 
clone() - Method in class org.spf4j.text.MessageFormat
Creates and returns a copy of this object.
CloneFailedException - Exception in org.spf4j.base
 
CloneFailedException() - Constructor for exception org.spf4j.base.CloneFailedException
 
CloneFailedException(String) - Constructor for exception org.spf4j.base.CloneFailedException
 
CloneFailedException(String, Throwable) - Constructor for exception org.spf4j.base.CloneFailedException
 
CloneFailedException(Throwable) - Constructor for exception org.spf4j.base.CloneFailedException
 
close() - Method in interface org.spf4j.base.ArrayWriter
 
close() - Method in class org.spf4j.base.BasicExecutionContext
Close might be overridable to close any additional stuff added in the extended class.
close() - Method in interface org.spf4j.base.CloseableIterable
 
close() - Method in interface org.spf4j.base.CloseableIterator
 
close() - Method in interface org.spf4j.base.ExecutionContext
 
close() - Method in class org.spf4j.concurrent.FileBasedLock
will release lock if owned, will not nothing if not owned.
close() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
close() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
close() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
close() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
close() - Method in class org.spf4j.concurrent.ThreadLocalBufferedConsumer
 
close() - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
close() - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
close() - Method in class org.spf4j.failsafe.RateLimiter
 
close() - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
close() - Method in class org.spf4j.io.AppendableOutputStream
Close the stream.
close() - Method in class org.spf4j.io.AppendableWriter
 
close() - Method in class org.spf4j.io.BufferedInputStream
 
close() - Method in class org.spf4j.io.BufferedOutputStream
 
close() - Method in class org.spf4j.io.ByteArrayBuilder
Closing a ByteArrayOutputStream will likely recycle the underlying buffer.
close() - Method in class org.spf4j.io.CharArrayBuilder
Closing a ByteArrayOutputStream will likely recycle the underlying buffer, using the builder after close is NOT advised
close() - Method in class org.spf4j.io.DebugInputStream
 
close() - Method in class org.spf4j.io.EmptyReader
 
close() - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
close() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
close() - Method in class org.spf4j.io.NullWriter
 
close() - Method in class org.spf4j.io.PipedOutputStream
 
close(Exception) - Method in class org.spf4j.io.PipedOutputStream
Close this piped output stream, and provide a exception reason.
close() - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
close() - Method in class org.spf4j.io.PushbackReader
 
close() - Method in class org.spf4j.io.ReaderInputStream
 
close() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
close() - Method in class org.spf4j.io.WriterOutputStream
Close the stream.
close() - Method in class org.spf4j.log.SLF4JBridgeHandler
 
close() - Method in interface org.spf4j.perf.CloseableMeasurementRecorder
 
close() - Method in interface org.spf4j.perf.CloseableMeasurementRecorderSource
 
close() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
close() - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
close() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
close() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
close() - Method in class org.spf4j.perf.impl.ms.MultiStore
 
close() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
close() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
close() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
close() - Method in class org.spf4j.perf.impl.NopMeasurementStore
 
close() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
close() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
close() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
close() - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
close() - Method in interface org.spf4j.perf.JmxSupport
 
close() - Method in class org.spf4j.perf.ProcessVitals
 
close() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
close() - Method in interface org.spf4j.recyclable.BlockingDisposable
 
close() - Method in interface org.spf4j.recyclable.Disposable
 
close() - Method in class org.spf4j.recyclable.impl.LeaseImpl
 
close() - Method in class org.spf4j.stackmonitor.ProfiledExecutionContext
 
close() - Method in class org.spf4j.tsdb2.TSDBReader
 
close() - Method in class org.spf4j.tsdb2.TSDBWriter
 
CloseableIterable<T> - Interface in org.spf4j.base
need to extend java.io.Closeable so that jaxrs does not interfere.
CloseableIterator<T> - Interface in org.spf4j.base
need to extend java.io.Closeable so that jaxrs does not interfere.
CloseableMeasurementRecorder - Interface in org.spf4j.perf
 
CloseableMeasurementRecorderSource - Interface in org.spf4j.perf
 
Closeables - Class in org.spf4j.base
 
closeAll(AutoCloseable...) - Static method in class org.spf4j.base.Closeables
 
closeAll(Exception, AutoCloseable...) - Static method in class org.spf4j.base.Closeables
 
closeAll(Closeable...) - Static method in class org.spf4j.base.Closeables
 
closeAll(Exception, Closeable...) - Static method in class org.spf4j.base.Closeables
 
closeAll(Closeable[], int, int) - Static method in class org.spf4j.base.Closeables
 
closeAll(Iterable<? extends AutoCloseable>) - Static method in class org.spf4j.base.Closeables
 
closeAll(Exception, Iterable<? extends AutoCloseable>) - Static method in class org.spf4j.base.Closeables
 
ClosedOutputStream - Class in org.spf4j.io
an OutputStream that will throw an exception is written to.
closeOnShutdown() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
closeSelectorChannels(Selector) - Static method in class org.spf4j.base.Closeables
 
closeSelectorChannels(IOException, Selector) - Static method in class org.spf4j.base.Closeables
 
closestPowerOf2(int) - Static method in class org.spf4j.base.IntMath
 
closestPowerOf2Number(int) - Static method in class org.spf4j.base.IntMath
 
collect(StackTraceElement[]) - Method in interface org.spf4j.stackmonitor.StackCollector
 
collect(StackTraceElement[]) - Method in class org.spf4j.stackmonitor.StackCollectorImpl
 
CollectableThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
 
CollectableThreadLocalRecyclingSupplier(ReferenceType, Supplier<T>) - Constructor for class org.spf4j.recyclable.impl.CollectableThreadLocalRecyclingSupplier
 
CollectionAppender - Class in org.spf4j.io.appenders
 
CollectionAppender() - Constructor for class org.spf4j.io.appenders.CollectionAppender
 
CollectionJsonAppender - Class in org.spf4j.io.appenders.json
 
CollectionJsonAppender() - Constructor for class org.spf4j.io.appenders.json.CollectionJsonAppender
 
combine(ExecutionContext.Tag<T, ?>, T) - Method in interface org.spf4j.base.ExecutionContext
Deprecated.
use accumulate.
commonFrames(List<StackTraceElement>, List<StackTraceElement>) - Static method in class org.spf4j.base.avro.AThrowables
 
commonFrames(StackTraceElement[], StackTraceElement[]) - Static method in class org.spf4j.base.Throwables
 
commonPrefix(CharSequence...) - Static method in class org.spf4j.base.Strings
 
COMPACT_TS_FORMAT - Static variable in class org.spf4j.base.DateTimeFormats
 
ComparableHolder(T) - Constructor for class org.spf4j.base.MutableHolder.ComparableHolder
 
ComparableHolder() - Constructor for class org.spf4j.base.MutableHolder.ComparableHolder
 
ComparablePair<A extends Comparable & Serializable,B extends Comparable & Serializable> - Class in org.spf4j.base
 
ComparablePair(A, B) - Constructor for class org.spf4j.base.ComparablePair
 
Comparables - Class in org.spf4j.base
 
comparator() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
COMPARATOR - Static variable in class org.spf4j.io.tcp.DeadlineAction
 
compare(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
compare(CharSequence, int, CharSequence, int) - Static method in class org.spf4j.base.CharSequences
 
compare(CharSequence, int, int, CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
compare 2 CharSequence fragments.
compare(T, T) - Static method in class org.spf4j.base.Comparables
 
compareArrays(T[], T[]) - Static method in class org.spf4j.base.Comparables
 
compareArrays(T[], T[], int, int) - Static method in class org.spf4j.base.Comparables
 
compareByTimestamp(Slf4jLogRecord, Slf4jLogRecord) - Static method in interface org.spf4j.log.Slf4jLogRecord
 
compareTo(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
Deprecated.
use compare.
compareTo(ComparablePair<A, B>) - Method in class org.spf4j.base.ComparablePair
 
compareTo(MutableHolder.ComparableHolder<T>) - Method in class org.spf4j.base.MutableHolder.ComparableHolder
 
compareTo(CharSequence, CharSequence) - Static method in class org.spf4j.base.Strings
Deprecated.
use CharSequences.compare
compareTo(Version) - Method in class org.spf4j.base.Version
 
compareTo(UpdateablePriorityQueue<E>.ElementRef) - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
compareTo(ExportedOperation) - Method in interface org.spf4j.jmx.ExportedOperation
 
compareTo(Quanta) - Method in class org.spf4j.perf.impl.Quanta
 
completeAsync(Supplier<? extends T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
JDK 11.
completeAsync(Supplier<? extends T>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
JDK 11.
completedFuture(U) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
completedFuture(ExecutionContext, long, U) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
CompoundPermitSupplier - Class in org.spf4j.concurrent
allows to combine various resource limiters/semahores
CompoundPermitSupplier(PermitSupplier...) - Constructor for class org.spf4j.concurrent.CompoundPermitSupplier
 
CompoundSemaphore - Class in org.spf4j.concurrent
allows to combine various resource limiters/semahores
CompoundSemaphore(Semaphore...) - Constructor for class org.spf4j.concurrent.CompoundSemaphore
 
Compress - Class in org.spf4j.io.compress
 
compute(ExecutionContext.Tag<V, A>, BiFunction<ExecutionContext.Tag<V, A>, V, V>) - Method in class org.spf4j.base.BasicExecutionContext
 
compute(ExecutionContext.Tag<V, A>, BiFunction<ExecutionContext.Tag<V, A>, V, V>) - Method in interface org.spf4j.base.ExecutionContext
Compute context associated data.
computeDeadline(long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
computeDeadline(ExecutionContext, TimeUnit, long) - Static method in class org.spf4j.base.ExecutionContexts
Deprecated.
use variant where the value and unit are it the natural order.
computeDeadline(ExecutionContext, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
computeDeadline(long, ExecutionContext, TimeUnit, long) - Static method in class org.spf4j.base.ExecutionContexts
 
computeMaxSize(int) - Method in class org.spf4j.stackmonitor.THash
Computes the values of maxSize.
computeTimeout(long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
computeTimeoutDeadline(ExecutionContext, TimeUnit, long) - Static method in class org.spf4j.base.ExecutionContexts
Compute the actual timeout taking in consideration the context deadline.
concat(T[]...) - Static method in class org.spf4j.base.Arrays
 
concat(byte[]...) - Static method in class org.spf4j.base.Arrays
 
ConcurrentStack<E> - Class in org.spf4j.concurrent
A Treiber stack.
ConcurrentStack() - Constructor for class org.spf4j.concurrent.ConcurrentStack
 
ConditionalConsumer<T> - Interface in org.spf4j.failsafe.concurrent
 
ConfigHeader(Schema, Reader, MediaType) - Constructor for class org.spf4j.avro.Configs.ConfigHeader
 
Configs - Class in org.spf4j.avro
Utilities to read Objects from configuration files enforced via json/yaml files.
Configs.ConfigHeader - Class in org.spf4j.avro
 
ConfigurableAppenderSupplier - Class in org.spf4j.io
 
ConfigurableAppenderSupplier() - Constructor for class org.spf4j.io.ConfigurableAppenderSupplier
 
ConfigurableAppenderSupplier(boolean, Predicate<Class<?>>, ObjectAppender<?>...) - Constructor for class org.spf4j.io.ConfigurableAppenderSupplier
 
constant(V) - Static method in class org.spf4j.base.Callables
 
constant(T) - Static method in interface org.spf4j.failsafe.TimedSupplier
 
contains(String, char...) - Static method in class org.spf4j.base.Strings
Deprecated.
use containsAnyChars instead.
contains(CharSequence, char...) - Static method in class org.spf4j.base.Strings
Deprecated.
use CharSequences.containsAnyChar instead.
contains(Throwable, Predicate<Throwable>) - Static method in class org.spf4j.base.Throwables
checks in the throwable + children (both causal and suppressed) contain a throwable that respects the Predicate.
contains(Throwable, Throwable) - Static method in class org.spf4j.base.Throwables
checks in the throwable + children (both causal and suppressed) contain a throwable that respects the Predicate.
contains(Object) - Method in class org.spf4j.ds.LinkedHashSetEx
 
contains(Object) - Method in class org.spf4j.ds.SimpleStack
 
contains(Object) - Method in class org.spf4j.ds.SimpleStackNullSupport
can be overwritten to optimize.
contains(E) - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
contains(Marker) - Method in class org.spf4j.log.LogAttribute
 
contains(String) - Method in class org.spf4j.log.LogAttribute
 
contains(Object) - Method in class org.spf4j.stackmonitor.TObjectHash
Searches the set for obj
containsAll(Collection<?>) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
containsAnyChar(CharSequence, char...) - Static method in class org.spf4j.base.CharSequences
 
containsAnyChar(CharSequence, int, int, char...) - Static method in class org.spf4j.base.CharSequences
 
containsAnyChars(String, char...) - Static method in class org.spf4j.base.Strings
 
containsElement(Map.Entry<K, V>) - Method in class org.spf4j.stackmonitor.THashMap.EntryView
 
containsElement(K) - Method in class org.spf4j.stackmonitor.THashMap.KeyView
 
containsElement(V) - Method in class org.spf4j.stackmonitor.THashMap.ValueView
 
containsIgnoreCase(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
containsKey(Object) - Method in class org.spf4j.stackmonitor.THashMap
checks for the present of key in the keys of the map.
containsNonRecoverable(Throwable) - Static method in class org.spf4j.base.Throwables
Does this Throwable contain a JVM non-recoverable exception.
containsValue(Object) - Method in class org.spf4j.stackmonitor.THashMap
checks for the presence of val in the values of the map.
ContextPropagatingCompletableFuture<T> - Class in org.spf4j.concurrent
A Completable future that will wrap all Functions to properly propagate ExecutionContext.
ContextPropagatingCompletableFuture(ExecutionContext, long) - Constructor for class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
ContextPropagatingExecutorService - Class in org.spf4j.concurrent
 
ContextPropagatingExecutorService(ExecutorService) - Constructor for class org.spf4j.concurrent.ContextPropagatingExecutorService
 
ContextPropagatingScheduledExecutorService - Class in org.spf4j.concurrent
A Execution context propagating Scheduled executor.
ContextPropagatingScheduledExecutorService(ScheduledExecutorService) - Constructor for class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
ContextPropagator - Interface in org.spf4j.concurrent
 
contexts - Variable in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
ContextValue<T> - Class in org.spf4j.base
 
ContextValue(ExecutionContext, T) - Constructor for class org.spf4j.base.ContextValue
 
convert(StackTraceElement) - Static method in class org.spf4j.base.avro.Converters
 
convert(StackTraceElement[]) - Static method in class org.spf4j.base.avro.Converters
 
convert(Throwable[], Set<Throwable>) - Static method in class org.spf4j.base.avro.Converters
 
convert(Throwable) - Static method in class org.spf4j.base.avro.Converters
 
convert(Throwable, Set<Throwable>) - Static method in class org.spf4j.base.avro.Converters
 
convert(String, Throwable) - Static method in class org.spf4j.base.avro.Converters
 
convert(String, String, List<Slf4jLogRecord>) - Static method in class org.spf4j.base.avro.Converters
 
convert(Method, StackSamples, int, int, Consumer<StackSampleElement>) - Static method in class org.spf4j.base.avro.Converters
 
convert(StackSamples) - Static method in class org.spf4j.base.avro.Converters
 
convert(MXBeanMapping) - Static method in class org.spf4j.jmx.mappers.MXBeanMappings
 
convert(JMXBeanMapping) - Static method in class org.spf4j.jmx.mappers.MXBeanMappings
 
convert(Iterator<StackSampleElement>) - Static method in class org.spf4j.ssdump2.Converter
 
Converter - Class in org.spf4j.ssdump2
 
Converters - Class in org.spf4j.base.avro
 
copy() - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
copy(InputStream, OutputStream) - Static method in class org.spf4j.io.Streams
see copy(final InputStream is, final OutputStream os, final int buffSize) for detail.
copy(InputStream, OutputStream, int) - Static method in class org.spf4j.io.Streams
Equivalent to guava ByteStreams.copy, with one special behavior: if is has no bytes immediately available for read, the os is flushed prior to the next read that will probably block.
copy(InputStream, OutputStream, int, long) - Static method in class org.spf4j.io.Streams
 
copyFileAtomic(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Copy file atomic.
CoreTextMediaType - Enum in org.spf4j.base
 
CountAccumulator - Class in org.spf4j.perf.impl.acc
 
CountAccumulator(Object, String, String) - Constructor for class org.spf4j.perf.impl.acc.CountAccumulator
 
countIgnoreCase(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
CountingInputStream - Class in org.spf4j.io
An InputStream that counts the number of bytes read.
CountingInputStream(InputStream, long) - Constructor for class org.spf4j.io.CountingInputStream
Wraps another input stream, counting the number of bytes read.
CountingInputStream(InputStream) - Constructor for class org.spf4j.io.CountingInputStream
 
CpuUsageSampler - Class in org.spf4j.perf.cpu
 
create(T) - Method in enum org.spf4j.base.ReferenceType
 
create(RetryPolicy) - Static method in class org.spf4j.failsafe.RetryPolicies
 
create(RetryPolicy, ResultMatchers.Supplier) - Static method in class org.spf4j.failsafe.RetryPolicies
Create a retry policy with a custom result MatcherSupplier.
create(String) - Method in interface org.spf4j.perf.impl.ms.StoreFactory
 
create() - Method in class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
create() - Method in class org.spf4j.recyclable.impl.ObjectHolderFactory
 
create() - Method in interface org.spf4j.recyclable.RecyclingSupplier.Factory
create the object.
create(int) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier.Factory
 
createBuilder(RetryPolicy, ResultMatchers.Supplier) - Static method in class org.spf4j.failsafe.RetryPolicies
 
createClone() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
createClone() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
createClone() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
createClone() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
createClone() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
createClone() - Method in interface org.spf4j.perf.MeasurementAccumulator
 
createDetached(String, ExecutionContext, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
createDetached(String, ExecutionContext, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
createDetached(String, ExecutionContext, ExecutionContext.Relation, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
createDetached(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
createDirectGraphiteTcpRecorder(Object, String, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectGraphiteUdpRecorder(Object, String, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String, String[], String[]) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String, String[], String[], MeasurementType) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String, MeasurementType) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorder(Object, String, int, MeasurementType) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createDirectRecorderSource(Object, String) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createFakeGCSamples(long, long, long) - Static method in class org.spf4j.stackmonitor.GCFakeStackUtil
 
createField(String, Schema, String, Object, boolean, boolean, Schema.Field.Order) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
createField(String, Schema, String, Object, boolean, boolean, Schema.Field.Order) - Static method in class org.spf4j.avro.AvroCompatUtils
 
createField(String, Schema, String, Object, boolean, boolean, Schema.Field.Order) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
createField(String, Schema, String, Object, boolean, boolean, Schema.Field.Order) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
createLabeledSsdump2FileName(String, String) - Static method in class org.spf4j.ssdump2.Converter
 
createLike(Object) - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
createLike(Object) - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
createLike(Object) - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
createLike(Object) - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
createLike(Object) - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
createLike(Object) - Method in interface org.spf4j.perf.MeasurementAccumulator
 
createNameBasedFilter(boolean, boolean, Thread[], String[]) - Static method in class org.spf4j.stackmonitor.FastStackCollector
 
createOrUpdateSystemProperty(String, Function<String, String>) - Method in class org.spf4j.unix.JVMArguments
 
createOverflowIfNeeded() - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
createRecordSchema(String, String, String, boolean, List<Schema.Field>, boolean) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
createRecordSchema(String, String, String, boolean, boolean) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
createRecordSchema(String, String, String, boolean, List<Schema.Field>, boolean) - Static method in class org.spf4j.avro.AvroCompatUtils
 
createRecordSchema(String, String, String, boolean, boolean) - Static method in class org.spf4j.avro.AvroCompatUtils
 
createRecordSchema(String, String, String, boolean, List<Schema.Field>, boolean) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
createRecordSchema(String, String, String, boolean, boolean) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
createRecordSchema(String, String, String, boolean, List<Schema.Field>, boolean) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
createRecordSchema(String, String, String, boolean, boolean) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
createSampleNode(StackTraceElement...) - Static method in class org.spf4j.stackmonitor.SampleNode
 
createScalableCountingRecorder(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
This will accumulate a sum of all the recorded numbers + the number fo record method invocations.
createScalableCountingRecorderSource(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableCountingRecorderSource2(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableMinMaxAvgRecorder(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableMinMaxAvgRecorder2(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableMinMaxAvgRecorderSource(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableQuantizedRecorder(Object, String, int, int, int, int, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
Create a Quantized Measurement recorder.
createScalableQuantizedRecorder2(Object, String, int, int, int, int, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableQuantizedRecorderSource(Object, String, int, int, int, int, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableQuantizedRecorderSource2(Object, String, int, int, int, int, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableSimpleCountingRecorder(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
This will accumulate a sum of all the recorded numbers
createScalableSimpleCountingRecorderSource(Object, String, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createScalableSimpleCountingRecorderSource(Object, String, int) - Static method in class org.spf4j.perf.impl.RecorderFactory
 
createSchema(TableDef) - Static method in class org.spf4j.tsdb2.TableDefs
 
createUtf8Decoder() - Static method in class org.spf4j.base.Strings
 
createUtf8Encoder() - Static method in class org.spf4j.base.Strings
 
Csv - Class in org.spf4j.io
Supports CSV format as described at: https://en.wikipedia.org/wiki/Comma-separated_values.
CSV - Static variable in class org.spf4j.io.Csv
 
Csv.CsvHandler<T> - Interface in org.spf4j.io
 
Csv.CsvMapHandler<T> - Interface in org.spf4j.io
 
Csv.CsvRowHandler<T> - Interface in org.spf4j.io
 
CsvHandler<T> - Interface in org.spf4j.io.csv
 
CsvMapHandler<T> - Interface in org.spf4j.io.csv
 
CsvParseException - Exception in org.spf4j.io.csv
 
CsvParseException() - Constructor for exception org.spf4j.io.csv.CsvParseException
 
CsvParseException(String) - Constructor for exception org.spf4j.io.csv.CsvParseException
 
CsvParseException(String, Throwable) - Constructor for exception org.spf4j.io.csv.CsvParseException
 
CsvParseException(Throwable) - Constructor for exception org.spf4j.io.csv.CsvParseException
 
CsvReader - Interface in org.spf4j.io.csv
Char separated value file Reader.
CsvReader.TokenType - Enum in org.spf4j.io.csv
 
CsvReader2Iterator - Class in org.spf4j.io.csv
 
CsvReader2Iterator(CsvReader) - Constructor for class org.spf4j.io.csv.CsvReader2Iterator
 
CsvRowHandler<T> - Interface in org.spf4j.io.csv
 
CsvRuntimeException - Exception in org.spf4j.io.csv
 
CsvRuntimeException() - Constructor for exception org.spf4j.io.csv.CsvRuntimeException
 
CsvRuntimeException(String) - Constructor for exception org.spf4j.io.csv.CsvRuntimeException
 
CsvRuntimeException(String, Throwable) - Constructor for exception org.spf4j.io.csv.CsvRuntimeException
 
CsvRuntimeException(Throwable) - Constructor for exception org.spf4j.io.csv.CsvRuntimeException
 
CsvWriter - Interface in org.spf4j.io.csv
 
current() - Static method in class org.spf4j.base.ExecutionContexts
 
current() - Method in interface org.spf4j.io.csv.CsvReader
 
current() - Static method in class org.spf4j.unix.JVMArguments
Gets the process argument list of the current process.
currentLineNumber() - Method in interface org.spf4j.io.csv.CsvReader
Current CSV line number.
customRead(Function<String, JsonNode>) - Method in interface org.spf4j.avro.SchemaResolver
Lowere level resolver implementation that will read a schema from a "custom way"
CustomThreadFactory - Class in org.spf4j.concurrent
The default thread factory
CustomThreadFactory(String, boolean) - Constructor for class org.spf4j.concurrent.CustomThreadFactory
 
CustomThreadFactory(String, boolean, int) - Constructor for class org.spf4j.concurrent.CustomThreadFactory
 
customWrite(Schema, JsonGenerator) - Method in interface org.spf4j.avro.SchemaResolver
Lower level resolver implementation, that will write a schema in a "custom way"

D

DataSourceEx - Interface in org.spf4j.jdbc
 
DateAppender - Class in org.spf4j.io.appenders
 
DateAppender() - Constructor for class org.spf4j.io.appenders.DateAppender
 
DateTimeFormats - Class in org.spf4j.base
 
DbType - Enum in org.spf4j.jdbc
 
DeadlineAction - Class in org.spf4j.io.tcp
 
DeadlineAction(long, Runnable) - Constructor for class org.spf4j.io.tcp.DeadlineAction
 
deadlinedPropagatingCallable(Callable<T>, ExecutionContext, long) - Static method in class org.spf4j.base.ExecutionContexts
 
deadlinedPropagatingCallables(Collection<? extends Callable<T>>, ExecutionContext, long) - Static method in class org.spf4j.base.ExecutionContexts
 
debug(String) - Method in class org.spf4j.log.ExecContextLogger
 
debug(String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
debug(String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
debug(String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
debug(String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
debug(Marker, String) - Method in class org.spf4j.log.ExecContextLogger
 
debug(Marker, String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
debug(Marker, String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
debug(Marker, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
debug(Marker, String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
DebugInputStream - Class in org.spf4j.io
 
DebugInputStream(InputStream, File) - Constructor for class org.spf4j.io.DebugInputStream
 
decode(CharsetDecoder, byte[], int, int) - Static method in class org.spf4j.base.Strings
 
decodeBase64(CharSequence) - Static method in class org.spf4j.base.Base64
 
decodeBase64(String) - Static method in class org.spf4j.base.Base64
 
decodeBase64(String, int, int) - Static method in class org.spf4j.base.Base64
 
decodeBase64(CharSequence, int, int) - Static method in class org.spf4j.base.Base64
 
decodeBase64(char[], int, int) - Static method in class org.spf4j.base.Base64
 
decodeBase64V2(String, int, int) - Static method in class org.spf4j.base.Base64
 
decodeBase64V2(CharSequence, int, int) - Static method in class org.spf4j.base.Base64
 
decodeInto(CharSequence, int, int, byte[], int) - Static method in class org.spf4j.base.Base64
 
decodeInto2(CharSequence, int, int, byte[], int) - Static method in class org.spf4j.base.Base64
 
decoderOut - Variable in class org.spf4j.io.AppendableOutputStream
CharBuffer used as output for the decoder.
decrypt(byte[]) - Method in class org.spf4j.security.AesEncryptorDecryptor
 
decrypt(byte[]) - Method in interface org.spf4j.security.EncryptorDecryptor
 
deepEquals(Object[], Object[], int) - Static method in class org.spf4j.base.Arrays
 
deepEquals(Object[], Object[], int, int) - Static method in class org.spf4j.base.Arrays
 
DEFAULT - Static variable in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
DEFAULT - Static variable in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
DEFAULT - Static variable in interface org.spf4j.failsafe.HedgePolicy
 
DEFAULT - Static variable in enum org.spf4j.jdbc.DbType
Default database type to use in all jdbc APIs if a DBtype is not provided.
DEFAULT_CAPACITY - Static variable in class org.spf4j.stackmonitor.THash
the default initial capacity for the hash table.
DEFAULT_EXCEPTION_RETRY - Static variable in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
DEFAULT_EXCEPTION_RETRY_PREDICATE - Static variable in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
DEFAULT_LOAD_FACTOR - Static variable in class org.spf4j.stackmonitor.THash
the load above which rehashing occurs.
DEFAULT_SS_DUMP_FILE_NAME_PREFIX - Static variable in class org.spf4j.stackmonitor.Sampler
 
DEFAULT_SS_DUMP_FOLDER - Static variable in class org.spf4j.stackmonitor.Sampler
 
DEFAULT_TIMEOUT_NANOS - Static variable in class org.spf4j.base.ExecutionContexts
 
DEFAULT_ZONE - Static variable in class org.spf4j.base.DateTimeFormats
 
defaultAsyncRetryExecutor() - Static method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
DefaultContextAwareExecutor - Class in org.spf4j.concurrent
 
DefaultContextAwareScheduledExecutor - Class in org.spf4j.concurrent
 
DefaultExecutor - Class in org.spf4j.concurrent
This executor aims to be a general purpose executor for async tasks.
DefaultFailSafeExecutor - Class in org.spf4j.failsafe.concurrent
a default Retry executor.
defaultPolicy() - Static method in class org.spf4j.failsafe.RetryPolicy
 
DefaultScheduler - Class in org.spf4j.concurrent
 
defaultThreadLocalAttacher() - Static method in class org.spf4j.base.ExecutionContexts
 
delete(float[], float[], T) - Method in class org.spf4j.ds.RTree
Deletes the entry associated with the given rectangle from the RTree
delete(float[], T) - Method in class org.spf4j.ds.RTree
 
DeletingVisitor - Class in org.spf4j.io
 
DeletingVisitor() - Constructor for class org.spf4j.io.DeletingVisitor
 
detach() - Method in class org.spf4j.base.BasicExecutionContext
 
detach() - Method in interface org.spf4j.base.ExecutionContext
Detach this execution context from the current Thread.
detach() - Method in interface org.spf4j.base.ThreadLocalContextAttacher.Attached
Remove context from thread.
detachedChild(String, long, TimeUnit) - Method in interface org.spf4j.base.ExecutionContext
 
detachedChild(String) - Method in interface org.spf4j.base.ExecutionContext
 
DirectRecorderSource - Class in org.spf4j.perf.impl
 
DirectRecorderSource(Object, String, String, int, MeasurementStore) - Constructor for class org.spf4j.perf.impl.DirectRecorderSource
 
DirectRecorderSource(Object, String, String, int, MeasurementStore, MeasurementType) - Constructor for class org.spf4j.perf.impl.DirectRecorderSource
 
DirectStoreAccumulator - Class in org.spf4j.perf.impl.acc
 
DirectStoreAccumulator(Object, String, String, int, MeasurementStore) - Constructor for class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
DirectStoreAccumulator(Object, String, String, int, MeasurementStore, MeasurementType) - Constructor for class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
DirectStoreAccumulator(Object, String, String, int, MeasurementStore, MeasurementType, Aggregation) - Constructor for class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
DirectStoreAccumulator.RecordedValue - Class in org.spf4j.perf.impl.acc
 
DirectStoreMultiAccumulator - Class in org.spf4j.perf.impl.acc
 
DirectStoreMultiAccumulator(MeasurementsInfo, MeasurementStore) - Constructor for class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
Disposable - Interface in org.spf4j.recyclable
 
dispose(Connection) - Method in class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
dispose() - Method in interface org.spf4j.recyclable.BlockingDisposable
 
dispose(long) - Method in interface org.spf4j.recyclable.BlockingDisposable
 
dispose() - Method in interface org.spf4j.recyclable.Disposable
 
dispose(ObjectHolder<T>) - Method in class org.spf4j.recyclable.impl.ObjectHolderFactory
 
dispose(T) - Method in interface org.spf4j.recyclable.RecyclingSupplier.Factory
Dispose the object.
dispose() - Method in class org.spf4j.stackmonitor.Sampler
 
disposeIfNotBorrowed() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
distance(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
function that calculates the number of operations that are needed to transform s1 into s2.
distance(char, char) - Static method in class org.spf4j.base.CharSequences
 
distance(String, String) - Static method in class org.spf4j.base.Strings
Deprecated.
use CharSequences.distance instead.
divide(double[], double[]) - Static method in class org.spf4j.base.Arrays
 
done() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
done() - Method in class org.spf4j.failsafe.concurrent.FutureTask
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
doOnSupplied(HandlerNano<T, R, E>, long, TimeUnit) - Method in class org.spf4j.recyclable.Template
 
doOnSupplied(HandlerNano<T, R, E>, long, TimeUnit, RecyclingSupplier<T>, RetryPolicy<R, Callable<? extends R>>, Class<E>) - Static method in class org.spf4j.recyclable.Template
 
doRun() - Method in class org.spf4j.base.AbstractRunnable
 
doRun() - Method in class org.spf4j.base.CheckedRunnable
 
doRun() - Method in class org.spf4j.base.TimeoutRunnable
Deprecated.
 
doRun(long) - Method in class org.spf4j.base.TimeoutRunnable
Deprecated.
 
DT_FORMAT - Static variable in class org.spf4j.base.DateTimeFormats
 
dumpExtraInfo(Object, Object, int, int, Object[]) - Method in class org.spf4j.stackmonitor.TObjectHash
 
dumpHeap(String, boolean) - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
dumpTo(Appendable) - Static method in class org.spf4j.base.Threads
 
dumpToFile() - Method in class org.spf4j.stackmonitor.Sampler
 
dumpToFile(String) - Method in class org.spf4j.stackmonitor.Sampler
Dumps the sampled stacks to file.
dumpToFile(File, String) - Method in class org.spf4j.stackmonitor.Sampler
Dump collected samples to disk.
dumpToPrintStream(PrintStream) - Static method in class org.spf4j.base.Threads
 
dumpToPrintStream(PrintStream) - Static method in class org.spf4j.stackmonitor.FastStackCollector
Deprecated.
use Threads.dumpToPrintStream
DynamicMBeanBuilder - Class in org.spf4j.jmx
A JMX managed bean Builder.
DynamicMBeanBuilder() - Constructor for class org.spf4j.jmx.DynamicMBeanBuilder
 

E

EACCES - Static variable in class org.spf4j.unix.UnixConstants
 
EAGAIN - Static variable in class org.spf4j.unix.UnixConstants
 
EEXIST - Static variable in class org.spf4j.unix.UnixConstants
 
EINVAL - Static variable in class org.spf4j.unix.UnixConstants
 
EISDIR - Static variable in class org.spf4j.unix.UnixConstants
 
Either<A,B> - Class in org.spf4j.base
 
Either.Left<A,B> - Class in org.spf4j.base
 
Either.Right<A,B> - Class in org.spf4j.base
 
element(CharSequence) - Method in interface org.spf4j.io.csv.CsvHandler
 
element(CharSequence) - Method in interface org.spf4j.io.csv.CsvRowHandler
 
ElementAppendable - Interface in org.spf4j.io.csv
 
elementMutated() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
ELOOP - Static variable in class org.spf4j.unix.UnixConstants
 
EMPTY - Static variable in class org.spf4j.base.NullAbleOptional
 
empty() - Static method in class org.spf4j.base.NullAbleOptional
 
EMPTY - Static variable in interface org.spf4j.concurrent.PermitSupplier
 
EMPTY_ANNOT_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_ARRAY - Static variable in class org.spf4j.base.Threads
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_BYTE_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_CHAR_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_CLASS_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_INT_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_LONG_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_OBJ_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EMPTY_STACK_TRACE - Static variable in class org.spf4j.stackmonitor.StackTrace
 
EMPTY_STRING_ARRAY - Static variable in class org.spf4j.base.Arrays
 
EmptyInputStream - Class in org.spf4j.io
 
EmptyReader - Class in org.spf4j.io
 
enableJmx() - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
encode(int) - Static method in class org.spf4j.base.Base64
 
encode(CharsetEncoder, char[], int, int) - Static method in class org.spf4j.base.Strings
 
encode(CharsetEncoder, char[], int, int, byte[]) - Static method in class org.spf4j.base.Strings
 
encodeBase64(byte[]) - Static method in class org.spf4j.base.Base64
 
encodeBase64(byte[], int, int) - Static method in class org.spf4j.base.Base64
 
encodeBase64(byte[], int, int, Appendable) - Static method in class org.spf4j.base.Base64
 
encodeBase64(byte[], int, int, char[], int) - Static method in class org.spf4j.base.Base64
Encodes a byte array into a char array by doing base64 encoding.
encodeBase64(byte[], int, int, byte[], int) - Static method in class org.spf4j.base.Base64
Encodes a byte array into another byte array by first doing base64 encoding then encoding the result in ASCII.
encodeBase64V2(byte[], int, int) - Static method in class org.spf4j.base.Base64
Alternate implementation, should be better for large data.
encodeByte(int) - Static method in class org.spf4j.base.Base64
 
encrypt(byte[]) - Method in class org.spf4j.security.AesEncryptorDecryptor
 
encrypt(byte[]) - Method in interface org.spf4j.security.EncryptorDecryptor
 
EncryptedBytes - Class in org.spf4j.security
 
EncryptedBytes(byte[]) - Constructor for class org.spf4j.security.EncryptedBytes
 
EncryptedString - Class in org.spf4j.security
A string implementation where the content is encrypted with a random key.
EncryptedString(char[]) - Constructor for class org.spf4j.security.EncryptedString
 
EncryptorDecryptor - Interface in org.spf4j.security
 
endRow() - Method in interface org.spf4j.io.csv.CsvHandler
 
endsWith(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
endsWith(CharSequence, CharSequence) - Static method in class org.spf4j.base.Strings
Deprecated.
ENODATA - Static variable in class org.spf4j.unix.UnixConstants
 
ENOENT - Static variable in class org.spf4j.unix.UnixConstants
 
ENOSPC - Static variable in class org.spf4j.unix.UnixConstants
 
ENOSYS - Static variable in class org.spf4j.unix.UnixConstants
 
ENOTDIR - Static variable in class org.spf4j.unix.UnixConstants
 
ENOTEMPTY - Static variable in class org.spf4j.unix.UnixConstants
 
ensureCapacity(int) - Method in class org.spf4j.stackmonitor.THash
Ensure that this hashtable has sufficient capacity to hold desiredCapacity additional elements without requiring a rehash.
entrySet() - Method in class org.spf4j.stackmonitor.THashMap
Returns a Set view on the entries of the map.
EntryView() - Constructor for class org.spf4j.stackmonitor.THashMap.EntryView
 
Env - Class in org.spf4j.base
 
env(String) - Static method in interface org.spf4j.security.AbacSecurityContext
 
ENVIRONMENT - Static variable in interface org.spf4j.security.AbacSecurityContext
 
eof() - Method in interface org.spf4j.io.csv.CsvHandler
 
eof() - Method in interface org.spf4j.io.csv.CsvMapHandler
 
eof() - Method in interface org.spf4j.io.csv.CsvRowHandler
 
EOL - Static variable in class org.spf4j.base.Strings
 
equals(byte[], byte[], int, int, int) - Static method in class org.spf4j.base.Arrays
 
equals(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
equals(Object) - Method in class org.spf4j.base.Either
 
equals(Object) - Method in class org.spf4j.base.MutableHolder
 
equals(Object) - Method in class org.spf4j.base.MutableInteger
 
equals(Object) - Method in class org.spf4j.base.Pair
 
equals(CharSequence, CharSequence) - Static method in class org.spf4j.base.Strings
Deprecated.
equals(Object) - Method in class org.spf4j.base.TimeoutDeadline
 
equals(Object) - Method in class org.spf4j.base.Version
 
equals(Object) - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
equals(Object) - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
equals(Object, Object) - Method in class org.spf4j.ds.IdentityHashSet
 
equals(Object) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
equals(Object) - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
equals(Object) - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
equals(Object) - Method in class org.spf4j.perf.impl.Quanta
 
equals(Object) - Method in class org.spf4j.security.EncryptedBytes
 
equals(Object) - Method in class org.spf4j.security.EncryptedString
 
equals(Object, Object) - Method in class org.spf4j.stackmonitor.MethodMap
equals is used for both keys and values.
equals(Object) - Method in class org.spf4j.stackmonitor.SampleNode
 
equals(Object) - Method in class org.spf4j.stackmonitor.StackTrace
 
equals(Object) - Method in class org.spf4j.stackmonitor.THashMap
Compares this map with another map for equality of their stored entries.
equals(Object, Object) - Method in class org.spf4j.stackmonitor.TObjectHash
 
equals(Object) - Method in class org.spf4j.text.MessageFormat
Equality comparison between two message format objects
equals(Object) - Method in class org.spf4j.unix.JVMArguments
 
equalsNullables(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
EqualsPredicate<T> - Class in org.spf4j.base
 
EqualsPredicate(T) - Constructor for class org.spf4j.base.EqualsPredicate
 
ERANGE - Static variable in class org.spf4j.unix.UnixConstants
 
EROFS - Static variable in class org.spf4j.unix.UnixConstants
 
errno() - Method in exception org.spf4j.unix.UnixException
 
errno() - Method in exception org.spf4j.unix.UnixRuntimeException
 
error(String) - Static method in class org.spf4j.base.Runtime
 
error(String, Throwable) - Static method in class org.spf4j.base.Runtime
 
error(String) - Method in class org.spf4j.log.ExecContextLogger
 
error(String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
error(String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
error(String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
error(String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
error(Marker, String) - Method in class org.spf4j.log.ExecContextLogger
 
error(Marker, String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
error(Marker, String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
error(Marker, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
error(Marker, String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
ERROR_EXIT_CODE - Static variable in class org.spf4j.base.AbstractRunnable
Deprecated.
errorNoPackageDetail(String, Throwable) - Static method in class org.spf4j.base.PackageInfo
 
errorNoPackageDetail(String, Throwable) - Static method in class org.spf4j.base.Runtime
 
errorString() - Method in exception org.spf4j.unix.UnixException
 
errorString() - Method in exception org.spf4j.unix.UnixRuntimeException
 
escapeJsonString(CharSequence, StringBuilder) - Static method in class org.spf4j.base.AppendableUtils
Utility method to escape java strings to json strings.
escapeJsonString(CharSequence, Appendable) - Static method in class org.spf4j.base.AppendableUtils
 
escapeJsonString(String, StringBuilder) - Static method in class org.spf4j.base.Strings
Deprecated.
escapeJsonString(String, Appendable) - Static method in class org.spf4j.base.Strings
Deprecated.
EscapeJsonStringAppendableWrapper - Class in org.spf4j.base
 
EscapeJsonStringAppendableWrapper(Appendable) - Constructor for class org.spf4j.base.EscapeJsonStringAppendableWrapper
 
ESupplier<T,E extends Throwable> - Interface in org.spf4j.base
 
exceptionally(Function<Throwable, ? extends T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
EXDEV - Static variable in class org.spf4j.unix.UnixConstants
 
ExecContextLogger - Class in org.spf4j.log
A Execution context aware logger.
ExecContextLogger(Logger) - Constructor for class org.spf4j.log.ExecContextLogger
 
ExecContextLogger(XLog) - Constructor for class org.spf4j.log.ExecContextLogger
 
execTimeMicros(long, TimeUnit) - Static method in class org.spf4j.log.LogAttribute
 
execute(Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
execute(Runnable) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
execute(W) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
execute(W, long, long) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
execute(W, long, TimeUnit) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
execute(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
execute(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>) - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
execute(Runnable) - Method in class org.spf4j.failsafe.LimitingExecutor
 
execute(C) - Method in class org.spf4j.failsafe.LimitingExecutor
 
executeWithRetry(Callables.TimeoutCallable<T, EX>, int, int, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, RuntimeException>, int, int) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, EX>, int, int, Callables.AdvancedRetryPredicate<Exception>, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, RuntimeException>, int, int, Callables.AdvancedRetryPredicate<Exception>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, EX>, int, int, Callables.TimeoutRetryPredicate<? super T, T>, Callables.AdvancedRetryPredicate<Exception>, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, EX>, Callables.TimeoutRetryPredicate<? super T, T>, Callables.TimeoutRetryPredicate<Exception, T>, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.TimeoutCallable<T, EX>, Callables.TimeoutRetryPredicate<Exception, T>, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(Callables.CheckedCallable<T, EX>, Callables.RetryPredicate<? super T, T>, Callables.RetryPredicate<Exception, T>, Class<EX>) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
executeWithRetry(CallablesNano.NanoTimeoutCallable<T, EX>, int, long, Class<EX>) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
 
executeWithRetry(CallablesNano.NanoTimeoutCallable<T, EX>, int, long, Callables.AdvancedRetryPredicate<Exception>, Class<EX>) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
 
executeWithRetry(CallablesNano.NanoTimeoutCallable<T, EX>, int, long, CallablesNano.TimeoutNanoRetryPredicate<? super T, T>, Callables.AdvancedRetryPredicate<Exception>, Class<EX>) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
After the immediate retries are done, delayed retry with randomized Fibonacci values up to the specified max is executed.
executeWithRetry(CallablesNano.NanoTimeoutCallable<T, EX>, CallablesNano.TimeoutNanoRetryPredicate<T, T>, CallablesNano.TimeoutNanoRetryPredicate<Exception, T>, Class<EX>) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
 
executeWithRetry(CallablesNano.NanoTimeoutCallable<T, EX>, CallablesNano.TimeoutNanoRetryPredicate<Exception, T>, Class<EX>) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
 
ExecutionContext - Interface in org.spf4j.base
Execution context information encapsulated a place to store execution related information: deadline/timeout context logs/overrides tagged attachments (profiling info, etc..)
ExecutionContext.Relation - Enum in org.spf4j.base
 
ExecutionContext.SimpleTag<T> - Interface in org.spf4j.base
 
ExecutionContext.Tag<T,A> - Interface in org.spf4j.base
 
ExecutionContextFactory<T extends ExecutionContext> - Interface in org.spf4j.base
 
ExecutionContexts - Class in org.spf4j.base
 
executor() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
execv(String, StringArray) - Method in interface org.spf4j.unix.CLibrary
 
execvp(String, StringArray) - Method in interface org.spf4j.unix.CLibrary
 
exHandle(Object, Appendable, Throwable) - Static method in class org.spf4j.base.Slf4jMessageFormatter
 
exitCode() - Method in enum org.spf4j.base.SysExits
 
ExitException - Exception in org.spf4j.base
 
ExitException(int) - Constructor for exception org.spf4j.base.ExitException
 
export(Object) - Static method in class org.spf4j.jmx.Registry
 
export(Class<?>) - Static method in class org.spf4j.jmx.Registry
 
export(String, String, Object...) - Static method in class org.spf4j.jmx.Registry
 
export(String, String, Properties, Object...) - Static method in class org.spf4j.jmx.Registry
Deprecated.
use DynamicMBeanBuilder instead.
export(String, String, Map<String, Object>, Object...) - Static method in class org.spf4j.jmx.Registry
Deprecated.
use BynamicMBeanBuilder instead.
ExportedOperation - Interface in org.spf4j.jmx
 
ExportedValue<T> - Interface in org.spf4j.jmx
 
exportIfNeeded(String, String, Object...) - Static method in class org.spf4j.jmx.Registry
 
exportJmx() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
exportJmx() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
extend(ExportedValuesMBean) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
Create a dynamic bean with extends the toExtend mbean with the attributes and operations from thsi builder.
extend(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
extend existing Mbean registered with provided packageName and mbeanName
extractPosixPermissions(FileAttribute<?>[]) - Static method in class org.spf4j.concurrent.FileBasedLock
 

F

F_GETFD - Static variable in interface org.spf4j.unix.CLibrary
 
F_OK - Static variable in class org.spf4j.unix.UnixConstants
 
F_SETFD - Static variable in interface org.spf4j.unix.CLibrary
 
FACTORY - Static variable in class org.spf4j.avro.zfork.Yaml
 
FACTORY - Static variable in class org.spf4j.base.Json
 
failed(long) - Static method in interface org.spf4j.concurrent.PermitSupplier.Acquisition
 
FailSafeExecutor - Interface in org.spf4j.failsafe.concurrent
 
FailSafeExecutorImpl - Class in org.spf4j.failsafe.concurrent
Executor that will call Callables with retry.
FailSafeExecutorImpl(ExecutorService) - Constructor for class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
failureCause() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
FastStackCollector - Class in org.spf4j.stackmonitor
This is a high performance sampling collector.
FastStackCollector(boolean, String...) - Constructor for class org.spf4j.stackmonitor.FastStackCollector
 
FastStackCollector(boolean, boolean, String...) - Constructor for class org.spf4j.stackmonitor.FastStackCollector
 
FastStackCollector(boolean, boolean, Thread[], String...) - Constructor for class org.spf4j.stackmonitor.FastStackCollector
 
FastStackCollector(Predicate<Thread>, int) - Constructor for class org.spf4j.stackmonitor.FastStackCollector
 
FastStackCollector.ThreadNamesPredicate - Class in org.spf4j.stackmonitor
 
fclose(CLibrary.FILE) - Method in interface org.spf4j.unix.CLibrary
 
fcntl(int, int) - Method in interface org.spf4j.unix.CLibrary
 
fcntl(int, int, int) - Method in interface org.spf4j.unix.CLibrary
 
FD_CLOEXEC - Static variable in interface org.spf4j.unix.CLibrary
 
FibonacciBackoffRetryPredicate(Callables.AdvancedRetryPredicate<T>, int, long, long, Function<T, ?>, long, LongSupplier, TimeUnit) - Constructor for class org.spf4j.base.Callables.FibonacciBackoffRetryPredicate
Deprecated.
 
FibonacciRetryDelaySupplier - Class in org.spf4j.failsafe
 
FibonacciRetryDelaySupplier(int, long, long) - Constructor for class org.spf4j.failsafe.FibonacciRetryDelaySupplier
 
FILE() - Constructor for class org.spf4j.unix.CLibrary.FILE
 
FILE(Pointer) - Constructor for class org.spf4j.unix.CLibrary.FILE
 
FILE_RECORD_SCHEMA - Static variable in class org.spf4j.tsdb2.TSDBWriter
 
FileBasedLock - Class in org.spf4j.concurrent
File based Lock implementation, that can be used as IPC method.
fill(byte[], int, int, byte) - Static method in class org.spf4j.base.Arrays
implementation which significantly faster for large arrays (> 500).
fill(T[], int, int, T) - Static method in class org.spf4j.base.Arrays
implementation which is significantly faster for large arrays (> 500).
fill(char[], int, int, char) - Static method in class org.spf4j.base.Arrays
 
fill(int[], int, int, int) - Static method in class org.spf4j.base.Arrays
 
fill(long[], int, int, long) - Static method in class org.spf4j.base.Arrays
 
fill(double[], int, int, double) - Static method in class org.spf4j.base.Arrays
 
fillInStackTrace() - Method in exception org.spf4j.base.avro.RemoteException
Override to make up the remote stack trace.
fillInStackTrace() - Method in class org.spf4j.base.SuppressedThrowable
 
fillInStackTrace() - Method in exception org.spf4j.base.Throwables.TrimmedException
 
filteredBy(Predicate<Method>) - Method in class org.spf4j.stackmonitor.SampleNode
creates a copy filtered by predicate.
filtering(Predicate<? super T>, Collector<? super T, A, R>) - Static method in class org.spf4j.base.XCollectors
THis is a backport from JDK9.
finalize() - Method in class org.spf4j.concurrent.FileBasedLock
 
finalize() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
first - Variable in class org.spf4j.base.Pair
 
first(Throwable, Class<T>) - Static method in class org.spf4j.base.Throwables
return first Exception in the causal chain Assignable to clasz.
first(Throwable, Predicate<Throwable>) - Static method in class org.spf4j.base.Throwables
Returns the first Throwable that matches the predicate in the causal and suppressed chain, the suppressed chain includes the supression mechanism included in SQLException.
firstCause(Throwable, Predicate<Throwable>) - Static method in class org.spf4j.base.Throwables
Returns first Throwable in the causality chain that is matching the provided predicate.
flush() - Method in interface org.spf4j.base.ArrayWriter
 
flush() - Method in class org.spf4j.concurrent.ThreadLocalBufferedConsumer
 
flush() - Method in class org.spf4j.io.AppendableOutputStream
Flush the stream.
flush() - Method in class org.spf4j.io.AppendableWriter
 
flush() - Method in class org.spf4j.io.BufferedOutputStream
 
flush() - Method in class org.spf4j.io.CharArrayBuilder
 
flush() - Method in interface org.spf4j.io.csv.CsvWriter
This will flush to underlying destination.
flush() - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
flush() - Method in class org.spf4j.io.NoCloseOutputStream
 
flush() - Method in class org.spf4j.io.NullWriter
 
flush() - Method in class org.spf4j.io.PipedOutputStream
 
flush() - Method in class org.spf4j.io.WriterOutputStream
Flush the stream.
flush() - Method in class org.spf4j.log.SLF4JBridgeHandler
 
flush() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
flush() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
flush() - Method in class org.spf4j.perf.impl.ms.MultiStore
 
flush() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
flush() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
flush() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
flush() - Method in class org.spf4j.perf.impl.NopMeasurementStore
 
flush() - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
flush() - Method in interface org.spf4j.perf.MeasurementStore
flush all data that might be buffered by this store.
flush() - Method in class org.spf4j.tsdb2.TSDBWriter
Commits the data to disk.
Flusher - Class in org.spf4j.perf.impl.ms
 
flushEvery(int, MeasurementStore) - Static method in class org.spf4j.perf.impl.ms.Flusher
 
flushOutput() - Method in class org.spf4j.io.AppendableOutputStream
Flush the output.
flushOutput() - Method in class org.spf4j.io.WriterOutputStream
Flush the output.
fopen(String, String) - Method in interface org.spf4j.unix.CLibrary
 
forAll(Iterable<T>, Consumer<? super T>) - Static method in class org.spf4j.base.Iterables
 
forAll2(Iterable<T>, Consumer<? super T>) - Static method in class org.spf4j.base.Iterables
 
forEach(TObjectProcedure<? super T>) - Method in class org.spf4j.stackmonitor.TObjectHash
Executes procedure for each element in the set.
forEachEntry(TObjectObjectProcedure<? super K, ? super V>) - Method in class org.spf4j.stackmonitor.THashMap
Executes procedure for each key/value entry in the map.
forEachKey(TObjectProcedure<? super K>) - Method in class org.spf4j.stackmonitor.THashMap
Executes procedure for each key in the map.
forEachValue(TObjectProcedure<? super V>) - Method in class org.spf4j.stackmonitor.THashMap
Executes procedure for each value in the map.
fork() - Method in interface org.spf4j.unix.CLibrary
 
forkExec(String[], ProcessHandler<T, E>, long, long) - Static method in class org.spf4j.os.OperatingSystem
Process execution utility.
forkExec(String[], long) - Static method in class org.spf4j.os.OperatingSystem
 
forkExecLog(String[], long) - Static method in class org.spf4j.os.OperatingSystem
 
format(Appendable, String, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
Slf4j message formatter.
format(Appendable, ObjectAppenderSupplier, String, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
Slf4j message formatter.
format(Appendable, String, ObjectAppenderSupplier, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
slf4j message formatter.
format(int, Appendable, String, ObjectAppenderSupplier, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
Slf4j message formatter.
format(Slf4jMessageFormatter.ErrorHandler, int, Appendable, String, ObjectAppenderSupplier, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
Slf4j message formatter.
format(Object[], T, FieldPosition) - Method in class org.spf4j.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(Object[], T) - Method in class org.spf4j.text.MessageFormat
 
format(String, Object...) - Static method in class org.spf4j.text.MessageFormat
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(Object, T, FieldPosition) - Method in class org.spf4j.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class org.spf4j.text.MessageFormat
 
formatToCharacterIterator(Object) - Method in class org.spf4j.text.MessageFormat
Formats an array of objects and inserts them into the MessageFormat's pattern, producing an AttributedCharacterIterator.
forName(String) - Static method in class org.spf4j.base.Reflections
utility method that will work for primittives as well.
forName(String, ClassLoader) - Static method in class org.spf4j.base.Reflections
utility method that will work for primitives as well.
fread(Pointer, int, int, CLibrary.FILE) - Method in interface org.spf4j.unix.CLibrary
 
FREE - Static variable in class org.spf4j.stackmonitor.TObjectHash
 
freopen(String, String, CLibrary.FILE) - Method in interface org.spf4j.unix.CLibrary
 
FREQ_MILLIS_REC_PROP - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
from(Iterable<T>, Closeable, Schema) - Static method in interface org.spf4j.base.avro.AvroCloseableIterable
 
from(Runnable) - Static method in class org.spf4j.base.Callables
 
from(CloseableIterator<T>) - Static method in interface org.spf4j.base.CloseableIterable
 
from(Iterable<T>) - Static method in interface org.spf4j.base.CloseableIterable
 
from(Iterable<T>, AutoCloseable) - Static method in interface org.spf4j.base.CloseableIterable
 
from(Iterator<T>) - Static method in interface org.spf4j.base.CloseableIterator
 
from(Iterator<T>, AutoCloseable) - Static method in interface org.spf4j.base.CloseableIterator
 
from(CharSequence) - Static method in class org.spf4j.base.Methods
 
from(CharSequence, int, int) - Static method in class org.spf4j.base.Methods
 
from(String) - Static method in class org.spf4j.base.Pair
Creates a pair from a str1,str2 pair.
from(DataSource, int) - Static method in interface org.spf4j.jdbc.DataSourceEx
Create a DataSourceEx from a plain vanilla DataSource.
from(DataSource, Semaphore) - Static method in interface org.spf4j.jdbc.DataSourceEx
Create a DataSourceEx from a plain vanilla DataSource.
from(Logger) - Static method in class org.spf4j.log.ExecContextLogger
 
from(GenericRecord) - Static method in interface org.spf4j.perf.TimeSeriesRecord
 
from(RbacSecurityContext, AbacAuthorizer) - Static method in interface org.spf4j.security.AbacSecurityContext
 
from(StackTraceElement[], int) - Static method in class org.spf4j.stackmonitor.StackTrace
 
from(MeasurementsInfo, int, long) - Static method in class org.spf4j.tsdb2.TableDefs
 
fromAvroLevel(LogLevel) - Static method in enum org.spf4j.log.Level
 
fromCode(int) - Static method in enum org.spf4j.base.SysExits
 
fromEpochMillisToNanoTime(long) - Method in class org.spf4j.base.Timing
 
fromJson(CharSequence) - Static method in class org.spf4j.log.LogAttribute
 
fromJulLevel(int) - Static method in enum org.spf4j.log.Level
 
fromMap(Map<String, Object>) - Static method in class org.spf4j.log.LogAttribute
 
fromNanoTimeToEpochMillis(long) - Method in class org.spf4j.base.Timing
 
fromNanoTimeToInstant(long) - Method in class org.spf4j.base.Timing
 
fromOpenValue(Object) - Method in interface org.spf4j.jmx.JMXBeanMapping
convert from open value.
fromOpenValue(Object) - Method in class org.spf4j.jmx.mappers.MapEntryOpenTypeMapping
 
fromOpenValue(Object) - Method in class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
fromSpecVersion(String) - Static method in enum org.spf4j.base.Runtime.Version
 
fromString(String) - Static method in enum org.spf4j.perf.impl.ms.StoreType
 
fromSupplier(Supplier<T>) - Static method in interface org.spf4j.failsafe.TimedSupplier
 
fromUtf8(byte[]) - Static method in class org.spf4j.base.Strings
Optimized UTF8 decoder.
fromUtf8(byte[], int, int) - Static method in class org.spf4j.base.Strings
 
fseek(CLibrary.FILE, long, int) - Method in interface org.spf4j.unix.CLibrary
 
FSWatchEventSensitivity - Enum in org.spf4j.io
 
ftell(CLibrary.FILE) - Method in interface org.spf4j.unix.CLibrary
 
FutureBean<T> - Class in org.spf4j.concurrent
Deprecated.
use FutureTask instead.
FutureBean() - Constructor for class org.spf4j.concurrent.FutureBean
Deprecated.
 
Futures - Class in org.spf4j.concurrent
 
FutureTask<V> - Class in org.spf4j.failsafe.concurrent
A cancellable asynchronous computation.
FutureTask(Callable<V>) - Constructor for class org.spf4j.failsafe.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Callable.
FutureTask(Runnable, V) - Constructor for class org.spf4j.failsafe.concurrent.FutureTask
Creates a FutureTask that will, upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.

G

gc(long) - Static method in class org.spf4j.base.Runtime
Attempts to run the GC in a verifiable way.
GCFakeStackUtil - Class in org.spf4j.stackmonitor
 
GCUsageSampler - Class in org.spf4j.perf.memory
This class allows you to poll and recordAt to a file the heap committed and heap used for your java process.
generateHtmlTable(Writer, Method, StackSamples, int, int) - Static method in class org.spf4j.stackmonitor.StackVisualizer
 
generateIdBase(String, char) - Static method in class org.spf4j.concurrent.UIDGenerator
 
generateIdBase(String, char, long) - Static method in class org.spf4j.concurrent.UIDGenerator
 
generateIdBase(String, BaseEncoding, char, long) - Static method in class org.spf4j.concurrent.UIDGenerator
 
generateSubSvg(Writer, Method, StackSamples, int, int, int, int, String) - Static method in class org.spf4j.stackmonitor.StackVisualizer
 
generateSvg(Writer, Method, SampleNode, int, int, int, int, String) - Static method in class org.spf4j.stackmonitor.StackVisualizer
 
GenericExportedOperation - Class in org.spf4j.jmx
 
GenericExportedOperation(String, String, Invocation, Type[], Type, String[], String[], boolean[], boolean) - Constructor for class org.spf4j.jmx.GenericExportedOperation
 
GenericExportedValue<T> - Class in org.spf4j.jmx
 
GenericExportedValue(String, String, Supplier<T>, Consumer<T>, Class<T>) - Constructor for class org.spf4j.jmx.GenericExportedValue
 
GenericExportedValue(String, String, Supplier<CompositeData>, Consumer<CompositeData>, CompositeType) - Constructor for class org.spf4j.jmx.GenericExportedValue
 
GenericExportedValue(String, String, Supplier<TabularData>, Consumer<TabularData>, TabularType) - Constructor for class org.spf4j.jmx.GenericExportedValue
 
GenericRecordAppender - Class in org.spf4j.io.appenders
 
GenericRecordAppender() - Constructor for class org.spf4j.io.appenders.GenericRecordAppender
 
GenericRecordJsonAppender - Class in org.spf4j.io.appenders.json
 
GenericRecordJsonAppender() - Constructor for class org.spf4j.io.appenders.json.GenericRecordJsonAppender
 
genId() - Static method in class org.spf4j.base.ExecutionContexts
 
get(ExecutionContext.Tag<T, ?>) - Method in class org.spf4j.base.BasicExecutionContext
 
get() - Method in interface org.spf4j.base.ESupplier
 
get(ExecutionContext.Tag<T, ?>) - Method in interface org.spf4j.base.ExecutionContext
Method to get context associated data.
get() - Method in class org.spf4j.base.MutableHolder
 
get() - Method in class org.spf4j.base.NullAbleOptional
 
get(PT) - Method in interface org.spf4j.base.ParameterizedSupplier
 
get() - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
get() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
get(long, TimeUnit) - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
get() - Method in class org.spf4j.concurrent.UIDGenerator
 
get(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
get(K, Callable<? extends V>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
get(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
get(K, Callable<? extends V>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
get(K) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
get(K, Callable<? extends V>) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
get(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
get() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
get(long, TimeUnit) - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
get(long, long) - Method in interface org.spf4j.failsafe.TimedSupplier
 
get(CoreTextMediaType, Type) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
get(CoreTextMediaType, Type) - Method in interface org.spf4j.io.ObjectAppenderSupplier
 
get(Type) - Method in interface org.spf4j.io.ObjectAppenderSupplier
 
get(SocketChannel) - Method in interface org.spf4j.io.tcp.proxy.SnifferFactory
 
get() - Method in interface org.spf4j.jmx.ExportedValue
 
get() - Method in class org.spf4j.jmx.GenericExportedValue
 
get() - Static method in class org.spf4j.jmx.GlobalMXBeanMapperSupplier
 
get(Type) - Method in interface org.spf4j.jmx.JMXBeanMappingSupplier
Get a opentype mapping if available.
get(Type) - Method in class org.spf4j.jmx.mappers.Spf4jOpenTypeMapper
 
get() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
get() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
get() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
get() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
get() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
get() - Method in interface org.spf4j.perf.MeasurementAccumulator
 
get() - Static method in class org.spf4j.perf.ProcessVitals
 
get() - Method in class org.spf4j.recyclable.impl.CollectableThreadLocalRecyclingSupplier
 
get() - Method in class org.spf4j.recyclable.impl.LeaseImpl
 
get(int) - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
get(int) - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
get(int) - Method in class org.spf4j.recyclable.impl.SizedThreadLocalRecyclingSupplier
 
get() - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
get() - Method in interface org.spf4j.recyclable.NonValidatingRecyclingSupplier
block until a object is available and return it.
get() - Method in interface org.spf4j.recyclable.RecyclingSupplier
 
get(long, TimeUnit) - Method in interface org.spf4j.recyclable.RecyclingSupplier
 
get(int) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier
 
get(ObjectBorower) - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
Borrow object from pool.
get(ObjectBorower, long, TimeUnit) - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
 
get(Type) - Method in interface org.spf4j.reflect.ByTypeSupplier
 
get(Type) - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
get(Type) - Method in interface org.spf4j.reflect.TypeMap
get the object associated to a compatible type, only if there is only one.
get(Thread) - Method in interface org.spf4j.stackmonitor.SamplerSupplier
 
get() - Method in interface org.spf4j.stackmonitor.StackCollector
 
get() - Method in class org.spf4j.stackmonitor.StackCollectorImpl
 
get(Object) - Method in class org.spf4j.stackmonitor.THashMap
retrieves the value for key
getAction() - Method in class org.spf4j.io.tcp.DeadlineAction
 
getAdapter() - Static method in class org.spf4j.avro.AvroCompatUtils
 
getAggregatedMeasurementData(Schema, Instant, Instant, long, TimeUnit) - Method in interface org.spf4j.perf.MeasurementStoreQuery
 
getAggregatedObservations(Schema, Instant, Instant, int, TimeUnit) - Method in interface org.spf4j.perf.MeasurementStoreQuery
 
getAggregations() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getAggregations() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getAll(long, Future...) - Static method in class org.spf4j.concurrent.Futures
 
getAll(long, Iterable<Future>) - Static method in class org.spf4j.concurrent.Futures
 
getAll(Iterable<? extends K>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
getAll(Iterable<? extends K>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
getAll(Iterable<? extends K>) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
getAll(Type) - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
getAll(Type) - Method in class org.spf4j.reflect.GraphTypeMap
 
getAll(Type) - Method in interface org.spf4j.reflect.TypeMap
Get all Objects associated to all unrelated compatible types.
getAllPresent(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
getAllPresent(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
getAllPresent(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
getAllTables(File) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getAllTablesWithDataRanges(File) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getAllWithDeadlineNanos(long, Future...) - Static method in class org.spf4j.concurrent.Futures
 
getAllWithDeadlineNanos(long, BiConsumer<Future<T>, T>, Future<T>...) - Static method in class org.spf4j.concurrent.Futures
 
getAllWithDeadlineNanos(long, Iterable<Future>) - Static method in class org.spf4j.concurrent.Futures
 
getAllWithDeadlineNanos(long, BiConsumer<Future<T>, T>, Iterable<Future<T>>) - Static method in class org.spf4j.concurrent.Futures
 
getAllWithDeadlineNanosRetVoid(long, Future...) - Static method in class org.spf4j.concurrent.Futures
Gets all futures resuls for futures that return Void (no return).
getAndClearStackSamples() - Method in class org.spf4j.base.BasicExecutionContext
get the collected stack samples.
getAndClearStackSamples() - Method in interface org.spf4j.base.ExecutionContext
 
getAndClearStackSamples() - Method in class org.spf4j.stackmonitor.ProfiledExecutionContext
 
getAndReset() - Method in interface org.spf4j.stackmonitor.StackCollector
 
getAndReset() - Method in class org.spf4j.stackmonitor.StackCollectorImpl
 
getAnnotationAttribute(Annotation, String) - Static method in class org.spf4j.base.Reflections
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayBooleanAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayBytesAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayCharsAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayDoubleAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayFloatAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayIntAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayLongAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayObjectAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.ArrayShortAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.CollectionAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.GenericRecordAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayBooleanJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayBytesJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayCharsJsonAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayDoubleJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayFloatJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayIntJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayLongJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.ArrayObjectJsonAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.CollectionJsonAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.GenericRecordJsonAppender
extends if needed for another type
getAppendedType() - Method in class org.spf4j.io.appenders.json.JsonWriteableAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.MapJsonAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.NumberJsonAppender
Override for plain text.
getAppendedType() - Method in class org.spf4j.io.appenders.json.SampleNodeWriteableAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.json.SpecificRecordBaseJsonAppender
extends if needed for another type
getAppendedType() - Method in class org.spf4j.io.appenders.json.SpecificRecordJsonAppender
extends if needed for another type
getAppendedType() - Method in class org.spf4j.io.appenders.json.ThrowableJsonAppender
extends if needed for another type
getAppendedType() - Method in class org.spf4j.io.appenders.MapAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.NumberAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.SpecificRecordAppender
 
getAppendedType() - Method in class org.spf4j.io.appenders.SpecificRecordBaseAppender
 
getAppendedType() - Method in interface org.spf4j.io.ObjectAppender
the MimeType of the format used to write the Object.
getAppenderSupplier() - Method in class org.spf4j.log.LogPrinter
 
getAppenderType(ObjectAppender<?>) - Static method in class org.spf4j.io.ConfigurableAppenderSupplier
 
getApplicationInfo() - Static method in class org.spf4j.base.Runtime
Returns application information.
getAppVersion() - Static method in class org.spf4j.base.Runtime
 
getAppVersionString() - Static method in class org.spf4j.base.Runtime
 
getArgs() - Method in exception org.spf4j.base.ParameterizedException
 
getArguments() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getArguments() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getArguments() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getArray() - Method in class org.spf4j.base.ArrayBuilder
 
getAsLong() - Method in interface org.spf4j.failsafe.RetryDelaySupplier
 
getAttachments() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getAttachments() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getAttachments() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getAttribute(String, String, String, String) - Static method in class org.spf4j.jmx.Client
get a an attribute from a JMX mbean.
getAvailablePermitsColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getAvroLevel() - Method in enum org.spf4j.log.Level
 
getBackendMinLogLevel(String) - Method in class org.spf4j.base.BasicExecutionContext
Overwrite for more configurable implementation.
getBackendMinLogLevel(String) - Method in interface org.spf4j.base.ExecutionContext
The minimum log level overwrite.
getBackendMinLogLevel() - Method in interface org.spf4j.base.ExecutionContext
 
getBeatDurationNanos() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getBuffer() - Method in class org.spf4j.io.ByteArrayBuilder
 
getBuffer() - Method in class org.spf4j.io.CharArrayBuilder
 
getBytesTmp(int) - Static method in class org.spf4j.base.TLScratch
returns a thread local byte array of at least the size requested.
getCache() - Method in class org.spf4j.jmx.mappers.Spf4jOpenTypeMapper
 
getCallable() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
getCharsTmp(int) - Static method in class org.spf4j.base.TLScratch
returns a thread local char array of at least the requested size.
getClosestToZero() - Method in class org.spf4j.perf.impl.Quanta
 
getCollections() - Method in class org.spf4j.stackmonitor.FastStackCollector
 
getCollections() - Method in interface org.spf4j.stackmonitor.ISampler
 
getCollections() - Method in class org.spf4j.stackmonitor.MxStackCollector
 
getCollections() - Method in class org.spf4j.stackmonitor.SimpleStackCollector
 
getCollections() - Method in class org.spf4j.stackmonitor.ThreadStackSampler
 
getCollections() - Method in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
getCollectionsAndReset() - Method in class org.spf4j.stackmonitor.FastStackCollector
 
getCollectionsAndReset() - Method in interface org.spf4j.stackmonitor.ISampler
 
getCollectionsAndReset() - Method in class org.spf4j.stackmonitor.MxStackCollector
 
getCollectionsAndReset() - Method in class org.spf4j.stackmonitor.SimpleStackCollector
 
getCollectionsAndReset() - Method in class org.spf4j.stackmonitor.ThreadStackSampler
 
getCollectionsAndReset() - Method in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
getColumn(double[][], int) - Static method in class org.spf4j.base.Arrays
 
getColumnAsDoubles(long[][], int) - Static method in class org.spf4j.base.Arrays
 
getColumnDef(TableDef, String) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getColumnDefIfExists(TableDef, String) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getColumnIndex(TableDef, String) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getColumnNames(TableDef) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getColumnUnitsOfMeasurement(TableDef) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getCompatibleMethod(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
Method lookup utility that looks up a method declaration that is compatible.
getCompatibleMethodCached(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
 
getCompatibleMethodHandle(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
 
getCompatibleMethodHandleCached(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
 
getComponent(int) - Method in class org.spf4j.base.Version
 
getComponents() - Method in class org.spf4j.base.Version
 
getCompositeData() - Method in interface org.spf4j.perf.MeasurementAccumulator
 
getConnection(long, TimeUnit) - Method in interface org.spf4j.jdbc.DataSourceEx
get a JDBC connection.
getConnection() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getConnection(long, TimeUnit) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getConnection(String, String) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getConstructor(Class<?>, Class<?>...) - Static method in class org.spf4j.base.Reflections
Equivalent to Class.getDeclaredConstructor, only that it does not throw an exception if no constructor, it returns null instead, also makes all constructors accessible..
getContext() - Method in class org.spf4j.base.ContextValue
 
getContextAndValue(ExecutionContext.Tag<T, ?>) - Method in class org.spf4j.base.BasicExecutionContext
 
getContextAndValue(ExecutionContext.Tag<T, ?>) - Method in interface org.spf4j.base.ExecutionContext
Method to get context associated data.
getContextDeadlineNanos() - Static method in class org.spf4j.base.ExecutionContexts
 
getContextDeadlineNanos(long) - Static method in class org.spf4j.base.ExecutionContexts
 
getContextFactory() - Static method in class org.spf4j.base.ExecutionContexts
 
getContextInfo() - Static method in class org.spf4j.concurrent.FileBasedLock
 
getContextMinLogLevel(String) - Method in class org.spf4j.base.BasicExecutionContext
Overwrite for more configurable implementation.
getContextMinLogLevel(String) - Method in interface org.spf4j.base.ExecutionContext
The minimum log level accepted by this execution context; The logs that we will store in this context.
getContextMinLogLevel() - Method in interface org.spf4j.base.ExecutionContext
 
getCoreThreadCount() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getCoreThreadCount() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getCount() - Method in class org.spf4j.io.CountingInputStream
Returns the number of bytes read.
getCurrentAliveThreadInfo() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
getCurrentDir() - Static method in class org.spf4j.base.Runtime
 
getCurrentThreadContexts() - Method in class org.spf4j.stackmonitor.ProfilingTLAttacher
 
getCurrentThreads() - Method in class org.spf4j.stackmonitor.ProfilingTLAttacher
 
getCurrentTiming() - Static method in class org.spf4j.base.Timing
 
getCurrTSSqlFn(DbType) - Static method in enum org.spf4j.jdbc.DbType
Return the SQL for a current time millis since a EPOCH...
getCurrTSSqlFn() - Method in enum org.spf4j.jdbc.DbType
Return the SQL for a current time millis since a EPOCH...
getDataFile() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
getDbType() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
getDBWriter() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
getDeadline() - Method in class org.spf4j.base.Callables.TimeoutCallable
Deprecated.
 
getDeadline() - Static method in class org.spf4j.base.Runtime
Deprecated.
see ExecutionContexts.
getDeadline() - Method in exception org.spf4j.io.IOTimeoutException
Deprecated.
getDeadline() - Method in class org.spf4j.io.tcp.DeadlineAction
 
getDeadlineMillis() - Method in class org.spf4j.base.TimeoutRunnable
Deprecated.
 
getDeadlineNanos() - Method in class org.spf4j.base.BasicExecutionContext
 
getDeadlineNanos() - Method in interface org.spf4j.base.ExecutionContext
 
getDeadlineNanos() - Method in class org.spf4j.base.TimeoutDeadline
 
getDeadlineNanos(long, TimeUnit) - Static method in class org.spf4j.base.TimeSource
 
getDeadlineNanos(long, long, TimeUnit) - Static method in class org.spf4j.base.TimeSource
 
getDeadlineNanos() - Method in exception org.spf4j.io.IOTimeoutException
 
getDeadOwnerPermits(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
getDebugDetail(String, Throwable) - Method in interface org.spf4j.base.ExecutionContext
 
getDebugDetail(String, Throwable, boolean) - Method in interface org.spf4j.base.ExecutionContext
 
getDebugDetail(String, Throwable, boolean, int) - Method in interface org.spf4j.base.ExecutionContext
 
getDecision(T, Callable<R>) - Method in class org.spf4j.base.Callables.FibonacciBackoffRetryPredicate
Deprecated.
 
getDecision(T, Callable<R>) - Method in interface org.spf4j.base.Callables.RetryPredicate
Deprecated.
the number or millis of delay until the next retry, or -1 for abort.
getDecision(T, long, Callable<R>) - Method in interface org.spf4j.base.Callables.TimeoutRetryPredicate
Deprecated.
 
getDecision(T, long, Callable<R>) - Method in interface org.spf4j.base.CallablesNano.TimeoutNanoRetryPredicate
Deprecated.
 
getDecision(T, C) - Method in interface org.spf4j.failsafe.PartialResultRetryPredicate
 
getDecision(T, C) - Method in interface org.spf4j.failsafe.RetryPredicate
Get the RetryDecision for the result value returned by Callable C.
getDecisionType() - Method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
getDecisionType() - Method in class org.spf4j.failsafe.RetryDecision.AbortRetryDecision
 
getDecisionType() - Method in interface org.spf4j.failsafe.RetryDecision
 
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
Equivalent to Class.getDeclaredMethod which returns a null instead of throwing an exception.
getDelayMillis() - Method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
getDelayNanos() - Method in class org.spf4j.failsafe.RetryDecision.AbortRetryDecision
 
getDelayNanos() - Method in interface org.spf4j.failsafe.RetryDecision
 
getDescription() - Method in interface org.spf4j.jmx.ExportedOperation
 
getDescription() - Method in interface org.spf4j.jmx.ExportedValue
 
getDescription() - Method in class org.spf4j.jmx.GenericExportedOperation
 
getDescription() - Method in class org.spf4j.jmx.GenericExportedValue
 
getDescription() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getDescription() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getDoubleValue(String) - Method in interface org.spf4j.perf.TimeSeriesRecord
 
getdtablesize() - Method in interface org.spf4j.unix.CLibrary
 
getDumpFolder() - Method in class org.spf4j.stackmonitor.Sampler
 
getDumpTimeMillis() - Method in class org.spf4j.stackmonitor.Sampler
 
getElem() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
getElement() - Method in interface org.spf4j.io.csv.CsvReader
the CSV element string.
getElementSchema() - Method in interface org.spf4j.base.avro.AvroContainer
return the element schema of the container.
getEndTime() - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
getEntitiesMeasurements() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
getEntitiesMeasurements() - Method in interface org.spf4j.perf.MeasurementsSource
 
getEntitiesMeasurementsAndReset() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
getEntitiesMeasurementsAndReset() - Method in interface org.spf4j.perf.MeasurementsSource
 
getErrorThreshold() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
getErrOutput() - Method in class org.spf4j.os.ProcessResponse
 
getExact(Type) - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
getExact(Type) - Method in class org.spf4j.reflect.GraphTypeMap
 
getExact(Type) - Method in interface org.spf4j.reflect.TypeMap
Get the the Object associated to type.
getException() - Method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
getExceptionDecision(E, C) - Method in interface org.spf4j.failsafe.PartialTypedExceptionRetryPredicate
 
getExceptionDecision(Throwable, C) - Method in interface org.spf4j.failsafe.RetryPredicate
Get the retryDecision for the exceptional result of a Callable C.
getExecutable() - Method in class org.spf4j.unix.JVMArguments
 
getExitCode() - Method in exception org.spf4j.base.ExitException
 
getExtraArguments() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getExtraArguments() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getExtraArguments() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getExtraArgumentsRaw() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getExtraArgumentsRaw() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getExtraArgumentsRaw() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getExtraThrowable() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getExtraThrowable() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getExtraThrowable() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getFactory() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
getFile() - Method in class org.spf4j.tsdb2.TSDBWriter
 
getFileEpoch() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
getFilePath() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
getFilePrefix() - Method in class org.spf4j.stackmonitor.Sampler
 
getFileWriter() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
getFirst() - Method in class org.spf4j.base.Pair
 
getFormatParameterNumber(String) - Static method in class org.spf4j.base.Slf4jMessageFormatter
 
getFormats() - Method in class org.spf4j.text.MessageFormat
Gets the formats used for the format elements in the previously set pattern string.
getFrequencyMillis(Schema) - Static method in interface org.spf4j.perf.TimeSeriesRecord
 
getFromPtr(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
get element from stack at index relative to base
getGCTime(Iterable<GarbageCollectorMXBean>) - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
getGCTime() - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
getGCTimeDiff(Iterable<GarbageCollectorMXBean>, TObjectLongMap) - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
getGenericType(Schema) - Static method in class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
getGnuId() - Method in enum org.spf4j.unix.UnixResources
 
getHardLimit() - Method in enum org.spf4j.unix.UnixResources
 
getHbTableDesc() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getHeader() - Method in class org.spf4j.tsdb2.TSDBReader
 
getHeader() - Method in class org.spf4j.tsdb2.TSDBWriter
 
getHeartBeatAndSubscribe(DataSource, HeartBeatTableDesc, JdbcHeartBeat.LifecycleHook) - Static method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
Get a reference to the hearbeat instance.
getHeartBeatAndSubscribe(DataSource, HeartBeatTableDesc, JdbcHeartBeat.LifecycleHook, int, int) - Static method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getHeartBeatAndSubscribe(DataSource, HeartBeatTableDesc, JdbcHeartBeat.LifecycleHook, int, int, ListeningScheduledExecutorService) - Static method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getHeartBeatTableDesc() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getHedge(long, long) - Method in interface org.spf4j.failsafe.HedgePolicy
 
getHedge(long, long) - Method in class org.spf4j.failsafe.TimeoutRelativeHedge
 
getHedgeCount() - Method in class org.spf4j.failsafe.Hedge
 
getHedgeDelayNanos() - Method in class org.spf4j.failsafe.Hedge
 
getHostName() - Static method in class org.spf4j.os.OperatingSystem
 
gethostname(byte[], int) - Method in interface org.spf4j.unix.CLibrary
 
getHotspotDiagnosticBean() - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
getId(Schema) - Method in interface org.spf4j.avro.SchemaResolver
 
getId() - Method in class org.spf4j.base.BasicExecutionContext
 
getId() - Method in interface org.spf4j.base.ExecutionContext
 
getId(MeasurementsInfo) - Static method in class org.spf4j.perf.impl.ms.Id2Info
 
getIds(Collection<TableDef>) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getIfMemorized() - Method in class org.spf4j.base.MemorizedCallable
 
getIfPresent(Object) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
getIfPresent(Object) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
getIfPresent(Object) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
getImage() - Method in class org.spf4j.base.Version
 
getImplementedGenericInterfaces(Class<?>) - Static method in class org.spf4j.base.Reflections
 
getIndex() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
getInfo() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
getInfo() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
getInfo() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
getInfo() - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
getInfo() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
getInfo() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getInfo(long) - Static method in class org.spf4j.perf.impl.ms.Id2Info
 
getInfo() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
getInfo() - Method in interface org.spf4j.perf.MeasurementAccumulator
 
getInfoFile() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
getInheritedAnnotation(Class<A>, AnnotatedElement) - Static method in class org.spf4j.base.Reflections
Annotation access with extended inheritance semantics.
getInitNrRecords() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
getInputStream() - Method in class org.spf4j.io.PipedOutputStream
 
getIntervalColumn() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
getIntervalEnd() - Method in class org.spf4j.perf.impl.Quanta
 
getIntervalMillis() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getIntervalStart() - Method in class org.spf4j.perf.impl.Quanta
 
getIntValue() - Method in enum org.spf4j.log.Level
 
getIsRetryablePredicate() - Static method in class org.spf4j.base.Throwables
 
getIterator() - Method in class org.spf4j.text.AttributedString
Creates an AttributedCharacterIterator instance that provides access to the entire contents of this string.
getJarSourceUrl(Class<?>) - Static method in class org.spf4j.base.PackageInfo
Useful to get the jar URL where a particular class is located.
getJavaRegexpStr(CharSequence) - Method in class org.spf4j.base.CharSequences
Transform a wildcard expression 2 a java regular expression.
getJavaType() - Method in interface org.spf4j.jmx.JMXBeanMapping
The Java type the open type mapping is mapped to
getJdbcTimeoutSeconds() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
getJsonAttrName() - Method in interface org.spf4j.avro.SchemaResolver
 
getJsonDecoder(Schema, InputStream) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getJsonDecoder(Schema, Reader) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getJsonDecoder(Schema, JsonParser) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getJsonDecoder(Schema, InputStream) - Static method in class org.spf4j.avro.AvroCompatUtils
 
getJsonDecoder(Schema, InputStream) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getJsonDecoder(Schema, Reader) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getJsonDecoder(Schema, JsonParser) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getJsonDecoder(Schema, InputStream) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
getJsonDecoder(Schema, Reader) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
getJsonDecoder(Schema, JsonParser) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
getJsonEncoder(Schema, OutputStream) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getJsonEncoder(Schema, Appendable) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getJsonEncoder(Schema, OutputStream) - Static method in class org.spf4j.avro.AvroCompatUtils
 
getJsonEncoder(Schema, Appendable) - Static method in class org.spf4j.avro.AvroCompatUtils
 
getJsonEncoder(Schema, OutputStream) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getJsonEncoder(Schema, Appendable) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getJsonEncoder(Schema, OutputStream) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
getJsonEncoder(Schema, Appendable) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
getJulLevel() - Method in enum org.spf4j.log.Level
 
getKey() - Method in class org.spf4j.base.Pair
 
getKeysLoaded() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
getLabelFromSsdump2FileName(String) - Static method in class org.spf4j.ssdump2.Converter
 
getLastDumpTime() - Method in class org.spf4j.stackmonitor.Sampler
 
getLastEntry() - Method in class org.spf4j.ds.LinkedHashMapEx
 
getLastEntry() - Method in interface org.spf4j.ds.LinkedMap
 
getLastHeartbeatColumn() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
getLastModifiedAtColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getLastModifiedByColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getLastRecorded() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
getLastRecorded() - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
getLastReplenishmentNanos() - Method in class org.spf4j.failsafe.RateLimiter
 
getLastRunDB() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getLastRunNanos() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getLastRunTimeStampString() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
getLastValue() - Method in class org.spf4j.ds.LinkedHashSetEx
 
getLastValue() - Method in interface org.spf4j.ds.LinkedSet
 
getLeft() - Method in class org.spf4j.base.Either
 
getLeft() - Method in class org.spf4j.base.Either.Left
 
getLeft() - Method in class org.spf4j.base.Either.Right
 
getLevel() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getLevel() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getLevel() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getLimiter() - Method in class org.spf4j.failsafe.GuavaRateLimiter
 
getLoadedClass(ClassLoader, String) - Static method in class org.spf4j.base.Reflections
 
getLocal(ExecutionContext.Tag<T, ?>) - Method in class org.spf4j.base.BasicExecutionContext
 
getLocal(ExecutionContext.Tag<T, ?>) - Method in interface org.spf4j.base.ExecutionContext
Method to get context associated data.
getLocale() - Method in class org.spf4j.text.MessageFormat
Gets the locale that's used when creating or comparing subformats.
getLocalHoldCount() - Method in class org.spf4j.concurrent.FileBasedLock
 
getLock(File, FileAttribute<?>...) - Static method in class org.spf4j.concurrent.FileBasedLock
Returns a FileBasedLock implementation.
getLock(File) - Static method in class org.spf4j.concurrent.FileBasedLock
 
getLoggerName() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getLoggerName() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getLoggerName() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getLoginTimeout() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getLogWriter() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getLongValue(String) - Method in interface org.spf4j.perf.TimeSeriesRecord
 
getLsof() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
getLsofOutput() - Static method in class org.spf4j.base.Runtime
Deprecated.
use Lsof.getLsofOutput instead.
getLsofOutput() - Static method in class org.spf4j.unix.Lsof
 
getMacId() - Method in enum org.spf4j.unix.UnixResources
 
getMainClass() - Static method in class org.spf4j.base.Runtime
Method will figure out the main class and cache the result for successive invocations.
getMainThread() - Static method in class org.spf4j.base.Runtime
get the main Thread.
getMajor() - Method in class org.spf4j.base.Version
 
getManifest(URL) - Static method in class org.spf4j.base.Reflections
Get the manifest of a jar file.
getMappedType() - Method in interface org.spf4j.jmx.JMXBeanMapping
Jet the mapped java type.
getMappedType() - Method in class org.spf4j.jmx.mappers.MapEntryOpenTypeMapping
 
getMappedType() - Method in class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
getMarker() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getMarker() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getMarker() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getMatchingSchema(JsonNode, List<Schema>) - Static method in class org.spf4j.avro.Configs
 
getMaxEntries() - Method in class org.spf4j.ds.RTree
 
getMaxFileDescriptorCount() - Static method in class org.spf4j.os.OperatingSystem
 
getMaxIdleTimeMillis() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getMaxIdleTimeMillis() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getMaxMeasurement() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getmaxNrBytes(CharsetEncoder, int) - Static method in class org.spf4j.base.Strings
 
getMaxNrOpenFiles() - Static method in class org.spf4j.perf.io.OpenFilesSampler
Deprecated.
getMaxSize() - Method in class org.spf4j.concurrent.UIDGenerator
 
getMaxThreadCount() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getMaxThreadCount() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getMaxTime() - Method in class org.spf4j.perf.impl.acc.AbstractMeasurementAccumulator
 
getMBEANS() - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
getMeasuredEntity() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasuredEntity() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurement() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
getMeasurementAggregation(int) - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementAggregation(int) - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurementCount() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getMeasurementData(Schema, Instant, Instant) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStoreReader
 
getMeasurementData(Schema, Instant, Instant) - Method in interface org.spf4j.perf.MeasurementStoreQuery
Query measurement data.
getMeasurementName(int) - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementName(int) - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurementNames() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementNames() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurements(Predicate<String>) - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
getMeasurements(Predicate<String>) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStoreReader
 
getMeasurements() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
getMeasurements(Predicate<String>) - Method in interface org.spf4j.perf.MeasurementStoreQuery
 
getMeasurementsAsCsv() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
getMeasurementsAsString() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
getMeasurementStore() - Static method in class org.spf4j.perf.impl.ProcessMeasurementStore
 
getMeasurementStore() - Static method in class org.spf4j.perf.impl.RecorderFactory
Deprecated.
use ProcessMeasurementStore.getMeasurementStore() instead.
getMeasurementTotal() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getMeasurementType() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementType() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurementType(TableDef) - Static method in class org.spf4j.tsdb2.TableDefs
 
getMeasurementType(Schema) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getMeasurementUnit(int) - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementUnit(int) - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMeasurementUnits() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getMeasurementUnits() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getMediaType() - Method in class org.spf4j.avro.Configs.ConfigHeader
 
getMessage() - Method in exception org.spf4j.base.ParameterizedException
 
getMessage() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getMessage() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getMessage() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getMessage() - Method in exception org.spf4j.unix.UnixException
 
getMessage() - Method in exception org.spf4j.unix.UnixRuntimeException
 
getMessageFormat() - Method in exception org.spf4j.base.ParameterizedException
 
getMessageFormat() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getMessageFormat() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getMessageFormat() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getMethod(StackTraceElement) - Static method in class org.spf4j.base.Methods
 
getMethod(String, String) - Static method in class org.spf4j.base.Methods
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.spf4j.base.Reflections
Equivalent to Class.getDeclaredMethod which returns a null instead of throwing an exception.
getMillisAfterDeadline() - Method in exception org.spf4j.io.IOTimeoutException
 
getMillisToDeadline() - Method in interface org.spf4j.base.ExecutionContext
 
getMillisToDeadline() - Static method in class org.spf4j.base.ExecutionContexts
 
getMinEntries() - Method in class org.spf4j.ds.RTree
 
getMinMeasurement() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getMinor() - Method in class org.spf4j.base.Version
 
getMinTime() - Method in class org.spf4j.perf.impl.acc.AbstractMeasurementAccumulator
 
getName() - Method in class org.spf4j.base.BasicExecutionContext
 
getName() - Method in interface org.spf4j.base.ExecutionContext
 
getName() - Method in interface org.spf4j.failsafe.PartialExceptionRetryPredicateSupplier
 
getName() - Method in interface org.spf4j.failsafe.PartialResultRetryPredicateSupplier
 
getName() - Method in interface org.spf4j.jmx.ExportedOperation
 
getName() - Method in interface org.spf4j.jmx.ExportedValue
 
getName() - Method in class org.spf4j.jmx.GenericExportedOperation
 
getName() - Method in class org.spf4j.jmx.GenericExportedValue
 
getName() - Method in class org.spf4j.log.ExecContextLogger
 
getName() - Method in class org.spf4j.log.LogAttribute
 
getNanoDeadline() - Method in class org.spf4j.io.PipedOutputStream
 
getNanosAfterDeadline() - Method in exception org.spf4j.io.IOTimeoutException
 
getNewCallable() - Method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
getNewCallable() - Method in class org.spf4j.failsafe.RetryDecision.AbortRetryDecision
 
getNewCallable() - Method in interface org.spf4j.failsafe.RetryDecision
A retry decision the decides to retry, can provide a New Callable to retry.
getNonRecoverablePredicate() - Static method in class org.spf4j.base.Throwables
 
getNotClosedParent() - Method in interface org.spf4j.base.ExecutionContext
 
getNrComponents() - Method in class org.spf4j.base.Version
 
getNrMessageArguments() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getNrMessageArguments() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getNrMessageArguments() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getNrNodes() - Method in class org.spf4j.stackmonitor.SampleNode
to do: have to remove recursion...
getNrNodes() - Method in class org.spf4j.stackmonitor.StackCollectorImpl
 
getNrOpenFiles() - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem.getOpenFileDescriptorCount() instead
getNrOpenFiles() - Static method in class org.spf4j.perf.io.OpenFilesSampler
Deprecated.
getNrOpenFiles() - Static method in class org.spf4j.unix.Lsof
 
getNrPermits() - Method in class org.spf4j.concurrent.jdbc.OwnerPermits
 
getNrPermits() - Method in class org.spf4j.failsafe.RateLimiter
 
getNrQueuedTasks() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getNrQueuedTasks() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getNrRecords(Path, Class<T>) - Static method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
getNrRecursiveSuppressedExceptions(Throwable) - Static method in class org.spf4j.base.Throwables
 
getNrSuppressedExceptions(Throwable) - Static method in class org.spf4j.base.Throwables
 
getNrTimesShared() - Method in class org.spf4j.recyclable.impl.SharingObjectPool.SharedObject
 
getNtpTime() - Method in class org.spf4j.net.Timing
 
getNtpTimeReference() - Method in class org.spf4j.net.Timing
 
getNumberOfMeasurements() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
getNumberOfMeasurements() - Method in interface org.spf4j.perf.MeasurementsInfo
 
getNumDims() - Method in class org.spf4j.ds.RTree
 
getObj() - Method in class org.spf4j.concurrent.UpdateResult
 
getObj() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
getObject() - Method in class org.spf4j.recyclable.impl.SharingObjectPool.SharedObject
 
getObjectSize(Object) - Static method in class org.spf4j.base.InstrumentationHelper
 
getObservations() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
getObservations() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStoreReader
 
getObservations() - Method in interface org.spf4j.perf.MeasurementStoreQuery
 
getObservations(Schema, Instant, Instant) - Method in interface org.spf4j.perf.MeasurementStoreQuery
 
getOpenFileDescriptorCount() - Static method in class org.spf4j.os.OperatingSystem
 
getOpenType(Type) - Static method in class org.spf4j.jmx.GlobalMXBeanMapperSupplier
 
getOpenType() - Method in interface org.spf4j.jmx.JMXBeanMapping
The Open Type.
getOpenTypeMapping(Type) - Static method in class org.spf4j.jmx.GlobalMXBeanMapperSupplier
 
getOperationName() - Method in interface org.spf4j.base.ThrowableMatcher
the name of this matcher.
getOperations(String) - Static method in class org.spf4j.base.Operations
Method that will return the provided operation and all its sub-operations recursively.
getOrCreate() - Static method in class org.spf4j.perf.ProcessVitals
 
getOrCreate(int, int, int, int, int) - Static method in class org.spf4j.perf.ProcessVitals
 
getOrigin() - Method in exception org.spf4j.base.RemoteException
 
getOSMbean() - Static method in class org.spf4j.os.OperatingSystem
 
getOsName() - Static method in class org.spf4j.os.OperatingSystem
 
getOutput() - Method in class org.spf4j.os.ProcessResponse
 
getOutputStream() - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
getOverflowReference() - Method in interface org.spf4j.io.AppendableLimiterWithOverflow.OverflowSupplier
 
getOverflowWriter() - Method in interface org.spf4j.io.AppendableLimiterWithOverflow.OverflowSupplier
 
getOwner() - Method in class org.spf4j.concurrent.jdbc.OwnerPermits
 
getOwnerColumn() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
getOwnerColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getOwnerPermitsColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getPackageInfo(String) - Static method in class org.spf4j.base.PackageInfo
 
getPackageInfo(String) - Static method in class org.spf4j.base.Runtime.Jmx
 
getPackageInfoDirect(String) - Static method in class org.spf4j.base.PackageInfo
 
getPackageInfoDirect(Class<?>) - Static method in class org.spf4j.base.PackageInfo
 
getParameterInfos() - Method in interface org.spf4j.jmx.ExportedOperation
 
getParameterInfos() - Method in class org.spf4j.jmx.GenericExportedOperation
 
getParameterTypes(Method) - Static method in class org.spf4j.base.Reflections
Optimized alternative of Method.getParameterTypes that steals the parameterTypeArry from method instead of copying it.
getParameterTypes(Constructor<?>) - Static method in class org.spf4j.base.Reflections
 
getParentLogger() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
getPatch() - Method in class org.spf4j.base.Version
 
getPaths() - Method in exception org.spf4j.io.PathsIOException
 
getPeakThreadInfo() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
getPeakTime() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
getPermitReplenishIntervalNanos() - Method in class org.spf4j.failsafe.RateLimiter
 
getPermitsByOwnerTableName() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getPermitsPerReplenishInterval() - Method in class org.spf4j.failsafe.RateLimiter
 
getPid() - Static method in class org.spf4j.os.ProcessUtil
 
getPid(Process) - Static method in class org.spf4j.os.ProcessUtil
 
getpid() - Method in interface org.spf4j.unix.CLibrary
Get current process id.
getPoolName() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getPoolName() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getppid() - Method in interface org.spf4j.unix.CLibrary
get parent process id.
getProcessCpuTimeNanos() - Static method in class org.spf4j.perf.cpu.CpuUsageSampler
 
getPtr() - Method in class org.spf4j.ds.SimpleStackNullSupport
get the curent stack pos relative to base
getQuatizedMeasurements() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getQueueSizeLimit() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getQueueSizeLimit() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getReadBytes() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
getReadBytesFromBuffer() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
getReader() - Method in class org.spf4j.avro.Configs.ConfigHeader
The reader with the content of the config.
getRecorder(Object) - Method in class org.spf4j.perf.impl.DirectRecorderSource
 
getRecorder(Object) - Method in class org.spf4j.perf.impl.NopMeasurementRecorderSource
 
getRecorder(Object) - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
getRecorder(Object) - Method in interface org.spf4j.perf.MeasurementRecorderSource
do not hold onto the returned recorder.
getRegistered(ObjectName) - Static method in class org.spf4j.jmx.Registry
 
getRegistered(String, String) - Static method in class org.spf4j.jmx.Registry
 
getRejectHandler() - Method in class org.spf4j.failsafe.LimitingExecutor
 
getRelationToSource() - Method in class org.spf4j.base.BasicExecutionContext
 
getRelationToSource() - Method in interface org.spf4j.base.ExecutionContext
 
getRemoteCause() - Method in exception org.spf4j.base.avro.RemoteException
 
getRemoteClass() - Method in exception org.spf4j.base.RemoteException
 
getRemoteDetail() - Method in exception org.spf4j.base.RemoteException
 
getResponseCode() - Method in class org.spf4j.os.ProcessResponse
 
getResponseExitCode() - Method in class org.spf4j.os.ProcessResponse
 
getResult() - Method in class org.spf4j.failsafe.RetryDecision.AbortRetryDecision
 
getResult() - Method in interface org.spf4j.failsafe.RetryDecision
 
getResultRetryPredicateSupplier(String, RetryParams, ResultMatchers.Supplier) - Static method in class org.spf4j.failsafe.RetryPolicies
 
getResultStore() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
getRetryPredicate(long, long) - Method in class org.spf4j.failsafe.RetryPolicy
 
getRetryPredicateSupplier(String) - Static method in class org.spf4j.failsafe.RetryPolicies
 
getReturnOpenType() - Method in interface org.spf4j.jmx.ExportedOperation
 
getReturnOpenType() - Method in class org.spf4j.jmx.GenericExportedOperation
 
getReturnType() - Method in interface org.spf4j.jmx.ExportedOperation
 
getReturnType() - Method in class org.spf4j.jmx.GenericExportedOperation
 
getRight() - Method in class org.spf4j.base.Either
 
getRight() - Method in class org.spf4j.base.Either.Left
 
getRight() - Method in class org.spf4j.base.Either.Right
 
getRoot() - Method in interface org.spf4j.base.ExecutionContext
 
getRootParent() - Method in interface org.spf4j.base.ExecutionContext
 
getRoundTripTime() - Method in class org.spf4j.net.Timing
 
getSample() - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
 
getSampleCount() - Method in interface org.spf4j.base.StackSamples
 
getSampleCount() - Method in class org.spf4j.stackmonitor.SampleNode
 
getSampler(int, int, File, String) - Static method in class org.spf4j.stackmonitor.Sampler
 
getSampler(int, int, SamplerSupplier, File, String) - Static method in class org.spf4j.stackmonitor.Sampler
 
getSampleTimeMillis() - Method in class org.spf4j.stackmonitor.Sampler
 
getSecond() - Method in class org.spf4j.base.Pair
 
getSecondsToDeadline() - Method in interface org.spf4j.base.ExecutionContext
 
getSecondsToDeadline() - Static method in class org.spf4j.base.ExecutionContexts
 
getSemaphore() - Method in class org.spf4j.failsafe.LimitingExecutor
 
getSemaphores() - Method in class org.spf4j.concurrent.CompoundSemaphore
 
getSemaphoreTableName() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getSemNameColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getServiceName() - Method in interface org.spf4j.concurrent.RestartableService
 
getServiceName() - Method in class org.spf4j.io.tcp.TcpServer
 
getSize() - Method in class org.spf4j.base.ArrayBuilder
 
getSize() - Method in class org.spf4j.tsdb2.TSDBReader
 
getSoftLimit() - Method in enum org.spf4j.unix.UnixResources
 
getSource() - Method in exception org.spf4j.base.avro.RemoteException
 
getSource() - Method in class org.spf4j.base.BasicExecutionContext
 
getSource() - Method in interface org.spf4j.base.ExecutionContext
 
getSourceMethodInfo(LogRecord) - Static method in class org.spf4j.log.SLF4JBridgeHandler
 
getStackCollections() - Method in class org.spf4j.stackmonitor.Sampler
 
getStackCollectionsAndReset() - Method in class org.spf4j.stackmonitor.Sampler
 
getStackSamples() - Method in class org.spf4j.base.BasicExecutionContext
overwrite in a context that supports this functionality.
getStackSamples() - Method in interface org.spf4j.base.ExecutionContext
 
getStackSamples() - Method in class org.spf4j.stackmonitor.ProfiledExecutionContext
 
getStackTrace() - Method in class org.spf4j.stackmonitor.StackTrace
 
getStackTraces(Thread...) - Static method in class org.spf4j.base.Threads
 
getStackTraces(Thread...) - Static method in class org.spf4j.stackmonitor.FastStackCollector
Deprecated.
use Threads.getStackTraces
getStartTime() - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
getStartTimeNanos() - Method in class org.spf4j.base.BasicExecutionContext
 
getStartTimeNanos() - Method in interface org.spf4j.base.ExecutionContext
 
getStateLock() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getStateLock() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getStores() - Method in class org.spf4j.perf.impl.ms.MultiStore
 
getSubNodes() - Method in interface org.spf4j.base.StackSamples
 
getSubNodes() - Method in class org.spf4j.stackmonitor.SampleNode
 
getSubType() - Method in enum org.spf4j.base.CoreTextMediaType
 
getSunJdkOSMBean() - Static method in class org.spf4j.os.OperatingSystem
 
getSuppressed(Throwable) - Static method in class org.spf4j.base.Throwables
Utility to get suppressed exceptions.
getSuppressedNoCopy(Throwable) - Static method in class org.spf4j.base.UnsafeThrowable
 
getSystemProperty(String, String[], String) - Static method in class org.spf4j.base.Env
 
getSystemProperty(String, String...) - Static method in class org.spf4j.base.Env
 
getSystemProperty(String) - Method in class org.spf4j.unix.JVMArguments
 
getTableAsCsv(String) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
getTableDef(File, String) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTableDef() - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
getTableName() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
getTables() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
getTables(File, Set<String>) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTaskQueue() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getTaskQueue() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getThenReset() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
getThenReset() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
getThenReset() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
getThenReset() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getThenReset() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
getThenReset() - Method in interface org.spf4j.perf.MeasurementAccumulator
 
getThreadById(long) - Static method in class org.spf4j.base.Threads
 
getThreadByName(String) - Static method in class org.spf4j.base.Threads
 
getThreadCount() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getThreadCount() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getThreadName() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getThreadName() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getThreadName() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getThreadPriority() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
getThreadPriority() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
getThreads() - Static method in class org.spf4j.base.Threads
 
getThreads() - Static method in class org.spf4j.stackmonitor.FastStackCollector
Deprecated.
use Threads.getThreads
getThrowableResultMatcher(String) - Static method in class org.spf4j.base.ResultMatchers
 
getTime() - Method in class org.spf4j.net.Timing
Get current Time based on the NTP timing info.
getTimeoutNanos() - Method in class org.spf4j.base.TimeoutDeadline
 
getTimeoutToDeadlineSeconds(long) - Static method in class org.spf4j.jdbc.JdbcTemplate
 
getTimeoutToDeadlineSecondsNoEx(long) - Static method in class org.spf4j.jdbc.JdbcTemplate
 
getTimeRelativeToDeadline(TimeUnit) - Method in interface org.spf4j.base.ExecutionContext
 
getTimeRelativeToDeadline(TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
getTimeSeries(File, long[], long, long) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTimeSeries(File, long[], long, long, BiConsumer<Long, long[]>) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTimeSeriesData(File, String, long, long) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTimeSeriesData(File, long, long, Collection<Long>, Schema) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTimeSeriesData(File) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
getTimeStamp() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getTimeStamp() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getTimeStamp() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
getTimeStamp() - Method in interface org.spf4j.perf.TimeSeriesRecord
 
getTimeStampInstant() - Method in class org.spf4j.log.AvroLogRecordImpl
 
getTimeStampInstant() - Method in interface org.spf4j.log.Slf4jLogRecord
 
getTimeStamps() - Method in class org.spf4j.tsdb2.TimeSeries
 
getTimeToDeadline(TimeUnit) - Method in interface org.spf4j.base.ExecutionContext
 
getTimeToDeadline(TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
getTimeToDeadline(long, TimeUnit) - Static method in class org.spf4j.base.TimeSource
 
getTimeToDeadlineInt(TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
getTimeToDeadlineStrict(long, TimeUnit) - Static method in class org.spf4j.base.TimeSource
 
getTimeToDeadlineUnchecked(TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
getTopWrapped() - Method in interface org.spf4j.base.Wrapper
 
getTotalPermitsColumn() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
getTs() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator.RecordedValue
 
getType() - Method in enum org.spf4j.base.CoreTextMediaType
 
getUnchecked(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
getUnchecked(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
getUnchecked(K) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
getUncheckedTimeToDeadline(TimeUnit) - Method in interface org.spf4j.base.ExecutionContext
 
getUnderlyingStream() - Method in class org.spf4j.io.PushbackInputStreamEx
 
getUnit(Schema) - Static method in interface org.spf4j.perf.TimeSeriesRecord
 
getUnitOfMeasurement() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
getUnitOfMeasurement() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
getUnitOfMeasurement() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
getUnitOfMeasurement() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
getUnitOfMeasurement() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
getUnixOsMBean() - Static method in class org.spf4j.os.OperatingSystem
 
getUnreadBytesFromBuffer() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
getUnreadBytesFromBuffer() - Method in class org.spf4j.io.PipedOutputStream
 
getUsage(T) - Method in interface org.spf4j.recyclable.UsageProvider
 
getUserPrincipal() - Method in interface org.spf4j.security.RbacSecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getUTF8CharsetDecoder() - Static method in class org.spf4j.base.Strings
 
getUTF8CharsetEncoder() - Static method in class org.spf4j.base.Strings
 
getValue() - Method in class org.spf4j.base.ContextValue
 
getValue(String, int) - Static method in class org.spf4j.base.Env
 
getValue(String, float) - Static method in class org.spf4j.base.Env
 
getValue(String, double) - Static method in class org.spf4j.base.Env
 
getValue(String, boolean) - Static method in class org.spf4j.base.Env
 
getValue(String, String) - Static method in class org.spf4j.base.Env
 
getValue(String, Supplier<String>) - Static method in class org.spf4j.base.Env
 
getValue() - Method in class org.spf4j.base.Holder
 
getValue() - Method in class org.spf4j.base.MutableHolder
 
getValue() - Method in class org.spf4j.base.MutableInteger
 
getValue() - Method in class org.spf4j.base.Pair
 
getValue() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator.RecordedValue
 
getValueOpenType() - Method in interface org.spf4j.jmx.ExportedValue
 
getValueOpenType() - Method in class org.spf4j.jmx.GenericExportedValue
 
getValues() - Method in class org.spf4j.tsdb2.TimeSeries
 
getValueType() - Method in interface org.spf4j.jmx.ExportedValue
 
getValueType() - Method in class org.spf4j.jmx.GenericExportedValue
 
getWarnLsofDetail() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
getWarnLsofTime() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
getWarnThreshold() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
getWrapped() - Method in interface org.spf4j.base.Wrapper
 
getWrapped() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
Overwrite as needed for a ScheduledExecutorService, etc
getWrapped() - Method in class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
getWrapped() - Method in class org.spf4j.io.CountingInputStream
 
getWrapped() - Method in class org.spf4j.log.ExecContextLogger
 
getWrapped() - Method in class org.spf4j.log.SLf4jXLogAdapter
 
getwSchema() - Method in class org.spf4j.avro.Configs.ConfigHeader
 
getYamlDecoder(Schema, Reader) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
getYamlDecoder(Schema, Reader) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
getYamlDecoder(Schema, Reader) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
GL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
GL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 
GlobalMXBeanMapperSupplier - Class in org.spf4j.jmx
 
goDownWithError(SysExits) - Static method in class org.spf4j.base.Runtime
 
goDownWithError(Throwable, SysExits) - Static method in class org.spf4j.base.Runtime
 
goDownWithError(Throwable, int) - Static method in class org.spf4j.base.Runtime
 
GraphiteTcpStore - Class in org.spf4j.perf.impl.ms.graphite
 
GraphiteTcpStore(String) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
GraphiteTcpStore(URI) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
GraphiteTcpStore(String, int) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
GraphiteTcpStore(String, int, SocketFactory) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
GraphiteUdpStore - Class in org.spf4j.perf.impl.ms.graphite
 
GraphiteUdpStore(String) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
GraphiteUdpStore(URI) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
GraphiteUdpStore(String, int) - Constructor for class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
Graphs - Class in org.spf4j.ds
 
GraphTypeMap<H> - Class in org.spf4j.reflect
 
GraphTypeMap() - Constructor for class org.spf4j.reflect.GraphTypeMap
 
GraphTypeMap(int) - Constructor for class org.spf4j.reflect.GraphTypeMap
 
GuavaRateLimiter - Class in org.spf4j.failsafe
 
GuavaRateLimiter(RateLimiter) - Constructor for class org.spf4j.failsafe.GuavaRateLimiter
 

H

handle(T, long) - Method in interface org.spf4j.base.Handler
 
handle(T, long) - Method in interface org.spf4j.base.HandlerNano
 
handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
handle(Selector, SocketChannel, ExecutorService, BlockingQueue<Runnable>, UpdateablePriorityQueue<DeadlineAction>) - Method in interface org.spf4j.io.tcp.ClientHandler
 
handle(Selector, SocketChannel, ExecutorService, BlockingQueue<Runnable>, UpdateablePriorityQueue<DeadlineAction>) - Method in class org.spf4j.io.tcp.proxy.ProxyClientHandler
 
handle(O) - Method in interface org.spf4j.recyclable.Scanable.ScanHandler
method to handle object
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
Handler<T,E extends Exception> - Interface in org.spf4j.base
 
HandlerNano<T,R,E extends Exception> - Interface in org.spf4j.base
 
handleStdErr(byte[], int) - Method in interface org.spf4j.base.Runtime.ProcOutputHandler
Deprecated.
 
handleStdErr(InputStream) - Method in class org.spf4j.os.LoggingProcessHandler
 
handleStdErr(InputStream) - Method in interface org.spf4j.os.ProcessHandler
 
handleStdErr(InputStream) - Method in class org.spf4j.os.StdOutToStringProcessHandler
 
handleStdOut(byte[], int) - Method in interface org.spf4j.base.Runtime.ProcOutputHandler
Deprecated.
 
handleStdOut(InputStream) - Method in class org.spf4j.os.LoggingProcessHandler
 
handleStdOut(InputStream) - Method in interface org.spf4j.os.ProcessHandler
 
handleStdOut(InputStream) - Method in class org.spf4j.os.StdOutLineCountProcessHandler
 
handleStdOut(InputStream) - Method in class org.spf4j.os.StdOutToStringProcessHandler
 
hasAttachment(Object) - Method in class org.spf4j.log.AvroLogRecordImpl
 
hasAttachment(Object) - Method in interface org.spf4j.log.Slf4jLogRecord
 
hasAttachment(Object) - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
hasChildren() - Method in class org.spf4j.log.LogAttribute
 
hasElements() - Method in class org.spf4j.ds.SimpleStackNullSupport
 
hash(Object) - Method in class org.spf4j.ds.IdentityHashSet
 
hash(Object) - Method in class org.spf4j.stackmonitor.MethodMap
optimized hashing.
hash(Object) - Method in class org.spf4j.stackmonitor.TObjectHash
 
hashcode(CharSequence) - Static method in class org.spf4j.base.CharSequences
 
hashCode() - Method in class org.spf4j.base.Either
 
hashCode() - Method in class org.spf4j.base.MutableHolder
 
hashCode() - Method in class org.spf4j.base.MutableInteger
 
hashCode() - Method in class org.spf4j.base.Pair
 
hashcode(CharSequence) - Static method in class org.spf4j.base.Strings
Deprecated.
hashCode() - Method in class org.spf4j.base.TimeoutDeadline
 
hashCode() - Method in class org.spf4j.base.Version
 
hashCode() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
hashCode() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
hashCode() - Method in class org.spf4j.ds.SimpleStackNullSupport
can be overwritten for better implementation.
hashCode() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
hashCode() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
hashCode() - Method in class org.spf4j.perf.impl.Quanta
 
hashCode() - Method in class org.spf4j.security.EncryptedBytes
 
hashCode() - Method in class org.spf4j.security.EncryptedString
 
hashCode() - Method in class org.spf4j.stackmonitor.SampleNode
 
hashCode() - Method in class org.spf4j.stackmonitor.StackTrace
 
hashCode() - Method in class org.spf4j.stackmonitor.THashMap
 
hashCode() - Method in class org.spf4j.text.MessageFormat
Generates a hash code for the message format object.
hashCode() - Method in class org.spf4j.unix.JVMArguments
 
hasNext() - Method in class org.spf4j.io.csv.CsvReader2Iterator
 
hasNext() - Method in class org.spf4j.io.csv.OneRowIterator
 
hasNext() - Method in class org.spf4j.perf.TimeSeriesAggregatingIterator
 
hasReferences() - Method in class org.spf4j.log.LogAttribute
 
hasSystemProperty(String) - Method in class org.spf4j.unix.JVMArguments
 
hasVMArgument(String) - Method in class org.spf4j.unix.JVMArguments
 
hasVMArgumentStartingWith(String) - Method in class org.spf4j.unix.JVMArguments
 
haveJnaPlatform() - Static method in class org.spf4j.base.JNA
 
haveJnaPlatform() - Static method in class org.spf4j.base.Runtime
Deprecated.
use JNA instead
haveJnaPlatformClib() - Static method in class org.spf4j.base.JNA
 
haveJnaPlatformClib() - Static method in class org.spf4j.base.Runtime
Deprecated.
use JNA instead.
heapify() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
HeartBeatError - Error in org.spf4j.concurrent.jdbc
A Error specifying that a Heartbeat cannot be done.
HeartBeatError() - Constructor for error org.spf4j.concurrent.jdbc.HeartBeatError
 
HeartBeatError(String) - Constructor for error org.spf4j.concurrent.jdbc.HeartBeatError
 
HeartBeatError(String, Throwable) - Constructor for error org.spf4j.concurrent.jdbc.HeartBeatError
 
HeartBeatError(Throwable) - Constructor for error org.spf4j.concurrent.jdbc.HeartBeatError
 
HeartBeatTableDesc - Class in org.spf4j.concurrent.jdbc
 
HeartBeatTableDesc(String, String, String, String, DbType) - Constructor for class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
Hedge - Class in org.spf4j.failsafe
 
Hedge(long, int) - Constructor for class org.spf4j.failsafe.Hedge
 
HedgePolicy - Interface in org.spf4j.failsafe
 
height() - Method in class org.spf4j.stackmonitor.SampleNode
 
Holder<T> - Class in org.spf4j.base
Type holder, supports holding nulls.
Holder(T) - Constructor for class org.spf4j.base.Holder
 
Holder() - Constructor for class org.spf4j.base.Holder
 

I

Id2Info - Class in org.spf4j.perf.impl.ms
 
ID_ATTR_NAME - Static variable in class org.spf4j.log.LogAttribute
 
IdentityHashSet<T> - Class in org.spf4j.ds
 
IdentityHashSet() - Constructor for class org.spf4j.ds.IdentityHashSet
 
IdentityHashSet(int) - Constructor for class org.spf4j.ds.IdentityHashSet
 
IdentityHashSet(int, float) - Constructor for class org.spf4j.ds.IdentityHashSet
 
IdentityHashSet(Collection<? extends T>) - Constructor for class org.spf4j.ds.IdentityHashSet
 
IDS_PROP - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
implement(Class<T>, Object) - Static method in class org.spf4j.base.Reflections
 
implementStatic(Class<T>, Class<?>) - Static method in class org.spf4j.base.Reflections
create a proxy instance that will proxy interface methods to static methods on the target class.
increasePermits(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
increment() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
increment() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
increment() - Method in interface org.spf4j.perf.MeasurementRecorder
Increment measurement by one.
inCurrentThread(ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
index(Object) - Method in class org.spf4j.stackmonitor.TObjectHash
Locates the index of obj.
indexOf(T[], T) - Static method in class org.spf4j.base.Arrays
 
indexOf(CharSequence, int, int, char) - Static method in class org.spf4j.base.CharSequences
 
indexOf(CharSequence, int, int, IntPredicate) - Static method in class org.spf4j.base.CharSequences
 
indexOf(CharSequence, int, int, char...) - Static method in class org.spf4j.base.CharSequences
 
indexOf(Object) - Method in class org.spf4j.ds.SimpleStack
Not implemented, can be overwritten.
indexOf(Object) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
indexOfIgnoreCase(CharSequence, CharSequence, int) - Static method in class org.spf4j.base.CharSequences
 
inferAggregationFromName(Schema.Field, Schema) - Static method in interface org.spf4j.perf.TimeSeriesRecord
 
info(String) - Method in class org.spf4j.log.ExecContextLogger
 
info(String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
info(String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
info(String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
info(String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
info(Marker, String) - Method in class org.spf4j.log.ExecContextLogger
 
info(Marker, String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
info(Marker, String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
info(Marker, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
info(Marker, String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
initialInterestRegistration() - Method in class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
initialInterestRegistration() - Method in class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
initialInterestRegistration() - Method in class org.spf4j.io.tcp.SelectorEventHandler
Method must be invoked in selector thread.
initiateClose() - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
insert(float[], float[], T) - Method in class org.spf4j.ds.RTree
Inserts the given entry into the RTree, associated with the given rectangle.
insert(float[], T) - Method in class org.spf4j.ds.RTree
Convenience method for inserting a point
insertionIndex(T) - Method in class org.spf4j.stackmonitor.TObjectHash
Deprecated.
insertKey(T) - Method in class org.spf4j.stackmonitor.TObjectHash
Locates the index at which key can be inserted.
install() - Static method in class org.spf4j.log.SLF4JBridgeHandler
Adds a SLF4JBridgeHandler instance to jul's root logger.
INSTANCE - Static variable in class org.spf4j.base.IntAppender.CommentNumberAppender
 
INSTANCE - Static variable in class org.spf4j.base.IntAppender.SimplePrefixNumberAppender
 
INSTANCE - Static variable in class org.spf4j.base.IntMath.XorShift32ThreadSafe.Singleton
Deprecated.
 
instance() - Static method in class org.spf4j.concurrent.DefaultContextAwareExecutor
 
instance() - Static method in class org.spf4j.concurrent.DefaultContextAwareScheduledExecutor
 
INSTANCE - Static variable in class org.spf4j.concurrent.DefaultExecutor
 
instance() - Static method in class org.spf4j.concurrent.DefaultExecutor
 
INSTANCE - Static variable in class org.spf4j.concurrent.DefaultScheduler
 
instance() - Static method in class org.spf4j.concurrent.DefaultScheduler
 
instance() - Static method in class org.spf4j.failsafe.concurrent.DefaultFailSafeExecutor
 
INSTANCE - Static variable in class org.spf4j.io.ClosedOutputStream
 
INSTANCE - Static variable in class org.spf4j.io.EmptyInputStream
 
INSTANCE - Static variable in class org.spf4j.io.EmptyReader
 
INSTANCE - Static variable in class org.spf4j.io.NullWriter
 
INSTANCE - Static variable in class org.spf4j.perf.impl.NopMeasurementRecorder
 
INSTANCE - Static variable in class org.spf4j.perf.impl.NopMeasurementRecorderSource
 
INSTANCE - Static variable in interface org.spf4j.unix.CLibrary
 
InstantAppender - Class in org.spf4j.io.appenders
 
InstantAppender() - Constructor for class org.spf4j.io.appenders.InstantAppender
 
InstrumentationHelper - Class in org.spf4j.base
 
IntAppender - Interface in org.spf4j.base
 
IntAppender.CommentNumberAppender - Class in org.spf4j.base
 
IntAppender.SimplePrefixNumberAppender - Class in org.spf4j.base
 
InterruptibleCompletableFuture<A> - Class in org.spf4j.concurrent
A completable Future that wraps a Future that will provide the results for this.
InterruptibleCompletableFuture() - Constructor for class org.spf4j.concurrent.InterruptibleCompletableFuture
 
IntMath - Class in org.spf4j.base
 
IntMath.XorShift128 - Class in org.spf4j.base
 
IntMath.XorShift32 - Class in org.spf4j.base
A very fast Pseudo random generator.
IntMath.XorShift32ThreadSafe - Class in org.spf4j.base
Deprecated.
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...
IntMath.XorShift32ThreadSafe.Singleton - Class in org.spf4j.base
Deprecated.
 
IntSequence - Interface in org.spf4j.base
 
invalidate(Object) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
invalidate(Object) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
invalidate(Object) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
invalidateAll(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
invalidateAll() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
invalidateAll(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
invalidateAll() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
invalidateAll(Iterable<?>) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
invalidateAll() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
InvalidRetryPolicyException - Exception in org.spf4j.failsafe
 
InvalidRetryPolicyException(String) - Constructor for exception org.spf4j.failsafe.InvalidRetryPolicyException
 
InvalidRetryPolicyException(String, Throwable) - Constructor for exception org.spf4j.failsafe.InvalidRetryPolicyException
 
Invocation - Interface in org.spf4j.base
 
invocation(Method, Method, int) - Method in interface org.spf4j.stackmonitor.SampleNode.Invocation
 
invoke(Object...) - Method in interface org.spf4j.base.Invocation
 
invoke(Method, Object, Object[]) - Static method in class org.spf4j.base.Reflections
 
invoke(Object[]) - Method in interface org.spf4j.jmx.ExportedOperation
 
invoke(Object[]) - Method in class org.spf4j.jmx.GenericExportedOperation
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
IOConsumer<T> - Interface in org.spf4j.io
 
IOTimeoutException - Exception in org.spf4j.io
 
IOTimeoutException(long, long) - Constructor for exception org.spf4j.io.IOTimeoutException
 
IS_LITTLE_ENDIAN - Static variable in class org.spf4j.base.Runtime
 
ISampler - Interface in org.spf4j.stackmonitor
 
isAttached() - Method in class org.spf4j.base.BasicExecutionContext
 
isAttached() - Method in interface org.spf4j.base.ExecutionContext
 
isCancelled() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
isCancelled() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
isClosed() - Method in class org.spf4j.base.BasicExecutionContext
 
isClosed() - Method in interface org.spf4j.base.ExecutionContext
 
isCompressDumps() - Method in class org.spf4j.stackmonitor.Sampler
 
isDaemonThreads() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
isDaemonThreads() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
isDebugEnabled() - Method in class org.spf4j.log.ExecContextLogger
 
isDebugEnabled(Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isDone() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
isDone() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
isEmpty() - Method in class org.spf4j.ds.LinkedHashSetEx
 
isEmpty() - Method in class org.spf4j.ds.SimpleStackNullSupport
check if stack is empty
isEmpty() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
isEmpty() - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
isEmpty() - Method in class org.spf4j.stackmonitor.THash
Tells whether this set is currently holding any elements.
isEnabled(Level, Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isEnabled(Level, Marker) - Method in class org.spf4j.log.SLf4jXLogAdapter
 
isEnabled(Level, Marker) - Method in interface org.spf4j.log.XLog
Is logger enabled for level and marker
isError() - Method in enum org.spf4j.base.SysExits
 
isErrorEnabled() - Method in class org.spf4j.log.ExecContextLogger
 
isErrorEnabled(Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isHeldByCurrentThread() - Method in class org.spf4j.concurrent.FileBasedLock
 
isInfoEnabled() - Method in class org.spf4j.log.ExecContextLogger
 
isInfoEnabled(Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isInherited(ExecutionContext.Relation) - Method in interface org.spf4j.base.ExecutionContext.Tag
if true, a child execution context will check parent execution contexts for tag values if not local values exist.
isInstalled() - Static method in class org.spf4j.log.SLF4JBridgeHandler
Returns true if SLF4JBridgeHandler has been previously installed, returns false otherwise.
isIsHealthy() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
isJavaIdentifier(CharSequence) - Static method in class org.spf4j.base.JavaUtils
 
isLeft() - Method in class org.spf4j.base.Either
 
isLeft() - Method in class org.spf4j.base.Either.Left
 
isLeft() - Method in class org.spf4j.base.Either.Right
 
isLogged() - Method in class org.spf4j.log.AvroLogRecordImpl
 
isLogged() - Method in interface org.spf4j.log.Slf4jLogRecord
Indicates that this log record has been sent to the logging backend to persist.
isLogged() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
isMacOsx() - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem
isMacOsx() - Static method in class org.spf4j.os.OperatingSystem
 
isNonRecoverable(Throwable) - Static method in class org.spf4j.base.Throwables
Is this Throwable a JVM non-recoverable exception.
isObjectUpdated() - Method in class org.spf4j.concurrent.UpdateResult
 
isOk() - Method in enum org.spf4j.base.SysExits
 
isPresent() - Method in class org.spf4j.base.NullAbleOptional
 
isRetryable(Throwable) - Static method in class org.spf4j.base.Throwables
figure out if a Exception is retry-able or not.
isRight() - Method in class org.spf4j.base.Either
 
isRunning() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
isShutdown() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
isShutdown() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
isShuttingDown() - Static method in class org.spf4j.base.Runtime
 
isSimpleType() - Method in interface org.spf4j.jmx.JMXBeanMapping
A type where the open type class and the java class are the same.
isStarted() - Static method in class org.spf4j.perf.cpu.CpuUsageSampler
 
isStarted() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
isStarted() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
isStarted() - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
isStarted() - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
isStopped() - Method in class org.spf4j.stackmonitor.Sampler
 
isSuccess() - Method in interface org.spf4j.concurrent.PermitSupplier.Acquisition
 
isTerminated() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
isTerminated() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
isTestFramework() - Static method in class org.spf4j.base.Runtime
 
isTopOfStack() - Method in interface org.spf4j.base.ThreadLocalContextAttacher.Attached
Returns true if the Attached Context is the first/only context in the Thread context stack.
isTraceEnabled() - Method in class org.spf4j.log.ExecContextLogger
 
isTraceEnabled(Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isUserInRole(String) - Method in interface org.spf4j.security.RbacSecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isValidFileName(CharSequence) - Static method in class org.spf4j.base.CharSequences
 
isValidJavaId(CharSequence) - Static method in class org.spf4j.base.CharSequences
 
isWarnEnabled() - Method in class org.spf4j.log.ExecContextLogger
 
isWarnEnabled(Marker) - Method in class org.spf4j.log.ExecContextLogger
 
isWindows() - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem
isWindows() - Static method in class org.spf4j.os.OperatingSystem
 
isWrappableOrWrapper(Class) - Static method in class org.spf4j.base.Reflections
 
isWrapperFor(Class<?>) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
isWriteable() - Method in interface org.spf4j.jmx.ExportedValue
 
isWriteable() - Method in class org.spf4j.jmx.GenericExportedValue
 
Iterables - Class in org.spf4j.base
 
iterator() - Method in class org.spf4j.ds.LinkedHashSetEx
 
iterator() - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
iterator() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
iterator() - Method in class org.spf4j.log.LogAttribute
 
iterator() - Method in class org.spf4j.stackmonitor.THashMap.EntryView
 
iterator() - Method in class org.spf4j.stackmonitor.THashMap.KeyView
 
iterator() - Method in class org.spf4j.stackmonitor.THashMap.ValueView
 

J

JAVA_HOME - Static variable in class org.spf4j.base.Runtime
 
JAVA_NEW - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
JAVA_NEW - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 
JAVA_PLATFORM - Static variable in class org.spf4j.base.Runtime
 
JAVA_VERSION - Static variable in class org.spf4j.base.Runtime
 
JavaUtils - Class in org.spf4j.base
 
JdbcConnectionFactory - Class in org.spf4j.pool.jdbc
 
JdbcConnectionFactory(String, String, String, String) - Constructor for class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
JdbcConnectionFactory(String, String, String, String, int) - Constructor for class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
JdbcConnectionFactory(String, String, Properties, int) - Constructor for class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
JdbcHeartBeat - Class in org.spf4j.concurrent.jdbc
A class that does "heartbeats" (at a arbitrary inteval) to a database table.
JdbcHeartBeat.LifecycleHook - Interface in org.spf4j.concurrent.jdbc
 
JdbcLock - Class in org.spf4j.concurrent.jdbc
A Jdbc Lock implementation.
JdbcLock(DataSource, SemaphoreTablesDesc, String, int) - Constructor for class org.spf4j.concurrent.jdbc.JdbcLock
 
JdbcSemaphore - Class in org.spf4j.concurrent.jdbc
A jdbc table based distributes semaphore implementation.
JdbcSemaphore(DataSource, String, int) - Constructor for class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
JdbcSemaphore(DataSource, String, int, boolean) - Constructor for class org.spf4j.concurrent.jdbc.JdbcSemaphore
create a JDBC Semaphore.
JdbcSemaphore(DataSource, SemaphoreTablesDesc, String, int, int, boolean) - Constructor for class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
JdbcSemaphore(DataSource, SemaphoreTablesDesc, String, int, int, boolean, int) - Constructor for class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
JdbcTemplate - Class in org.spf4j.jdbc
A very simple JdbTemplate.
JdbcTemplate(DataSource) - Constructor for class org.spf4j.jdbc.JdbcTemplate
 
JdbcTemplate(DataSource, RetryPolicy<Object, Callable<? extends Object>>) - Constructor for class org.spf4j.jdbc.JdbcTemplate
 
Jmx() - Constructor for class org.spf4j.base.Runtime.Jmx
 
JMXBeanMapping - Interface in org.spf4j.jmx
 
JMXBeanMappingSupplier - Interface in org.spf4j.jmx
 
JmxExport - Annotation Type in org.spf4j.jmx
Annotation to mark setters and getters of attributes to export via JMX, Any other methods that do not respect get/set/is bean naming conventions will be exported as JMX operation.
jmxStart() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
jmxStop() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
JmxSupport - Interface in org.spf4j.perf
a java object that exposes JMX attributes and operations.
JNA - Class in org.spf4j.base
JNA utilitties.
jrun(Class<?>, long, String...) - Static method in class org.spf4j.base.Runtime
 
jrun(Class<?>, String, long, String...) - Static method in class org.spf4j.base.Runtime
 
jrun(Class<?>, String, long, String[], String...) - Static method in class org.spf4j.base.Runtime
 
jrunAndLog(Class<?>, long, String...) - Static method in class org.spf4j.base.Runtime
 
jrunAndLog(Class<?>, String, long, String...) - Static method in class org.spf4j.base.Runtime
 
jrunAndLog(Class<?>, String, long, String[], String...) - Static method in class org.spf4j.base.Runtime
 
Json - Class in org.spf4j.base
 
JsonReader<T> - Interface in org.spf4j.base
 
jsonWritableSerializer() - Static method in class org.spf4j.base.Json
 
JsonWriteable - Interface in org.spf4j.base
 
JsonWriteableAppender - Class in org.spf4j.io.appenders.json
 
JsonWriteableAppender() - Constructor for class org.spf4j.io.appenders.json.JsonWriteableAppender
 
JVMArguments - Class in org.spf4j.unix
List of arguments for Java VM and application.
JVMArguments(int) - Constructor for class org.spf4j.unix.JVMArguments
 
JVMArguments(Collection<? extends String>) - Constructor for class org.spf4j.unix.JVMArguments
 

K

keyForEntry(Map.Entry<K, V>) - Method in class org.spf4j.stackmonitor.THashMap.EntryView
 
keySet() - Method in class org.spf4j.stackmonitor.THashMap
returns a Set view on the keys of the map.
KeyView() - Constructor for class org.spf4j.stackmonitor.THashMap.KeyView
 
kill(int, int) - Method in interface org.spf4j.unix.CLibrary
 
killProcess(Process, long, long) - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem.killProcess.
killProcess(Process, long, long) - Static method in class org.spf4j.os.OperatingSystem
 

L

LangIdEncDec - Class in org.spf4j.base
Encoder that encodes an arbitrary string to an ID.
last(int) - Static method in class org.spf4j.base.XCollectors
 
last(int, X) - Static method in class org.spf4j.base.XCollectors
 
last(Supplier<D>, int, X) - Static method in class org.spf4j.base.XCollectors
 
lastIndexOf(Object) - Method in class org.spf4j.ds.SimpleStack
Not implemented, can be overwritten.
lastIndexOf(Object) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
lastIndexOfIgnoreCase(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
LazyOutputStreamWrapper - Class in org.spf4j.io
A utility class that allows you to delay any writes made in the constructor of a particular writer (headers).
LazyOutputStreamWrapper(Supplier<OutputStream>) - Constructor for class org.spf4j.io.LazyOutputStreamWrapper
 
Lease<T> - Interface in org.spf4j.recyclable
 
lease(int) - Method in interface org.spf4j.recyclable.SizedLeaseSupplier
 
LeaseImpl<T> - Class in org.spf4j.recyclable.impl
 
LeaseImpl(RecyclingSupplier<T>) - Constructor for class org.spf4j.recyclable.impl.LeaseImpl
 
LeaseSupplier<T> - Interface in org.spf4j.recyclable
 
left(A) - Static method in class org.spf4j.base.Either
 
Left(A) - Constructor for class org.spf4j.base.Either.Left
 
Level - Enum in org.spf4j.log
An enum for log levels
LifoThreadPool - Interface in org.spf4j.concurrent
See LifoThreadPoolBuilder for creating lifo thread pools.
LifoThreadPoolBuilder - Class in org.spf4j.concurrent
 
LifoThreadPoolExecutorSQP - Class in org.spf4j.concurrent
LIFO scheduled java thread pool, this behavior is identical with the JDK's fork join pool, but different from the older jdk ThreadPoolExecutor implementations.
LifoThreadPoolExecutorSQP(int, String) - Constructor for class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
LifoThreadPoolExecutorSQP(String, int, int, int, int, boolean) - Constructor for class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
LifoThreadPoolExecutorSQP(String, int, int, int, int) - Constructor for class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
LifoThreadPoolExecutorSQP(String, int, int, int, int, boolean, RejectedExecutionHandler) - Constructor for class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
LifoThreadPoolExecutorSQP(String, int, int, int, int, boolean, RejectedExecutionHandler, int) - Constructor for class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
limitDequeue(Deque<T>, int, T) - Static method in class org.spf4j.base.XCollectors
 
LimitingExecutor<T,C extends Callable<? extends T>> - Class in org.spf4j.failsafe
 
LimitingExecutor(PermitSupplier) - Constructor for class org.spf4j.failsafe.LimitingExecutor
 
LimitingExecutor(Semaphore) - Constructor for class org.spf4j.failsafe.LimitingExecutor
 
LimitingExecutor(LimitingExecutor.RejectedExecutionHandler<T, C>, Semaphore) - Constructor for class org.spf4j.failsafe.LimitingExecutor
 
LimitingExecutor.RejectedExecutionHandler<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
 
lineNumbered(int, Appendable) - Static method in class org.spf4j.base.CharSequences
 
lineNumbered(int, Appendable, IntAppender) - Static method in class org.spf4j.base.CharSequences
 
LinkedHashMapEx<K,V> - Class in org.spf4j.ds
Linked hashmap that allows access to the Last Entry efficiently.
LinkedHashMapEx() - Constructor for class org.spf4j.ds.LinkedHashMapEx
 
LinkedHashMapEx(int, float) - Constructor for class org.spf4j.ds.LinkedHashMapEx
 
LinkedHashMapEx(int) - Constructor for class org.spf4j.ds.LinkedHashMapEx
 
LinkedHashMapEx(Map<? extends K, ? extends V>) - Constructor for class org.spf4j.ds.LinkedHashMapEx
 
LinkedHashMapEx(int, float, boolean) - Constructor for class org.spf4j.ds.LinkedHashMapEx
 
LinkedHashSetEx<V> - Class in org.spf4j.ds
 
LinkedHashSetEx() - Constructor for class org.spf4j.ds.LinkedHashSetEx
 
LinkedHashSetEx(int) - Constructor for class org.spf4j.ds.LinkedHashSetEx
 
LinkedMap<K,V> - Interface in org.spf4j.ds
 
LinkedSet<V> - Interface in org.spf4j.ds
 
LISTENABLE_INSTANCE - Static variable in class org.spf4j.concurrent.DefaultScheduler
 
listenableInstance() - Static method in class org.spf4j.concurrent.DefaultScheduler
 
listIterator() - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
listIterator(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
load(File) - Static method in class org.spf4j.ssdump2.Converter
 
load(InputStream) - Static method in class org.spf4j.ssdump2.Converter
 
loadLabeledDump(File, String) - Static method in class org.spf4j.ssdump2.Converter
Load samples forrm file containing multiple labeled stack samples.
loadLabeledDumps(File) - Static method in class org.spf4j.ssdump2.Converter
Load samples forrm file containing multiple labeled stack samples.
loadLabels(File, Consumer<String>) - Static method in class org.spf4j.ssdump2.Converter
Load the labels from a ssdump3 file.
LocalDateAppender - Class in org.spf4j.io.appenders
 
LocalDateAppender() - Constructor for class org.spf4j.io.appenders.LocalDateAppender
 
LocalSemaphore - Class in org.spf4j.concurrent
A process level semaphore implementation based on the JDK semaphore.
LocalSemaphore(int, boolean) - Constructor for class org.spf4j.concurrent.LocalSemaphore
 
lock() - Method in class org.spf4j.concurrent.FileBasedLock
 
lock() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
lockInterruptibly() - Method in class org.spf4j.concurrent.FileBasedLock
 
lockInterruptibly() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
LockRuntimeException - Exception in org.spf4j.concurrent
 
LockRuntimeException() - Constructor for exception org.spf4j.concurrent.LockRuntimeException
 
LockRuntimeException(String) - Constructor for exception org.spf4j.concurrent.LockRuntimeException
 
LockRuntimeException(String, Throwable) - Constructor for exception org.spf4j.concurrent.LockRuntimeException
 
LockRuntimeException(Throwable) - Constructor for exception org.spf4j.concurrent.LockRuntimeException
 
log(ExecutionContext, Level, LogRecord) - Method in class org.spf4j.log.ExecContextLogger
 
log(Marker, Level, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
log(ExecutionContext, Marker, Level, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
log(Slf4jLogRecord) - Static method in class org.spf4j.log.LogAttribute
 
log(Marker, Level, String, Object...) - Method in class org.spf4j.log.SLf4jXLogAdapter
 
log(Marker, Level, String, Object...) - Method in interface org.spf4j.log.XLog
Log.
LogAttribute<T> - Class in org.spf4j.log
 
LogAttribute(String, T) - Constructor for class org.spf4j.log.LogAttribute
 
logEfficient(String, LogRecord, Logger) - Static method in class org.spf4j.log.SLF4JBridgeHandler
 
LoggingProcessHandler - Class in org.spf4j.os
 
LoggingProcessHandler(Logger) - Constructor for class org.spf4j.os.LoggingProcessHandler
 
logPeakThreadInfo(Level) - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
LogPrinter - Class in org.spf4j.log
A log printer.
LogPrinter() - Constructor for class org.spf4j.log.LogPrinter
 
LogPrinter(Charset) - Constructor for class org.spf4j.log.LogPrinter
 
LogPrinter(DateTimeFormatter, Charset) - Constructor for class org.spf4j.log.LogPrinter
 
logUpgrade(Logger, Marker, Level, String, Object...) - Static method in class org.spf4j.log.LogUtils
 
logUpgrade(Logger, Level, String, Object...) - Static method in class org.spf4j.log.LogUtils
 
logUpgrade(Marker, Level, String, Object...) - Method in class org.spf4j.log.SLf4jXLogAdapter
 
logUpgrade(Marker, Level, String, Object...) - Method in interface org.spf4j.log.XLog
Log with a level that is enabled.
LogUtils - Class in org.spf4j.log
 
lookupObservationFiles(Path) - Static method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
lossyEncode(CharSequence, Appendable) - Static method in class org.spf4j.base.LangIdEncDec
 
lossyEncode(String) - Static method in class org.spf4j.base.LangIdEncDec
 
Lsof - Class in org.spf4j.unix
 

M

main(String[]) - Static method in class org.spf4j.stackmonitor.Monitor
 
makeOpenClass(Type, OpenType<?>) - Static method in class org.spf4j.jmx.mappers.MXBeanMappings
 
MapAppender - Class in org.spf4j.io.appenders
 
MapAppender() - Constructor for class org.spf4j.io.appenders.MapAppender
 
MapEntryOpenTypeMapping - Class in org.spf4j.jmx.mappers
 
MapEntryOpenTypeMapping(ParameterizedType, JMXBeanMappingSupplier) - Constructor for class org.spf4j.jmx.mappers.MapEntryOpenTypeMapping
 
MapJsonAppender - Class in org.spf4j.io.appenders.json
 
MapJsonAppender() - Constructor for class org.spf4j.io.appenders.json.MapJsonAppender
 
MAPPER - Static variable in class org.spf4j.avro.zfork.Yaml
 
MAPPER - Static variable in class org.spf4j.base.Json
 
MapWriter<T> - Interface in org.spf4j.base
 
mark(int) - Method in class org.spf4j.io.BufferedInputStream
 
mark(int) - Method in class org.spf4j.io.CountingInputStream
 
mark(int) - Method in class org.spf4j.io.DebugInputStream
 
mark(int) - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
mark(int) - Method in class org.spf4j.io.PushbackReader
 
mark(int) - Method in class org.spf4j.perf.io.MeasuredInputStream
 
markSupported() - Method in class org.spf4j.io.BufferedInputStream
 
markSupported() - Method in class org.spf4j.io.DebugInputStream
 
markSupported() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
markSupported() - Method in class org.spf4j.io.PushbackReader
 
markSupported() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
match(CharSequence, CharSequence) - Static method in class org.spf4j.base.CharSequences
regular wildcard matcher.
max(Object...) - Static method in class org.spf4j.base.Comparables
 
MAX_BACKOFF_NANOS - Static variable in class org.spf4j.concurrent.Atomics
 
MAX_MS_SPAN - Static variable in class org.spf4j.base.Timing
 
MAX_NR_OPENFILES - Static variable in class org.spf4j.os.OperatingSystem
 
MAX_UDP_MSG_SIZE - Static variable in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
maybeAccumulate(AtomicLong, double, DoubleBinaryOperator, int) - Static method in class org.spf4j.concurrent.Atomics
 
maybeAccumulate(AtomicLong, DoubleUnaryOperator, int) - Static method in class org.spf4j.concurrent.Atomics
 
maybeAccumulate(AtomicLong, long, LongBinaryOperator, int) - Static method in class org.spf4j.concurrent.Atomics
 
MeasuredInputStream - Class in org.spf4j.perf.io
 
MeasuredInputStream(InputStream, String, MeasurementRecorderSource) - Constructor for class org.spf4j.perf.io.MeasuredInputStream
 
MeasuredOutputStream - Class in org.spf4j.perf.io
 
MeasuredOutputStream(OutputStream, String, MeasurementRecorderSource) - Constructor for class org.spf4j.perf.io.MeasuredOutputStream
 
MEASUREMENT_STORE - Static variable in class org.spf4j.perf.impl.RecorderFactory
Deprecated.
use ProcessMeasurementStore.getMeasurementStore() instead.
MEASUREMENT_TYPE_PROP - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
MeasurementAccumulator - Interface in org.spf4j.perf
 
MeasurementRecorder - Interface in org.spf4j.perf
Interface to record a measurement tuple (timestamp, long value)
MeasurementRecorderSource - Interface in org.spf4j.perf
A factory for measurement recorders.
MeasurementsInfo - Interface in org.spf4j.perf
 
MeasurementsInfoImpl - Class in org.spf4j.perf.impl
 
MeasurementsInfoImpl(Object, String, String[], String[], MeasurementType) - Constructor for class org.spf4j.perf.impl.MeasurementsInfoImpl
 
MeasurementsInfoImpl(Object, String, String[], String[], Aggregation[], MeasurementType) - Constructor for class org.spf4j.perf.impl.MeasurementsInfoImpl
 
MeasurementsSource - Interface in org.spf4j.perf
 
MeasurementStore - Interface in org.spf4j.perf
A measurement store.
MeasurementStoreQuery - Interface in org.spf4j.perf
 
MeasurmentStoreUtils - Class in org.spf4j.perf
 
MediaTypes - Class in org.spf4j.base.avro
 
memorized(Callable<V>) - Static method in class org.spf4j.base.Callables
 
MemorizedCallable<V> - Class in org.spf4j.base
use Callables.memorize to create a instance.
MemorizingBufferedInputStream - Class in org.spf4j.io
Why another buffered input stream? Main use case if for troubleshooting.
MemorizingBufferedInputStream(InputStream) - Constructor for class org.spf4j.io.MemorizingBufferedInputStream
 
MemorizingBufferedInputStream(InputStream, int) - Constructor for class org.spf4j.io.MemorizingBufferedInputStream
 
MemorizingBufferedInputStream(InputStream, Charset) - Constructor for class org.spf4j.io.MemorizingBufferedInputStream
 
MemorizingBufferedInputStream(InputStream, Charset, int) - Constructor for class org.spf4j.io.MemorizingBufferedInputStream
 
MemorizingBufferedInputStream(InputStream, int, int, SizedRecyclingSupplier<byte[]>, Charset) - Constructor for class org.spf4j.io.MemorizingBufferedInputStream
 
MemoryUsageSampler - Class in org.spf4j.perf.memory
This class allows you to poll and recordAt to a file the heap committed and heap used for your java process.
MessageFormat - Class in org.spf4j.text
Performance mutation of the JDK message formatter.
MessageFormat(String) - Constructor for class org.spf4j.text.MessageFormat
Constructs a FastMessageFormat for the default FORMAT locale and the specified pattern.
MessageFormat(String, Locale) - Constructor for class org.spf4j.text.MessageFormat
Constructs a FastMessageFormat for the specified locale and pattern.
MethodMap<T> - Class in org.spf4j.stackmonitor
A custom hashcode and eequals map implementation
MethodMap() - Constructor for class org.spf4j.stackmonitor.MethodMap
 
MethodMap(int) - Constructor for class org.spf4j.stackmonitor.MethodMap
 
Methods - Class in org.spf4j.base
 
methodToAttribute(String, String) - Static method in class org.spf4j.base.Strings
A get/set/is prefixed method name to attribute name converter.
millisToDeadline() - Static method in class org.spf4j.base.Runtime
Deprecated.
see ExecutionContexts.
min(Object...) - Static method in class org.spf4j.base.Comparables
 
MinMaxAvgAccumulator - Class in org.spf4j.perf.impl.acc
 
MinMaxAvgAccumulator(Object, String, String) - Constructor for class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
Monitor - Class in org.spf4j.stackmonitor
 
moveOfRange(T[], int, int) - Static method in class org.spf4j.base.Arrays
 
MultiMeasurementRecorder - Interface in org.spf4j.perf
 
MultiStore - Class in org.spf4j.perf.impl.ms
A multi store implementation.
MultiStore(MeasurementStore...) - Constructor for class org.spf4j.perf.impl.ms.MultiStore
 
mutable() - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
MutableHolder<T> - Class in org.spf4j.base
 
MutableHolder(T) - Constructor for class org.spf4j.base.MutableHolder
Deprecated.
use MutableHolder.of
MutableHolder() - Constructor for class org.spf4j.base.MutableHolder
Deprecated.
use MutableHolder.of
MutableHolder.ComparableHolder<T extends Comparable> - Class in org.spf4j.base
 
MutableInteger - Class in org.spf4j.base
 
MutableInteger(int) - Constructor for class org.spf4j.base.MutableInteger
 
MutableLifoThreadPool - Interface in org.spf4j.concurrent
 
MXBeanMappings - Class in org.spf4j.jmx.mappers
 
MxStackCollector - Class in org.spf4j.stackmonitor
 
MxStackCollector(Thread) - Constructor for class org.spf4j.stackmonitor.MxStackCollector
 

N

NameValue<T> - Class in org.spf4j.base
 
NameValue(String, T) - Constructor for class org.spf4j.base.NameValue
 
nanoTime() - Static method in class org.spf4j.base.TimeSource
Get JVM.
NanoTimeoutCallable(long) - Constructor for class org.spf4j.base.CallablesNano.NanoTimeoutCallable
Deprecated.
 
nanoTimeSupplier() - Static method in class org.spf4j.base.TimeSource
 
nevermind(T) - Method in interface org.spf4j.recyclable.ObjectBorower
Notify borower that object has been received back from another borrower.
newBuilder() - Static method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
newBuilder() - Static method in class org.spf4j.failsafe.RetryPolicy
Create a retry policy builder.
newBuilder(RetryPolicy.Builder<T, C>) - Static method in class org.spf4j.failsafe.RetryPolicy
Create a retry policy builder copy.
newBuilder() - Static method in class org.spf4j.jmx.DynamicMBeanBuilder
 
newCondition() - Method in class org.spf4j.concurrent.FileBasedLock
 
newCondition() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
newIncompleteFuture() - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
JDK 11!
newParser(Reader) - Static method in class org.spf4j.avro.zfork.Yaml
 
newThread(Runnable) - Method in class org.spf4j.concurrent.CustomThreadFactory
 
next() - Method in class org.spf4j.concurrent.AtomicSequence
 
next() - Method in class org.spf4j.concurrent.ScalableSequence
 
next() - Method in interface org.spf4j.concurrent.Sequence
 
next() - Method in class org.spf4j.concurrent.UIDGenerator
 
next() - Method in interface org.spf4j.io.csv.CsvReader
read next CSV element, and return its type.
next() - Method in class org.spf4j.io.csv.CsvReader2Iterator
 
next() - Method in class org.spf4j.io.csv.OneRowIterator
 
next() - Method in class org.spf4j.perf.TimeSeriesAggregatingIterator
 
nextChildId() - Method in class org.spf4j.base.BasicExecutionContext
 
nextChildId() - Method in interface org.spf4j.base.ExecutionContext
 
nextDelay() - Method in class org.spf4j.failsafe.FibonacciRetryDelaySupplier
 
nextDelay() - Method in interface org.spf4j.failsafe.RetryDelaySupplier
 
nextInt() - Method in class org.spf4j.base.IntMath.XorShift128
 
nextInt() - Method in class org.spf4j.base.IntMath.XorShift32
 
nextInt() - Method in class org.spf4j.base.IntMath.XorShift32ThreadSafe
Deprecated.
 
nextInt() - Method in interface org.spf4j.base.IntSequence
 
NO_ACCESS - Static variable in interface org.spf4j.security.AbacAuthorizer
 
NO_FILE_ATTRS - Static variable in class org.spf4j.concurrent.FileBasedLock
 
NO_RETRY - Static variable in interface org.spf4j.base.Callables.AdvancedRetryPredicate
Deprecated.
 
NOAUTH - Static variable in interface org.spf4j.security.AbacSecurityContext
 
NoCloseOutputStream - Class in org.spf4j.io
an OutputStream that will wrap a output stream and not propagate close.
NoCloseOutputStream(OutputStream) - Constructor for class org.spf4j.io.NoCloseOutputStream
 
NoExitSecurityManager - Class in org.spf4j.base
 
NoExitSecurityManager() - Constructor for class org.spf4j.base.NoExitSecurityManager
 
NOMAPPING - Static variable in interface org.spf4j.jmx.JMXBeanMapping
 
NONE - Static variable in interface org.spf4j.avro.SchemaResolver
 
NONE - Static variable in class org.spf4j.base.PackageInfo
 
NONE - Static variable in class org.spf4j.failsafe.Hedge
 
NONE - Static variable in interface org.spf4j.failsafe.HedgePolicy
 
NonValidatingRecyclingSupplier<T> - Interface in org.spf4j.recyclable
 
NOP - Static variable in class org.spf4j.base.AbstractRunnable
 
NopMeasurementRecorder - Class in org.spf4j.perf.impl
 
NopMeasurementRecorderSource - Class in org.spf4j.perf.impl
 
NopMeasurementStore - Class in org.spf4j.perf.impl
 
NopMeasurementStore() - Constructor for class org.spf4j.perf.impl.NopMeasurementStore
 
NORETRY - Static variable in interface org.spf4j.failsafe.RetryPredicate
Simple predicate that does not retry anything.
NORETRY_DELAY_PREDICATE - Static variable in interface org.spf4j.base.Callables.RetryPredicate
Deprecated.
 
NORETRY_FOR_RESULT - Static variable in interface org.spf4j.base.Callables.TimeoutRetryPredicate
Deprecated.
 
NORETRY_FOR_RESULT - Static variable in interface org.spf4j.base.CallablesNano.TimeoutNanoRetryPredicate
Deprecated.
 
noRetryAsyncExecutor() - Static method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
noRetryPolicy() - Static method in class org.spf4j.failsafe.RetryPolicy
 
NotEnoughTimeToRetry - Exception in org.spf4j.failsafe
An more specific exception, for the situation when a retry is not practical.
NotEnoughTimeToRetry(String) - Constructor for exception org.spf4j.failsafe.NotEnoughTimeToRetry
 
NotEnoughTimeToRetry(String, Throwable) - Constructor for exception org.spf4j.failsafe.NotEnoughTimeToRetry
 
NR_PROCESSORS - Static variable in class org.spf4j.base.Runtime
 
NullAbleOptional<T> - Class in org.spf4j.base
 
NullAbleOptional() - Constructor for class org.spf4j.base.NullAbleOptional
 
NullWriter - Class in org.spf4j.io
 
NumberAppender - Class in org.spf4j.io.appenders
 
NumberAppender() - Constructor for class org.spf4j.io.appenders.NumberAppender
 
NumberJsonAppender - Class in org.spf4j.io.appenders.json
 
NumberJsonAppender() - Constructor for class org.spf4j.io.appenders.json.NumberJsonAppender
 

O

O_APPEND - Static variable in class org.spf4j.unix.UnixConstants
 
O_CREAT - Static variable in class org.spf4j.unix.UnixConstants
 
O_DSYNC - Static variable in class org.spf4j.unix.UnixConstants
 
O_EXCL - Static variable in class org.spf4j.unix.UnixConstants
 
O_NOFOLLOW - Static variable in class org.spf4j.unix.UnixConstants
 
O_RDONLY - Static variable in class org.spf4j.unix.UnixConstants
 
O_RDWR - Static variable in class org.spf4j.unix.UnixConstants
 
O_SYNC - Static variable in class org.spf4j.unix.UnixConstants
 
O_TRUNC - Static variable in class org.spf4j.unix.UnixConstants
 
O_WRONLY - Static variable in class org.spf4j.unix.UnixConstants
 
ObjectAppender<T> - Interface in org.spf4j.io
 
ObjectAppenderSupplier - Interface in org.spf4j.io
 
ObjectBorower<T> - Interface in org.spf4j.recyclable
 
ObjectBorower.Action - Enum in org.spf4j.recyclable
 
ObjectBorrowException - Exception in org.spf4j.recyclable
 
ObjectBorrowException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException(String) - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectBorrowException() - Constructor for exception org.spf4j.recyclable.ObjectBorrowException
 
ObjectCreationException - Exception in org.spf4j.recyclable
 
ObjectCreationException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException(String) - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectCreationException() - Constructor for exception org.spf4j.recyclable.ObjectCreationException
 
ObjectDisposeException - Exception in org.spf4j.recyclable
 
ObjectDisposeException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException(String) - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectDisposeException() - Constructor for exception org.spf4j.recyclable.ObjectDisposeException
 
ObjectHolder<T> - Class in org.spf4j.recyclable.impl
this is not a thread safe implementation.
ObjectHolderFactory<T> - Class in org.spf4j.recyclable.impl
 
ObjectHolderFactory(int, RecyclingSupplier.Factory<T>) - Constructor for class org.spf4j.recyclable.impl.ObjectHolderFactory
 
objectInfo(Object) - Static method in class org.spf4j.stackmonitor.TObjectHash
 
ObjectReturnException - Exception in org.spf4j.recyclable
 
ObjectReturnException(Throwable) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException(String, Throwable) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException(String) - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
ObjectReturnException() - Constructor for exception org.spf4j.recyclable.ObjectReturnException
 
Objects - Class in org.spf4j.base
 
of(A, B) - Static method in class org.spf4j.base.ComparablePair
 
of(T) - Static method in class org.spf4j.base.Holder
 
of(T) - Static method in class org.spf4j.base.MutableHolder.ComparableHolder
 
of(T) - Static method in class org.spf4j.base.MutableHolder
 
of(T) - Static method in class org.spf4j.base.MutableHolder
 
of(String, V) - Static method in class org.spf4j.base.NameValue
 
of(T) - Static method in class org.spf4j.base.NullAbleOptional
 
of(A, B) - Static method in class org.spf4j.base.Pair
 
of(A, B) - Static method in class org.spf4j.base.SerializablePair
 
of(long, long) - Static method in class org.spf4j.base.TimeoutDeadline
 
of(String, T) - Static method in class org.spf4j.log.LogAttribute
 
of(int) - Static method in class org.spf4j.unix.JVMArguments
Gets the process argument list of the specified process ID.
OF_NULL - Static variable in class org.spf4j.base.Holder
 
OfficialAvroAdapter - Class in org.spf4j.avro.official
Adapter for the official library.
OfficialAvroAdapter() - Constructor for class org.spf4j.avro.official.OfficialAvroAdapter
 
onClose() - Method in interface org.spf4j.concurrent.jdbc.JdbcHeartBeat.LifecycleHook
 
OneRowIterator - Class in org.spf4j.io.csv
 
OneRowIterator(CsvReader) - Constructor for class org.spf4j.io.csv.OneRowIterator
 
onError(Error) - Method in interface org.spf4j.concurrent.jdbc.JdbcHeartBeat.LifecycleHook
 
OpenFilesSampler - Class in org.spf4j.perf.io
This class allows you to poll and recordAt to a file the heap commitxted and heap used for your java process.
OperatingSystem - Class in org.spf4j.os
Utility to wrap access to JDK specific Operating system Mbean attributes.
operationfromConfigValue(String) - Static method in class org.spf4j.base.ResultMatchers
 
Operations - Class in org.spf4j.base
 
operationsFromConfigValue(String) - Static method in class org.spf4j.base.ResultMatchers
 
org.spf4j.avro - package org.spf4j.avro
 
org.spf4j.avro.official - package org.spf4j.avro.official
 
org.spf4j.avro.zfork - package org.spf4j.avro.zfork
 
org.spf4j.base - package org.spf4j.base
 
org.spf4j.base.avro - package org.spf4j.base.avro
 
org.spf4j.concurrent - package org.spf4j.concurrent
 
org.spf4j.concurrent.jdbc - package org.spf4j.concurrent.jdbc
 
org.spf4j.ds - package org.spf4j.ds
 
org.spf4j.failsafe - package org.spf4j.failsafe
This package contains operation retry utilities.
org.spf4j.failsafe.concurrent - package org.spf4j.failsafe.concurrent
 
org.spf4j.io - package org.spf4j.io
 
org.spf4j.io.appenders - package org.spf4j.io.appenders
 
org.spf4j.io.appenders.json - package org.spf4j.io.appenders.json
 
org.spf4j.io.compress - package org.spf4j.io.compress
 
org.spf4j.io.csv - package org.spf4j.io.csv
 
org.spf4j.io.tcp - package org.spf4j.io.tcp
 
org.spf4j.io.tcp.proxy - package org.spf4j.io.tcp.proxy
 
org.spf4j.jdbc - package org.spf4j.jdbc
 
org.spf4j.jmx - package org.spf4j.jmx
 
org.spf4j.jmx.mappers - package org.spf4j.jmx.mappers
 
org.spf4j.log - package org.spf4j.log
 
org.spf4j.net - package org.spf4j.net
 
org.spf4j.os - package org.spf4j.os
 
org.spf4j.perf - package org.spf4j.perf
 
org.spf4j.perf.cpu - package org.spf4j.perf.cpu
 
org.spf4j.perf.impl - package org.spf4j.perf.impl
 
org.spf4j.perf.impl.acc - package org.spf4j.perf.impl.acc
 
org.spf4j.perf.impl.ms - package org.spf4j.perf.impl.ms
 
org.spf4j.perf.impl.ms.graphite - package org.spf4j.perf.impl.ms.graphite
 
org.spf4j.perf.impl.ms.tsdb - package org.spf4j.perf.impl.ms.tsdb
 
org.spf4j.perf.io - package org.spf4j.perf.io
 
org.spf4j.perf.memory - package org.spf4j.perf.memory
 
org.spf4j.pool.jdbc - package org.spf4j.pool.jdbc
 
org.spf4j.recyclable - package org.spf4j.recyclable
 
org.spf4j.recyclable.impl - package org.spf4j.recyclable.impl
 
org.spf4j.reflect - package org.spf4j.reflect
 
org.spf4j.security - package org.spf4j.security
 
org.spf4j.ssdump2 - package org.spf4j.ssdump2
 
org.spf4j.ssdump2.avro - package org.spf4j.ssdump2.avro
 
org.spf4j.stackmonitor - package org.spf4j.stackmonitor
 
org.spf4j.text - package org.spf4j.text
 
org.spf4j.trace.avro - package org.spf4j.trace.avro
 
org.spf4j.tsdb2 - package org.spf4j.tsdb2
 
org.spf4j.tsdb2.avro - package org.spf4j.tsdb2.avro
 
org.spf4j.unix - package org.spf4j.unix
 
origLevel(Level) - Static method in class org.spf4j.log.LogAttribute
 
origLoggerName(String) - Static method in class org.spf4j.log.LogAttribute
 
origTimeStamp(Instant) - Static method in class org.spf4j.log.LogAttribute
 
origTimeStamp(long) - Static method in class org.spf4j.log.LogAttribute
 
OS_NAME - Static variable in class org.spf4j.base.Runtime
 
override(JsonNode, JsonNode, Schema) - Static method in class org.spf4j.avro.Configs
 
OwnerPermits - Class in org.spf4j.concurrent.jdbc
 
OwnerPermits(String, int) - Constructor for class org.spf4j.concurrent.jdbc.OwnerPermits
 

P

PackageInfo - Class in org.spf4j.base
 
Pair<A,B> - Class in org.spf4j.base
 
Pair(A, B) - Constructor for class org.spf4j.base.Pair
 
ParameterizedException - Exception in org.spf4j.base
a exception type with parameterized message.
ParameterizedException(Throwable, String, Serializable...) - Constructor for exception org.spf4j.base.ParameterizedException
 
ParameterizedSupplier<W,PT> - Interface in org.spf4j.base
 
parse(Reader) - Static method in class org.spf4j.stackmonitor.SampleNode
 
parse(String, ParsePosition) - Method in class org.spf4j.text.MessageFormat
Parses the string.
parse(String) - Method in class org.spf4j.text.MessageFormat
Parses text from the beginning of the given string to produce an object array.
parseD3Json(Reader) - Static method in class org.spf4j.stackmonitor.SampleNode
 
parseHeader(Reader, Schema, SchemaResolver) - Static method in class org.spf4j.avro.Configs
 
parseInt(CharSequence) - Static method in class org.spf4j.base.CharSequences
A more flexible version of Integer.parseInt.
parseInt(CharSequence, int) - Static method in class org.spf4j.base.CharSequences
A more flexible version of Integer.parseInt.
parseInto(Reader, SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
 
parseInto(JsonParser, SampleNode) - Static method in class org.spf4j.stackmonitor.SampleNode
 
parseLong(CharSequence) - Static method in class org.spf4j.base.CharSequences
A more flexible version of Long.parseLong.
parseLong(CharSequence, int) - Static method in class org.spf4j.base.CharSequences
A more flexible version of Long.parseLong.
parseObject(String, ParsePosition) - Method in class org.spf4j.text.MessageFormat
Parses text from a string to produce an object array.
parseSchema(Reader) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
parseSchema(Reader, boolean, SchemaResolver) - Method in interface org.spf4j.avro.AvroCompatUtils.Adapter
 
parseSchema(Reader, boolean, SchemaResolver) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
parseSchema(Reader) - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
parseSchema(Reader, boolean, SchemaResolver) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
parseSchema(Reader) - Method in class org.spf4j.avro.zfork.ZForkAvroAdapter
 
parseUnsignedInt(CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
will parse a unsigned integer from a char sequence from idxFrom.
parseUnsignedInt(CharSequence, int, int, int) - Static method in class org.spf4j.base.CharSequences
will parse a unsigned integer from a char sequence from idxFrom.
parseUnsignedLong(CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
 
parseUnsignedLong(CharSequence, int, int, int, boolean) - Static method in class org.spf4j.base.CharSequences
 
PartialExceptionRetryPredicate<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
Chain-able Exception predicate.
PartialExceptionRetryPredicateSupplier<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
Interface to implement Exception retry rules to be loaded vi aServicveLoader mechanism.
PartialResultRetryPredicate<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
Chainable Result predicate.
PartialResultRetryPredicateSupplier<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
Interface to implement Result retry rules
PartialTypedExceptionRetryPredicate<T,C extends Callable<? extends T>,E extends Throwable> - Interface in org.spf4j.failsafe
A partial retry predicate for a Callable<T>&
PathAppender - Class in org.spf4j.io.appenders
 
PathAppender() - Constructor for class org.spf4j.io.appenders.PathAppender
 
PathsIOException - Exception in org.spf4j.io
 
PathsIOException(Path, IOException) - Constructor for exception org.spf4j.io.PathsIOException
 
peek() - Method in class org.spf4j.ds.SimpleStack
take a look at the top of stack returns null if there is no element.
peek() - Method in class org.spf4j.ds.SimpleStackNullSupport
take a look at the top of stack.
peek(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
peek() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
peekAndPush(T) - Method in class org.spf4j.ds.SimpleStack
 
peekElemAfter(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
peekEntry() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
peekFromTop(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
peekUntil(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
PerformanceMonitor - Class in org.spf4j.perf
 
performanceMonitoredCallable(MeasurementRecorderSource, long, long, Callable<T>) - Static method in class org.spf4j.perf.PerformanceMonitor
 
performanceMonitoredCallable(MeasurementRecorderSource, long, long, Callable<T>, boolean, Object...) - Static method in class org.spf4j.perf.PerformanceMonitor
 
performanceMonitoredCallable(long, long, Callable<T>) - Static method in class org.spf4j.perf.PerformanceMonitor
 
performanceMonitoredCallable(long, long, Callable<T>, boolean, Object...) - Static method in class org.spf4j.perf.PerformanceMonitor
 
performanceMonitoredCallable(MeasurementRecorder, long, long, Callable<T>, boolean, Object...) - Static method in class org.spf4j.perf.PerformanceMonitor
 
permitAvailableEstimateInNanos() - Method in interface org.spf4j.concurrent.PermitSupplier.Acquisition
 
permitsOwned() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
PermitSupplier - Interface in org.spf4j.concurrent
 
PermitSupplier.Acquisition - Interface in org.spf4j.concurrent
 
perror(String) - Method in interface org.spf4j.unix.CLibrary
 
PID - Static variable in class org.spf4j.base.Runtime
Unix PID identifying your process in the OC image it is running.
PipedOutputStream - Class in org.spf4j.io
Equivalent to Java piped input/output stream.
PipedOutputStream() - Constructor for class org.spf4j.io.PipedOutputStream
 
PipedOutputStream(int) - Constructor for class org.spf4j.io.PipedOutputStream
 
PipedOutputStream(int, long) - Constructor for class org.spf4j.io.PipedOutputStream
Deprecated.
use constructor that takes globalDeadlineNanos.
PipedOutputStream(long, int) - Constructor for class org.spf4j.io.PipedOutputStream
Create a PipedOutputStream with a global deadline relative to System.nanoTime().
PipedOutputStream(int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.PipedOutputStream
 
PipedOutputStream(int, SizedRecyclingSupplier<byte[]>, Long) - Constructor for class org.spf4j.io.PipedOutputStream
Deprecated.
use constructor that takes globalDeadlineNanos.
PipedOutputStream(Long, int, SizedRecyclingSupplier<byte[]>) - Constructor for class org.spf4j.io.PipedOutputStream
Create a PipedOutputStream.
PipedOutputStream.PipedInputStream - Class in org.spf4j.io
 
poll() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
pollLast() - Method in class org.spf4j.ds.SimpleStack
 
pollLastEntry() - Method in class org.spf4j.ds.LinkedHashMapEx
 
pollLastEntry() - Method in interface org.spf4j.ds.LinkedMap
 
pollLastValue() - Method in class org.spf4j.ds.LinkedHashSetEx
 
pollLastValue() - Method in interface org.spf4j.ds.LinkedSet
 
PooledDataSource - Class in org.spf4j.pool.jdbc
 
PooledDataSource(int, int, String, String, String, String) - Constructor for class org.spf4j.pool.jdbc.PooledDataSource
 
PooledDataSource(int, int, String, String, Properties, int) - Constructor for class org.spf4j.pool.jdbc.PooledDataSource
 
PooledDataSource(int, int, RecyclingSupplier.Factory<Connection>) - Constructor for class org.spf4j.pool.jdbc.PooledDataSource
 
pop() - Method in class org.spf4j.concurrent.ConcurrentStack
 
pop() - Method in class org.spf4j.ds.SimpleStackNullSupport
pops object out of stack
pop(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
popTo(T[], int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
popUntil(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
postInsertHook() - Method in class org.spf4j.stackmonitor.THash
After an insert, this hook is called to adjust the size/free values of the set and to perform rehashing if necessary.
postVisitDirectory(Path, IOException) - Method in class org.spf4j.io.DeletingVisitor
 
postVisitDirectory(Path, IOException) - Method in class org.spf4j.io.SetFilesReadOnlyVisitor
 
Powerof2SizedGlobalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
recycling supplier that allows you to recycle objects.
Powerof2SizedGlobalRecyclingSupplier(SizedRecyclingSupplier.Factory<T>, ReferenceType) - Constructor for class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
Powerof2ThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
recycling supplier that allows you to recycle objects.
Powerof2ThreadLocalRecyclingSupplier(SizedRecyclingSupplier.Factory<T>, ReferenceType) - Constructor for class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
premain(String, Instrumentation) - Static method in class org.spf4j.base.InstrumentationHelper
 
prepareThreadsAndContexts(Iterable<Map.Entry<Thread, ExecutionContext>>) - Method in class org.spf4j.stackmonitor.ThreadSpecificTracingExecutionContextHandler
 
prepareThreadsAndContexts(Iterable<Map.Entry<Thread, ExecutionContext>>) - Method in class org.spf4j.stackmonitor.TracingExecutionContexSampler
Overwrite to filter what to sample
preppend(T[], T) - Static method in class org.spf4j.base.Arrays
 
preppend(T[], T...) - Static method in class org.spf4j.base.Arrays
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.spf4j.io.DeletingVisitor
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.spf4j.io.SetFilesReadOnlyVisitor
 
primitiveToWrapper(Class<?>) - Static method in class org.spf4j.base.Reflections
 
primitiveToWrapper(Type) - Static method in class org.spf4j.base.Reflections
 
print(Slf4jLogRecord, OutputStream, OutputStream) - Method in class org.spf4j.log.LogPrinter
 
print(Slf4jLogRecord, OutputStream) - Method in class org.spf4j.log.LogPrinter
 
print(LogRecord, OutputStream) - Method in class org.spf4j.log.LogPrinter
 
printTo(StringBuilder, Slf4jLogRecord, String) - Method in class org.spf4j.log.LogPrinter
 
printTo(OutputStream, LogRecord, String) - Method in class org.spf4j.log.LogPrinter
 
printTo(PrintStream, Slf4jLogRecord, String) - Method in class org.spf4j.log.LogPrinter
 
printToBytes(Slf4jLogRecord) - Method in class org.spf4j.log.LogPrinter
 
PROCESS_ID - Static variable in class org.spf4j.base.Runtime
a unique ID for this JVM process.
PROCESS_NAME - Static variable in class org.spf4j.base.Runtime
 
ProcessHandler<T,E> - Interface in org.spf4j.os
 
processInput(boolean) - Method in class org.spf4j.io.AppendableOutputStream
Decode the contents of the input ByteBuffer into a CharBuffer.
ProcessLimitedJdbcSemaphore - Class in org.spf4j.concurrent.jdbc
 
ProcessLimitedJdbcSemaphore(JdbcSemaphore, int) - Constructor for class org.spf4j.concurrent.jdbc.ProcessLimitedJdbcSemaphore
 
ProcessMeasurementStore - Class in org.spf4j.perf.impl
 
ProcessResponse<T,E> - Class in org.spf4j.os
 
processResult(Either<T, ? extends Exception>) - Static method in class org.spf4j.base.Either
 
processResult(Either<T, ? extends Exception>) - Static method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
ProcessUtil - Class in org.spf4j.os
PID is exposed in jdk 9...
ProcessVitals - Class in org.spf4j.perf
Utility to collect process vitals.
PROFILE_SAMPLES_ATTR_NAME - Static variable in class org.spf4j.log.LogAttribute
 
ProfiledExecutionContext - Class in org.spf4j.stackmonitor
 
ProfiledExecutionContext(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Constructor for class org.spf4j.stackmonitor.ProfiledExecutionContext
 
ProfiledExecutionContextFactory - Class in org.spf4j.stackmonitor
 
ProfiledExecutionContextFactory() - Constructor for class org.spf4j.stackmonitor.ProfiledExecutionContextFactory
 
profileSamples(StackSamples) - Static method in class org.spf4j.log.LogAttribute
 
ProfilingTLAttacher - Class in org.spf4j.stackmonitor
 
ProfilingTLAttacher() - Constructor for class org.spf4j.stackmonitor.ProfilingTLAttacher
 
propagatingBiConsumer(BiConsumer<X, Y>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingBiFunction(BiFunction<X, Y, Z>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingCallable(Callable<T>) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingCallable(Callable<T>, ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingCallable(Callable<T>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingCallables(Collection<? extends Callable<T>>) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingCallables(Collection<? extends Callable<T>>, ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingConsumer(Consumer<X>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingFunction(Function<X, Y>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingRunnable(Runnable) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingRunnable(Runnable, ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingRunnable(Runnable, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
propagatingSupplier(Supplier<X>, ExecutionContext, String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
ProxyBufferTransferHandler - Class in org.spf4j.io.tcp.proxy
 
ProxyBufferTransferHandler(TransferBuffer, TransferBuffer, SnifferFactory, SocketChannel, Selector, ExecutorService, BlockingQueue<Runnable>, UpdateablePriorityQueue.ElementRef) - Constructor for class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
ProxyClientHandler - Class in org.spf4j.io.tcp.proxy
 
ProxyClientHandler(HostAndPort, SnifferFactory, SnifferFactory, int, int) - Constructor for class org.spf4j.io.tcp.proxy.ProxyClientHandler
TCP proxy client handler.
publish(LogRecord) - Method in class org.spf4j.log.SLF4JBridgeHandler
 
push(E) - Method in class org.spf4j.concurrent.ConcurrentStack
 
push(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
push object into stack
pushAll(T...) - Method in class org.spf4j.ds.SimpleStackNullSupport
Push more objects into the stack
pushAndGetIdx(T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
PushbackInputStreamEx - Class in org.spf4j.io
a extended implementation that improves the safety of unread and provides a better toString.
PushbackInputStreamEx(InputStream, int) - Constructor for class org.spf4j.io.PushbackInputStreamEx
 
PushbackInputStreamEx(InputStream) - Constructor for class org.spf4j.io.PushbackInputStreamEx
 
PushbackReader - Class in org.spf4j.io
 
PushbackReader(Reader, int) - Constructor for class org.spf4j.io.PushbackReader
 
PushbackReader(Reader) - Constructor for class org.spf4j.io.PushbackReader
 
pushNull() - Method in class org.spf4j.ds.SimpleStack
 
pushNull() - Method in class org.spf4j.ds.SimpleStackNullSupport
pushes a null on top of stack.
pushOnClose() - Method in interface org.spf4j.base.ExecutionContext.Tag
push this tag/values to the parent context when current context is closed.
put(ExecutionContext.Tag<T, ?>, T) - Method in class org.spf4j.base.BasicExecutionContext
 
put(ExecutionContext.Tag<T, ?>, T) - Method in interface org.spf4j.base.ExecutionContext
Method to put context associated data.
put(K, V) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
put(K, V) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
put(K, V) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
put(K, V) - Method in class org.spf4j.stackmonitor.THashMap
Inserts a key/value pair into the map.
putAll(Map<? extends K, ? extends V>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
putAll(Map<? extends K, ? extends V>) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
putAll(Map<? extends K, ? extends V>) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
putAll(Map<? extends K, ? extends V>) - Method in class org.spf4j.stackmonitor.THashMap
copies the key/value mappings in map into this map.
putIfAbsent(K, V) - Method in class org.spf4j.stackmonitor.THashMap
Inserts a key/value pair into the map if the specified key is not already associated with a value.
putIfNotPresent(Type, ByTypeSupplier<H, E>) - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
putIfNotPresent(Type, H) - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
putIfNotPresent(Type, H) - Method in class org.spf4j.reflect.GraphTypeMap
 
putIfNotPresent(Type, H) - Method in interface org.spf4j.reflect.TypeMap
Associate object to type if no existing association present.
putToRootParent(ExecutionContext.Tag<T, ?>, T) - Method in interface org.spf4j.base.ExecutionContext
Method to put context associated data to the root context.

Q

Quanta - Class in org.spf4j.perf.impl
this class ordering is based on start Interval ordering
Quanta(long, long) - Constructor for class org.spf4j.perf.impl.Quanta
 
Quanta(String) - Constructor for class org.spf4j.perf.impl.Quanta
 
QuantizedAccumulator - Class in org.spf4j.perf.impl.acc
inspired by DTrace LLQUANTIZE
QuantizedAccumulator(Object, String, String, int, int, int, int) - Constructor for class org.spf4j.perf.impl.acc.QuantizedAccumulator
Create a quantized accumulator.
query() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
query() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
query() - Method in class org.spf4j.perf.impl.ms.MultiStore
 
query() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
query() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
query() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
query() - Method in class org.spf4j.perf.impl.NopMeasurementStore
 
query() - Method in interface org.spf4j.perf.MeasurementStore
 
queueHook(int, Runnable) - Static method in class org.spf4j.base.Runtime
 
queueHookAtBeginning(Runnable) - Static method in class org.spf4j.base.Runtime
 
queueHookAtEnd(Runnable) - Static method in class org.spf4j.base.Runtime
 

R

R_OK - Static variable in class org.spf4j.unix.UnixConstants
 
randomFirst(int, Thread[]) - Static method in class org.spf4j.base.Threads
get a random selection of nr Threads from the array, the first nr location in the array will contain the random set,m the rest will be null.
randomKeyInstance() - Static method in class org.spf4j.security.AesEncryptorDecryptor
 
RateLimiter - Class in org.spf4j.failsafe
Token bucket algorithm base call rate limiter.
RateLimiter(long, Duration, long, long, TimeUnit) - Constructor for class org.spf4j.failsafe.RateLimiter
 
RateLimiter(long, Duration, long) - Constructor for class org.spf4j.failsafe.RateLimiter
 
RateLimiter(long, Duration, long, ScheduledExecutorService) - Constructor for class org.spf4j.failsafe.RateLimiter
 
RateLimiter(long, Duration, long, ScheduledExecutorService, LongSupplier) - Constructor for class org.spf4j.failsafe.RateLimiter
 
RateLimiter(long, Duration, long, long, TimeUnit, ScheduledExecutorService, LongSupplier) - Constructor for class org.spf4j.failsafe.RateLimiter
 
RateLimiter(long, Duration, long, long, TimeUnit, ScheduledExecutorService, LongSupplier, int) - Constructor for class org.spf4j.failsafe.RateLimiter
create the rate limiter.
RateLimiter(long, Duration, long, long, long, TimeUnit, ScheduledExecutorService, LongSupplier, int) - Constructor for class org.spf4j.failsafe.RateLimiter
create the rate limiter.
RAW_NAME - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
RbacSecurityContext - Interface in org.spf4j.security
Role based access control: https://en.wikipedia.org/wiki/Role-based_access_control
read(Class<T>, SchemaResolver, Reader...) - Static method in class org.spf4j.avro.Configs
 
read(Class<T>, Reader) - Static method in class org.spf4j.avro.Configs
 
read(Class<T>, SchemaResolver, Reader) - Static method in class org.spf4j.avro.Configs
 
read() - Method in class org.spf4j.io.BufferedInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.BufferedInputStream
 
read() - Method in class org.spf4j.io.CountingInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.CountingInputStream
 
read(File, Charset, CsvMapHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
read(File, Charset, CsvHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
read(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
read(Reader, CsvMapHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
read(Reader, CsvHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
read(File, Charset, Csv.CsvMapHandler<T>) - Static method in class org.spf4j.io.Csv
 
read(File, Charset, Csv.CsvHandler<T>) - Static method in class org.spf4j.io.Csv
 
read(Reader) - Static method in class org.spf4j.io.Csv
 
read(Reader, Csv.CsvMapHandler<T>) - Static method in class org.spf4j.io.Csv
 
read(Reader, Csv.CsvHandler<T>) - Static method in class org.spf4j.io.Csv
 
read() - Method in class org.spf4j.io.DebugInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.DebugInputStream
 
read(byte[]) - Method in class org.spf4j.io.DebugInputStream
 
read() - Method in class org.spf4j.io.EmptyInputStream
 
read(char[], int, int) - Method in class org.spf4j.io.EmptyReader
 
read(byte[], int, int) - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
read() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
read() - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
read() - Method in class org.spf4j.io.PushbackReader
 
read(char[], int, int) - Method in class org.spf4j.io.PushbackReader
 
read() - Method in class org.spf4j.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.spf4j.io.ReaderInputStream
 
read(SocketChannel) - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
read(byte[]) - Method in class org.spf4j.perf.io.MeasuredInputStream
 
read(byte[], int, int) - Method in class org.spf4j.perf.io.MeasuredInputStream
 
read() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
read() - Method in class org.spf4j.tsdb2.TSDBReader
 
readAll(Handler<Either<TableDef, DataBlock>, E>, long) - Method in class org.spf4j.tsdb2.TSDBReader
 
readAll(Consumer<Either<TableDef, DataBlock>>) - Method in class org.spf4j.tsdb2.TSDBReader
 
readCsvElement(Reader, StringBuilder, long) - Method in class org.spf4j.io.csv.CharSeparatedValues
returns next character.
readCsvElement(Reader, StringBuilder) - Static method in class org.spf4j.io.Csv
returns next character.
reader(CharSequence) - Static method in class org.spf4j.base.CharSequences
 
reader(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
reader(Reader) - Static method in class org.spf4j.io.Csv
 
readerILEL(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
Deprecated.
use reader
ReaderInputStream - Class in org.spf4j.io
An InputStream that converts characters from a Reader into bytes using an arbitrary Charset.
ReaderInputStream(Reader, Charset, int) - Constructor for class org.spf4j.io.ReaderInputStream
Creates a new input stream that will encode the characters from reader into bytes using the given character set.
ReaderInputStream(Reader, CharsetEncoder, int) - Constructor for class org.spf4j.io.ReaderInputStream
Creates a new input stream that will encode the characters from reader into bytes using the given character set encoder.
readerNoBOM(PushbackReader) - Method in class org.spf4j.io.csv.CharSeparatedValues
assumes there is not BOM.
readerNoBOM(PushbackReader) - Static method in class org.spf4j.io.Csv
 
readerNoBOMILEL(PushbackReader) - Method in class org.spf4j.io.csv.CharSeparatedValues
Deprecated.
use readerNoBOM.
readExternal(ObjectInput) - Method in class org.spf4j.stackmonitor.SampleNode
 
readExternal(ObjectInput) - Method in class org.spf4j.stackmonitor.THash
 
readExternal(ObjectInput) - Method in class org.spf4j.stackmonitor.THashMap
 
readExternal(ObjectInput) - Method in class org.spf4j.stackmonitor.TObjectHash
 
readFrom(Reader) - Method in interface org.spf4j.base.JsonReader
 
readFrom(InputStream) - Method in class org.spf4j.io.ByteArrayBuilder
 
readFrom(Reader) - Method in class org.spf4j.io.CharArrayBuilder
 
readlink(String, Memory, NativeLong) - Method in interface org.spf4j.unix.CLibrary
Read a symlink.
readNoBom(PushbackReader, CsvHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
reads CSV format until EOF of reader.
readNoBom(PushbackReader, Csv.CsvHandler<T>) - Static method in class org.spf4j.io.Csv
reads CSV format until EOF of reader.
readRow(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
readRow(Reader, CsvRowHandler<T>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
readRow(Consumer<CharSequence>) - Method in interface org.spf4j.io.csv.CsvReader
 
readRow(String) - Static method in class org.spf4j.io.Csv
 
readRow(Reader) - Static method in class org.spf4j.io.Csv
 
readRow(Reader, Csv.CsvRowHandler<T>) - Static method in class org.spf4j.io.Csv
 
readSystemProperty(String, String...) - Static method in class org.spf4j.io.Csv
 
readUntil(long) - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
readUntil(int, byte[], int, long) - Method in class org.spf4j.io.PipedOutputStream.PipedInputStream
 
ready() - Method in class org.spf4j.io.PushbackReader
 
received(ByteBuffer, int) - Method in interface org.spf4j.io.tcp.proxy.Sniffer
Invoked on data receive/transmission.
received(IOException) - Method in interface org.spf4j.io.tcp.proxy.Sniffer
Allows to intercept read errors and change/suppress them.
record(long) - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
record(long) - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
record(long) - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
record(long...) - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
record(long) - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
record(long) - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
record(long) - Method in class org.spf4j.perf.impl.NopMeasurementRecorder
 
record(long) - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
record(long) - Method in interface org.spf4j.perf.MeasurementRecorder
record a measurement for current time.
record(long...) - Method in interface org.spf4j.perf.MultiMeasurementRecorder
 
recordAt(long, long) - Method in class org.spf4j.perf.impl.acc.AbstractMeasurementAccumulator
 
recordAt(long, long) - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
recordAt(long, long...) - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
recordAt(long, long) - Method in class org.spf4j.perf.impl.NopMeasurementRecorder
 
recordAt(long, long) - Method in interface org.spf4j.perf.MeasurementRecorder
Point in time value recording.
recordAt(long, long...) - Method in interface org.spf4j.perf.MultiMeasurementRecorder
 
RecordedValue(long, long) - Constructor for class org.spf4j.perf.impl.acc.DirectStoreAccumulator.RecordedValue
 
RecorderFactory - Class in org.spf4j.perf.impl
 
recycle(T) - Method in class org.spf4j.recyclable.impl.CollectableThreadLocalRecyclingSupplier
 
recycle(T) - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
recycle(T) - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
recycle(T, Exception) - Method in class org.spf4j.recyclable.impl.SharingObjectPool
 
recycle(T) - Method in class org.spf4j.recyclable.impl.SharingObjectPool
 
recycle(T) - Method in class org.spf4j.recyclable.impl.SizedThreadLocalRecyclingSupplier
 
recycle(T) - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
recycle(T) - Method in interface org.spf4j.recyclable.NonValidatingRecyclingSupplier
recycle object.
recycle(T, Exception) - Method in interface org.spf4j.recyclable.RecyclingSupplier
return a object previously borrowed from the pool, together with a optional exception in case one was encountered while using the object.
recycle(T) - Method in interface org.spf4j.recyclable.RecyclingSupplier
recycle object.
recycle(T) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier
 
recycle(T, ObjectBorower) - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
Return object to pool.
RecyclerFactory - Class in org.spf4j.recyclable
 
RecyclingSupplier<T> - Interface in org.spf4j.recyclable
Object pool interface.
RecyclingSupplier.Factory<T> - Interface in org.spf4j.recyclable
 
RecyclingSupplierBuilder<T> - Class in org.spf4j.recyclable.impl
 
RecyclingSupplierBuilder(int, RecyclingSupplier.Factory<T>) - Constructor for class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
reducePermits(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
ReferenceType - Enum in org.spf4j.base
 
Reflections - Class in org.spf4j.base
 
refresh(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
refresh(K) - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
refresh(K) - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
regionMatches(CharSequence, int, CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
Equivalent to String.regionMatches.
regionMatches(CharSequence, int, CharSequence, int, int) - Static method in class org.spf4j.base.Strings
Deprecated.
use CharSequences.regionMatches.
regionMatchesIgnoreCase(CharSequence, int, CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
Equivalent/based on to String.regionMatches.
register(Class<T>, ObjectAppender<? super T>...) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
register(Class<T>, ObjectAppender<? super T>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
register(Class<T>, CoreTextMediaType, ObjectAppender<? super T>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
register(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
register a mbean.
register(JMXBeanMappingSupplier) - Static method in class org.spf4j.jmx.GlobalMXBeanMapperSupplier
 
registerIfExports(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
registerIfNotExistsMBean(ObjectName, Object) - Static method in class org.spf4j.jmx.Registry
 
registerJmx() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
registerJmx() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
registerJmx() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
registerJmx() - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
registerJmx() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
registerJmx() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
registerJmx() - Method in interface org.spf4j.perf.JmxSupport
 
registerJmx() - Method in class org.spf4j.stackmonitor.Sampler
 
registerMBean(ObjectName, Object) - Static method in class org.spf4j.jmx.Registry
Register MBean, will replace any existing bean.
registerMBean(String, String, Object) - Static method in class org.spf4j.jmx.Registry
 
registerToJmx() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
Registry - Class in org.spf4j.jmx
Utility class that allows to easily exportAgg via JMX java beans.
rehash(int) - Method in class org.spf4j.stackmonitor.THash
Rehashes the set.
rehash(int) - Method in class org.spf4j.stackmonitor.THashMap
rehashes the map to the new capacity.
reject(LimitingExecutor<T, C>, C) - Method in interface org.spf4j.failsafe.LimitingExecutor.RejectedExecutionHandler
 
REJECT_EXCEPTION_EXEC_HANDLER - Static variable in interface org.spf4j.concurrent.RejectedExecutionHandler
 
rejectedExecution(Runnable, LifoThreadPool) - Method in interface org.spf4j.concurrent.RejectedExecutionHandler
 
RejectedExecutionHandler - Interface in org.spf4j.concurrent
 
release(int) - Method in class org.spf4j.concurrent.CompoundSemaphore
 
release(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
release(int) - Method in class org.spf4j.concurrent.jdbc.ProcessLimitedJdbcSemaphore
 
release(int) - Method in class org.spf4j.concurrent.LocalSemaphore
 
release() - Method in interface org.spf4j.concurrent.Semaphore
release 1 permit.
release(int) - Method in interface org.spf4j.concurrent.Semaphore
release a number of permits.
releaseAll() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
releaseDeadOwnerPermits(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
Attempts to release permits for this semaphore owned by dead owners.
RemoteException - Exception in org.spf4j.base.avro
 
RemoteException(String, Throwable) - Constructor for exception org.spf4j.base.avro.RemoteException
 
RemoteException - Exception in org.spf4j.base
 
RemoteException(String, String, String, Serializable) - Constructor for exception org.spf4j.base.RemoteException
 
RemoteException(String, String, String, Serializable, Throwable) - Constructor for exception org.spf4j.base.RemoteException
 
remove(Object) - Method in class org.spf4j.ds.SimpleStack
 
remove() - Method in class org.spf4j.ds.SimpleStackNullSupport
 
remove(Object) - Method in class org.spf4j.ds.SimpleStackNullSupport
Can be overwritten for better implementation.
remove(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
remove() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
remove(UpdateablePriorityQueue<E>.ElementRef) - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
remove(E) - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
remove(Marker) - Method in class org.spf4j.log.LogAttribute
 
remove(Type) - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
remove(Type) - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
remove(Type) - Method in class org.spf4j.reflect.GraphTypeMap
 
remove(Type) - Method in interface org.spf4j.reflect.TypeMap
remove type association.
remove(Object) - Method in class org.spf4j.stackmonitor.THashMap
Deletes a key/value pair from the map.
removeAll(Collection<?>) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
removeAllSystemPropertiesStartingWith(String) - Method in class org.spf4j.unix.JVMArguments
remove all system properties starting with a prefix.
removeAt(int) - Method in class org.spf4j.stackmonitor.THash
Delete the record at index.
removeAt(int) - Method in class org.spf4j.stackmonitor.THashMap
removes the mapping at index from the map.
removeAt(int) - Method in class org.spf4j.stackmonitor.TObjectHash
 
REMOVED - Static variable in class org.spf4j.stackmonitor.TObjectHash
 
removeDeadHeartBeatAndNotOwnerRows(long) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
removeDeadHeartBeatRows(long) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
removeDeadHeartBeatRowsAsync(long) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
removeDeadHeartBeatRowsAsyncNoReturn(long) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
removeElement(Map.Entry<K, V>) - Method in class org.spf4j.stackmonitor.THashMap.EntryView
 
removeElement(K) - Method in class org.spf4j.stackmonitor.THashMap.KeyView
 
removeElement(V) - Method in class org.spf4j.stackmonitor.THashMap.ValueView
 
removeFromTop(int) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
removeHandlersForRootLogger() - Static method in class org.spf4j.log.SLF4JBridgeHandler
Invoking this method removes/unregisters/detaches all handlers currently attached to the root logger
removeLifecycleHook(JdbcHeartBeat.LifecycleHook) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
removeOldestSuppressed(Throwable) - Static method in class org.spf4j.base.Throwables
 
removeOldestSuppressedRecursive(Throwable) - Static method in class org.spf4j.base.Throwables
 
removeQueuedShutdownHook(Runnable) - Static method in class org.spf4j.base.Runtime
 
removeSystemProperty(String) - Method in class org.spf4j.unix.JVMArguments
Removes the first System property.
removeTail(int) - Method in class org.spf4j.unix.JVMArguments
Removes the n items from the end.
removeVMArgument(String) - Method in class org.spf4j.unix.JVMArguments
 
removeVMArgumentStartingWith(String) - Method in class org.spf4j.unix.JVMArguments
 
replace(CoreTextMediaType, Class<T>, Function<ObjectAppender<? super T>, ObjectAppender<? super T>>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
replace(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
Replace mbean registered with packageName and mbeanName with a mbean constructed by this builder.
replace(Type, Function<H, H>) - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
replaceFromTop(int, T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
replaceIfExports(String, String) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
report(int) - Method in class org.spf4j.failsafe.concurrent.FutureTask
Returns result or throws exception for completed task.
reportPotentialConcurrentMod(int, int) - Static method in class org.spf4j.stackmonitor.TObjectHash
 
requestFor - Variable in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
requestTime(String, int) - Static method in class org.spf4j.net.SntpClient
 
requestTime(String, int, int) - Static method in class org.spf4j.net.SntpClient
 
requestTime(String, int, long) - Static method in class org.spf4j.net.SntpClient
Get NTP time.
requestTime(InetAddress, int, long) - Static method in class org.spf4j.net.SntpClient
Get NTP time.
requestTimeHA(int, String...) - Static method in class org.spf4j.net.SntpClient
 
requestTimeHA(int, int, String...) - Static method in class org.spf4j.net.SntpClient
Request NTP time with retries.
requestTimeHA(int, int, int, String...) - Static method in class org.spf4j.net.SntpClient
 
requestTimeHA(int, int, int, InetAddress...) - Static method in class org.spf4j.net.SntpClient
 
reReadSize() - Method in class org.spf4j.tsdb2.TSDBReader
method useful when implementing tailing.
reset() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
reset() - Method in class org.spf4j.io.BufferedInputStream
 
reset() - Method in class org.spf4j.io.ByteArrayBuilder
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class org.spf4j.io.CharArrayBuilder
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class org.spf4j.io.CountingInputStream
 
reset() - Method in class org.spf4j.io.DebugInputStream
 
reset() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
reset() - Method in class org.spf4j.io.PushbackReader
 
reset() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
reset() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
reset() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
reset() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
reset() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
reset() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
reset() - Method in interface org.spf4j.perf.MeasurementAccumulator
reset this entity.
resetCountTo(int) - Method in class org.spf4j.io.ByteArrayBuilder
 
resetCountTo(int) - Method in class org.spf4j.io.CharArrayBuilder
 
resolveSchema(String) - Method in interface org.spf4j.avro.SchemaResolver
 
resource(String, String) - Static method in interface org.spf4j.security.AbacSecurityContext
 
RESOURCE_ID - Static variable in interface org.spf4j.security.AbacSecurityContext
 
RESOURCE_TYPE - Static variable in interface org.spf4j.security.AbacSecurityContext
 
restart() - Static method in class org.spf4j.base.Runtime.Jmx
 
restart() - Static method in class org.spf4j.unix.UnixRuntime
Restart current process with same arguments except -Dspf4j.restart which is added/updated.
restart(JVMArguments) - Static method in class org.spf4j.unix.UnixRuntime
Restart current process.
RestartableService - Interface in org.spf4j.concurrent
THis is only a marker interface that will let you know that this Guava service is restartable.
RestartableServiceImpl - Class in org.spf4j.concurrent
 
RestartableServiceImpl(Supplier<Service>) - Constructor for class org.spf4j.concurrent.RestartableServiceImpl
 
ResultMatchers - Class in org.spf4j.base
 
ResultMatchers.Supplier - Interface in org.spf4j.base
 
retainAll(Collection<?>) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
retainEntries(TObjectObjectProcedure<? super K, ? super V>) - Method in class org.spf4j.stackmonitor.THashMap
Retains only those entries in the map for which the procedure returns a true value.
rethrowAsIOException(String) - Method in exception org.spf4j.unix.UnixException
 
rethrowAsIOException(String) - Method in exception org.spf4j.unix.UnixRuntimeException
 
retry(long, Callable<R>) - Static method in class org.spf4j.base.Callables.RetryDecision
Deprecated.
 
retry(long, TimeUnit, C) - Static method in interface org.spf4j.failsafe.RetryDecision
 
retry(long, C) - Static method in interface org.spf4j.failsafe.RetryDecision
 
retry(long, TimeUnit, C) - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
retry(long, C) - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
RETRY_FOR_NULL_RESULT - Static variable in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
RetryDecision<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
 
RetryDecision.AbortRetryDecision<T,C extends Callable<? extends T>> - Class in org.spf4j.failsafe
 
RetryDecision.Type - Enum in org.spf4j.failsafe
 
RetryDecisionFactory<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
 
retryDefault(C) - Static method in interface org.spf4j.failsafe.RetryDecision
The default retry algo will be used.
retryDefault(C) - Method in interface org.spf4j.failsafe.RetryDecisionFactory
 
RetryDelaySupplier - Interface in org.spf4j.failsafe
 
RetryPolicies - Class in org.spf4j.failsafe
a Factory with retry named retry Rules.
RetryPolicy<T,C extends Callable<? extends T>> - Class in org.spf4j.failsafe
 
RetryPolicy.Builder<T,C extends Callable<? extends T>> - Class in org.spf4j.failsafe
 
RetryPredicate<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
A retry predicate.
returnObject(T, Exception) - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
right(B) - Static method in class org.spf4j.base.Either
 
Right(B) - Constructor for class org.spf4j.base.Either.Right
 
ROOT - Static variable in class org.spf4j.base.avro.Converters
 
ROOT - Static variable in class org.spf4j.base.Methods
 
rootClass(Exception) - Static method in class org.spf4j.base.Callables
Deprecated.
use RetryPolicy
row(Map<String, String>) - Method in interface org.spf4j.io.csv.CsvMapHandler
 
RTree<T> - Class in org.spf4j.ds
Implementation of an arbitrary-dimension RTree.
RTree(int, int, int, RTree.SeedPicker) - Constructor for class org.spf4j.ds.RTree
Creates a new RTree.
RTree(int, int, int) - Constructor for class org.spf4j.ds.RTree
 
RTree() - Constructor for class org.spf4j.ds.RTree
Builds a new RTree using default parameters: maximum 50 entries per node minimum 2 entries per node 2 dimensions
RTree(int) - Constructor for class org.spf4j.ds.RTree
 
RTree.SeedPicker - Enum in org.spf4j.ds
 
run() - Method in class org.spf4j.base.AbstractRunnable
 
run(String[], long) - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem.forkExec.
run(String[], Runtime.ProcOutputHandler, long) - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem.forkExec instead.
run(String[], Runtime.ProcOutputHandler, long, long) - Static method in class org.spf4j.base.Runtime
Deprecated.
use OperatingSystem.forkExec instead.
run() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
run(W, Class<E>) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
run(W, Class<E>, long) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
run(W, Class<E>, long, TimeUnit) - Method in interface org.spf4j.failsafe.SyncRetryExecutor
 
run(SelectionKey) - Method in class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
run(SelectionKey) - Method in class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
run(SelectionKey) - Method in class org.spf4j.io.tcp.SelectorEventHandler
 
run() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
RUN_IN_CALLER_EXEC_HANDLER - Static variable in interface org.spf4j.concurrent.RejectedExecutionHandler
 
runAfterBoth(CompletionStage<?>, Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
runAll(Runnable...) - Static method in class org.spf4j.base.Runnables
 
runAndReset() - Method in class org.spf4j.failsafe.concurrent.FutureTask
Executes the computation without setting its result, and then resets this future to initial state, failing to do so if the computation encounters an exception or is cancelled.
runAsync(SelectionKey) - Method in class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
runAsync(SelectionKey) - Method in class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
runAsync(SelectionKey) - Method in class org.spf4j.io.tcp.SelectorEventHandler
 
Runnables - Class in org.spf4j.base
 
Runtime - Class in org.spf4j.base
 
Runtime.Jmx - Class in org.spf4j.base
 
Runtime.ProcOutputHandler - Interface in org.spf4j.base
Deprecated.
use Processhandler
Runtime.Version - Enum in org.spf4j.base
 
runUlimit(String...) - Static method in class org.spf4j.unix.Ulimit
Deprecated.
 

S

S_IAMB - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFBLK - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFCHR - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFDIR - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFIFO - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFLNK - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFMT - Static variable in class org.spf4j.unix.UnixConstants
 
S_IFREG - Static variable in class org.spf4j.unix.UnixConstants
 
S_IRGRP - Static variable in class org.spf4j.unix.UnixConstants
 
S_IROTH - Static variable in class org.spf4j.unix.UnixConstants
 
S_IRUSR - Static variable in class org.spf4j.unix.UnixConstants
 
S_IWGRP - Static variable in class org.spf4j.unix.UnixConstants
 
S_IWOTH - Static variable in class org.spf4j.unix.UnixConstants
 
S_IWUSR - Static variable in class org.spf4j.unix.UnixConstants
 
S_IXGRP - Static variable in class org.spf4j.unix.UnixConstants
 
S_IXOTH - Static variable in class org.spf4j.unix.UnixConstants
 
S_IXUSR - Static variable in class org.spf4j.unix.UnixConstants
 
safeObjectAppend(Slf4jMessageFormatter.ErrorHandler, Appendable, Object, ObjectAppenderSupplier) - Static method in class org.spf4j.base.Slf4jMessageFormatter
 
safePut(Type, ByTypeSupplier<H, E>) - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
safePut(Type, H) - Method in interface org.spf4j.reflect.TypeMap
Associate object with type.
same(T) - Static method in class org.spf4j.concurrent.UpdateResult
 
sample() - Method in class org.spf4j.stackmonitor.FastStackCollector
 
sample() - Method in interface org.spf4j.stackmonitor.ISampler
 
sample() - Method in class org.spf4j.stackmonitor.MxStackCollector
 
sample() - Method in class org.spf4j.stackmonitor.SimpleStackCollector
 
sample() - Method in class org.spf4j.stackmonitor.ThreadStackSampler
 
sample() - Method in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
SampleNode - Class in org.spf4j.stackmonitor
 
SampleNode(int, int) - Constructor for class org.spf4j.stackmonitor.SampleNode
 
SampleNode(int) - Constructor for class org.spf4j.stackmonitor.SampleNode
 
SampleNode() - Constructor for class org.spf4j.stackmonitor.SampleNode
 
SampleNode.Invocation - Interface in org.spf4j.stackmonitor
 
SampleNodeAppender - Class in org.spf4j.io.appenders
 
SampleNodeAppender() - Constructor for class org.spf4j.io.appenders.SampleNodeAppender
 
SampleNodeWriteableAppender - Class in org.spf4j.io.appenders.json
 
SampleNodeWriteableAppender() - Constructor for class org.spf4j.io.appenders.json.SampleNodeWriteableAppender
 
Sampler - Class in org.spf4j.stackmonitor
Utility to sample stack traces.
Sampler() - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, SamplerSupplier) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(SamplerSupplier) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, int) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, int, SamplerSupplier) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, int, SamplerSupplier, String, String) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, int, SamplerSupplier, File, String) - Constructor for class org.spf4j.stackmonitor.Sampler
 
Sampler(int, int, SamplerSupplier, File, String, boolean) - Constructor for class org.spf4j.stackmonitor.Sampler
 
SamplerSupplier - Interface in org.spf4j.stackmonitor
 
sanitizeName(String) - Static method in class org.spf4j.tsdb2.TableDefs
 
save(File, SampleNode) - Static method in class org.spf4j.ssdump2.Converter
 
saveLabeledDumps(File, Map<String, SampleNode>) - Static method in class org.spf4j.ssdump2.Converter
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.MultiStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
saveMeasurements(long, long, long...) - Method in class org.spf4j.perf.impl.NopMeasurementStore
 
saveMeasurements(long, long, long...) - Method in interface org.spf4j.perf.MeasurementStore
Save measurements.
ScalableMeasurementRecorder - Class in org.spf4j.perf.impl
 
ScalableMeasurementRecorderSource - Class in org.spf4j.perf.impl
 
ScalableSequence - Class in org.spf4j.concurrent
 
ScalableSequence(long, int) - Constructor for class org.spf4j.concurrent.ScalableSequence
 
scan(Scanable.ScanHandler<T>) - Method in interface org.spf4j.recyclable.Scanable
Scan through objects and call handler...
Scanable<T> - Interface in org.spf4j.recyclable
 
Scanable.ScanHandler<O> - Interface in org.spf4j.recyclable
 
schedule(Runnable, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
scheduleAllignedAtFixedRateMillis(Runnable, long) - Static method in class org.spf4j.concurrent.DefaultScheduler
this will schedule a runnable aligned to the hour or day at a fixed rate.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
scheduleHeartbeat(ListeningScheduledExecutorService) - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.spf4j.concurrent.ContextPropagatingScheduledExecutorService
 
SchemaResolver - Interface in org.spf4j.avro
 
search(char[], char) - Static method in class org.spf4j.base.Arrays
 
search(float[], float[]) - Method in class org.spf4j.ds.RTree
Searches the RTree for objects overlapping with the given rectangle.
second - Variable in class org.spf4j.base.Pair
 
SelectorEventHandler - Class in org.spf4j.io.tcp
 
SelectorEventHandler() - Constructor for class org.spf4j.io.tcp.SelectorEventHandler
 
Semaphore - Interface in org.spf4j.concurrent
A interface that abstracts a semaphore.
SemaphoreTablesDesc - Class in org.spf4j.concurrent.jdbc
 
SemaphoreTablesDesc(String, String, String, String, String, String, String, String, String, HeartBeatTableDesc) - Constructor for class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
Sequence - Interface in org.spf4j.concurrent
 
SerializablePair<A extends Serializable,B extends Serializable> - Class in org.spf4j.base
 
SerializablePair(A, B) - Constructor for class org.spf4j.base.SerializablePair
 
serialVersionUID - Static variable in class org.spf4j.stackmonitor.TObjectHash
 
serviceName() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
set(V) - Method in class org.spf4j.base.MemorizedCallable
 
set(int, T) - Method in class org.spf4j.ds.SimpleStackNullSupport
 
set(V) - Method in class org.spf4j.failsafe.concurrent.FutureTask
Sets the result of this future to the given value unless this future has already been set or has been cancelled.
set(T) - Method in interface org.spf4j.jmx.ExportedValue
 
set(Object) - Method in class org.spf4j.jmx.GenericExportedValue
 
setAttribute(String, String, String, String, Object) - Static method in class org.spf4j.jmx.Client
 
setBackendMinLogLevel(String, Level) - Method in class org.spf4j.base.BasicExecutionContext
Overwrite for more configurable implementation.
setBackendMinLogLevel(String, Level) - Method in interface org.spf4j.base.ExecutionContext
 
setBackendMinLogLevel(Level) - Method in interface org.spf4j.base.ExecutionContext
 
setCallable(Callable<V>) - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
setCancelationResult(CancellationException) - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
setCompressDumps(boolean) - Method in class org.spf4j.stackmonitor.Sampler
 
setCoreThreadCount(int) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setCoreThreadCount(int) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setCurrentDir(String) - Static method in class org.spf4j.base.Runtime
 
setDaemonThreads(boolean) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setDaemonThreads(boolean) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setDumpTimeMillis(int) - Method in class org.spf4j.stackmonitor.Sampler
 
setElem(E) - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
setEndTime(long) - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
setenv(String, String) - Method in interface org.spf4j.unix.CLibrary
 
setException(Throwable) - Method in class org.spf4j.failsafe.concurrent.FutureTask
Causes this future to report an ExecutionException with the given throwable as its cause, unless this future has already been set or has been cancelled.
setExceptionResult(ExecutionException) - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
SetFilesReadOnlyVisitor - Class in org.spf4j.io
 
SetFilesReadOnlyVisitor() - Constructor for class org.spf4j.io.SetFilesReadOnlyVisitor
 
setFormat(int, Format) - Method in class org.spf4j.text.MessageFormat
Sets the format to use for the format element with the given format element index within the previously set pattern string.
setFormatByArgumentIndex(int, Format) - Method in class org.spf4j.text.MessageFormat
Sets the format to use for the format elements within the previously set pattern string that use the given argument index.
setFormats(Format[]) - Method in class org.spf4j.text.MessageFormat
Sets the formats to use for the format elements in the previously set pattern string.
setFormatsByArgumentIndex(Format[]) - Method in class org.spf4j.text.MessageFormat
Sets the formats to use for the values passed into format methods or returned from parse methods.
setgid(short) - Method in interface org.spf4j.unix.CLibrary
 
setIncomingSniffer(Sniffer) - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
setIsDataInBufferHook(Runnable) - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
setIsLogged() - Method in class org.spf4j.log.AvroLogRecordImpl
 
setIsLogged() - Method in interface org.spf4j.log.Slf4jLogRecord
 
setIsLogged() - Method in class org.spf4j.log.Slf4jLogRecordImpl
 
setIsRetryablePredicate(Function<Throwable, Boolean>) - Static method in class org.spf4j.base.Throwables
 
setIsRoomInBufferHook(Runnable) - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
setLimits(long, long) - Method in enum org.spf4j.unix.UnixResources
 
setLocale(Locale) - Method in class org.spf4j.text.MessageFormat
Sets the locale to be used when creating or comparing subformats.
setLoginTimeout(int) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
setLogWriter(PrintWriter) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
setMaxIdleTimeMillis(int) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setMaxIdleTimeMillis(int) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setMaxThreadCount(int) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setMaxThreadCount(int) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setNonRecoverablePredicate(Predicate<Throwable>) - Static method in class org.spf4j.base.Throwables
Overwrite the default non-recoverable predicate.
setQueueSizeLimit(int) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setQueueSizeLimit(int) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setResult(T) - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
setSampleTimeMillis(int) - Method in class org.spf4j.stackmonitor.Sampler
 
setsid() - Method in interface org.spf4j.unix.CLibrary
 
setSoftLimit(long) - Method in enum org.spf4j.unix.UnixResources
 
setStartTime(long) - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
setSystemProperty(String, String) - Method in class org.spf4j.unix.JVMArguments
 
setThreadPriority(int) - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
setThreadPriority(int) - Method in interface org.spf4j.concurrent.MutableLifoThreadPool
 
setToCancel(Future<A>) - Method in class org.spf4j.concurrent.InterruptibleCompletableFuture
 
setuid(short) - Method in interface org.spf4j.unix.CLibrary
 
setUp(int) - Method in class org.spf4j.stackmonitor.THash
initializes the hashtable to a prime capacity which is at least initialCapacity + 1.
setUp(int) - Method in class org.spf4j.stackmonitor.THashMap
initialize the value array of the map.
setUp(int) - Method in class org.spf4j.stackmonitor.TObjectHash
initializes the Object set of this hash table.
setValue(T) - Method in class org.spf4j.base.MutableHolder
 
setValue(int) - Method in class org.spf4j.base.MutableInteger
 
setValue(B) - Method in class org.spf4j.base.Pair
 
setVMArgument(String) - Method in class org.spf4j.unix.JVMArguments
 
SharedObject(T) - Constructor for class org.spf4j.recyclable.impl.SharingObjectPool.SharedObject
 
SharedObject(T, int) - Constructor for class org.spf4j.recyclable.impl.SharingObjectPool.SharedObject
 
SharingObjectPool<T> - Class in org.spf4j.recyclable.impl
a object sharing pool.
SharingObjectPool(RecyclingSupplier.Factory<T>, int, int) - Constructor for class org.spf4j.recyclable.impl.SharingObjectPool
 
SharingObjectPool(RecyclingSupplier.Factory<T>, int, int, boolean) - Constructor for class org.spf4j.recyclable.impl.SharingObjectPool
 
SharingObjectPool.SharedObject<T> - Class in org.spf4j.recyclable.impl
 
shutdown() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
shutdown() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
shutdownNow() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
shutdownNow() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
SimpleStack<T> - Class in org.spf4j.ds
/** A simple stack implementation that does not support null elements.
SimpleStack(int) - Constructor for class org.spf4j.ds.SimpleStack
 
SimpleStack() - Constructor for class org.spf4j.ds.SimpleStack
 
SimpleStackCollector - Class in org.spf4j.stackmonitor
 
SimpleStackCollector(Thread) - Constructor for class org.spf4j.stackmonitor.SimpleStackCollector
 
SimpleStackNullSupport<T> - Class in org.spf4j.ds
A simple stack implementation that supports null elements.
SimpleStackNullSupport(int) - Constructor for class org.spf4j.ds.SimpleStackNullSupport
construct a stack with specified size
SimpleStackNullSupport() - Constructor for class org.spf4j.ds.SimpleStackNullSupport
Construct a stack, default size is 20
singleRow(Reader) - Method in class org.spf4j.io.csv.CharSeparatedValues
Iterate through the first row of your CSV.
Singleton() - Constructor for class org.spf4j.base.IntMath.XorShift32ThreadSafe.Singleton
Deprecated.
 
size() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
size() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
size() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
size() - Method in class org.spf4j.ds.LinkedHashSetEx
 
size() - Method in class org.spf4j.ds.RTree
 
size() - Method in class org.spf4j.ds.SimpleStackNullSupport
 
size() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
size() - Method in class org.spf4j.io.ByteArrayBuilder
Returns the current size of the buffer.
size() - Method in class org.spf4j.io.CharArrayBuilder
Returns the current size of the buffer.
size(T) - Method in interface org.spf4j.recyclable.SizedRecyclingSupplier.Factory
 
size() - Method in class org.spf4j.stackmonitor.THash
Returns the number of distinct elements in this collection.
SizedLeaseSupplier<T> - Interface in org.spf4j.recyclable
 
SizedRecyclingSupplier<T> - Interface in org.spf4j.recyclable
 
SizedRecyclingSupplier.Factory<T> - Interface in org.spf4j.recyclable
 
SizedThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
recycling supplier that allows you to recycle objects.
SizedThreadLocalRecyclingSupplier(SizedRecyclingSupplier.Factory<T>, ReferenceType) - Constructor for class org.spf4j.recyclable.impl.SizedThreadLocalRecyclingSupplier
 
skip(long) - Method in class org.spf4j.io.BufferedInputStream
 
skip(long) - Method in class org.spf4j.io.CountingInputStream
 
skip(long) - Method in class org.spf4j.io.DebugInputStream
 
skip(long) - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
skip(long) - Method in class org.spf4j.io.PushbackReader
 
skip(long) - Method in class org.spf4j.perf.io.MeasuredInputStream
 
skipRow() - Method in interface org.spf4j.io.csv.CsvReader
 
SLF4JBridgeHandler - Class in org.spf4j.log
Bridge/route all JUL log records to the SLF4J API.
SLF4JBridgeHandler() - Constructor for class org.spf4j.log.SLF4JBridgeHandler
 
Slf4jLogRecord - Interface in org.spf4j.log
 
Slf4jLogRecordImpl - Class in org.spf4j.log
 
Slf4jLogRecordImpl(String, Level, String, Object...) - Constructor for class org.spf4j.log.Slf4jLogRecordImpl
 
Slf4jLogRecordImpl(String, Level, Marker, String, Object...) - Constructor for class org.spf4j.log.Slf4jLogRecordImpl
 
Slf4jLogRecordImpl(boolean, String, Level, Marker, String, Object...) - Constructor for class org.spf4j.log.Slf4jLogRecordImpl
 
Slf4jLogRecordImpl(boolean, String, Level, Marker, long, String, Object...) - Constructor for class org.spf4j.log.Slf4jLogRecordImpl
 
Slf4jMessageFormatter - Class in org.spf4j.base
A more flexible implementation of the SLF4j message formatter (org.slf4j.helpers.MessageFormatter).
Slf4jMessageFormatter.ErrorHandler - Interface in org.spf4j.base
 
SLf4jXLogAdapter - Class in org.spf4j.log
 
SLf4jXLogAdapter(Logger) - Constructor for class org.spf4j.log.SLf4jXLogAdapter
 
SmartRecyclingSupplier<T> - Interface in org.spf4j.recyclable
 
Sniffer - Interface in org.spf4j.io.tcp.proxy
 
SnifferFactory - Interface in org.spf4j.io.tcp.proxy
 
SntpClient - Class in org.spf4j.net
Simple NTP client.
SpecificRecordAppender - Class in org.spf4j.io.appenders
 
SpecificRecordAppender() - Constructor for class org.spf4j.io.appenders.SpecificRecordAppender
 
SpecificRecordBaseAppender - Class in org.spf4j.io.appenders
 
SpecificRecordBaseAppender() - Constructor for class org.spf4j.io.appenders.SpecificRecordBaseAppender
 
SpecificRecordBaseJsonAppender - Class in org.spf4j.io.appenders.json
This is to disambiguate the choice between SpecificRecord and GenericRecord.
SpecificRecordBaseJsonAppender() - Constructor for class org.spf4j.io.appenders.json.SpecificRecordBaseJsonAppender
 
SpecificRecordJsonAppender - Class in org.spf4j.io.appenders.json
 
SpecificRecordJsonAppender() - Constructor for class org.spf4j.io.appenders.json.SpecificRecordJsonAppender
 
SpecificRecordOpenTypeMapping - Class in org.spf4j.jmx.mappers
 
SpecificRecordOpenTypeMapping(Class<? extends SpecificRecordBase>, JMXBeanMappingSupplier) - Constructor for class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
Spf4jOpenTypeMapper - Class in org.spf4j.jmx.mappers
 
Spf4jOpenTypeMapper() - Constructor for class org.spf4j.jmx.mappers.Spf4jOpenTypeMapper
 
Spf4jProfilerException - Exception in org.spf4j.stackmonitor
 
Spf4jProfilerException() - Constructor for exception org.spf4j.stackmonitor.Spf4jProfilerException
 
Spf4jProfilerException(String) - Constructor for exception org.spf4j.stackmonitor.Spf4jProfilerException
 
Spf4jProfilerException(String, Throwable) - Constructor for exception org.spf4j.stackmonitor.Spf4jProfilerException
 
Spf4jProfilerException(Throwable) - Constructor for exception org.spf4j.stackmonitor.Spf4jProfilerException
 
SqlDateAppender - Class in org.spf4j.io.appenders
 
SqlDateAppender() - Constructor for class org.spf4j.io.appenders.SqlDateAppender
 
StackCollector - Interface in org.spf4j.stackmonitor
 
StackCollectorImpl - Class in org.spf4j.stackmonitor
 
StackCollectorImpl() - Constructor for class org.spf4j.stackmonitor.StackCollectorImpl
 
StackSamples - Interface in org.spf4j.base
 
StackTrace - Class in org.spf4j.stackmonitor
 
StackTrace(StackTraceElement[], int) - Constructor for class org.spf4j.stackmonitor.StackTrace
 
StackVisualizer - Class in org.spf4j.stackmonitor
utility class to generate svg and html out of stack samples.
start(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Method in interface org.spf4j.base.ExecutionContextFactory
Create a ExecutionContext.
start(long, long) - Static method in class org.spf4j.base.ExecutionContexts
start a execution context.
start(long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
start a execution context.
start(String) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
start(ExecutionContext, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
start(ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
start(ExecutionContext, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, ExecutionContext) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, ExecutionContext, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, CharSequence, ExecutionContext, long, TimeUnit) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, ExecutionContext, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, ExecutionContext, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, CharSequence, ExecutionContext, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Static method in class org.spf4j.base.ExecutionContexts
 
start(int) - Static method in class org.spf4j.perf.cpu.CpuUsageSampler
 
start(int) - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
start(int, boolean) - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
start(long) - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
start(long, boolean) - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
start(long, long, long, boolean) - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
start(int) - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
start(long) - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
start(int) - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
start(int, int) - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
start() - Method in class org.spf4j.perf.ProcessVitals
 
start(String, CharSequence, ExecutionContext, ExecutionContext.Relation, long, long) - Method in class org.spf4j.stackmonitor.ProfiledExecutionContextFactory
 
start() - Method in class org.spf4j.stackmonitor.Sampler
 
startAsync() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
startChild(String, long, TimeUnit) - Method in interface org.spf4j.base.ExecutionContext
 
startChild(String) - Method in interface org.spf4j.base.ExecutionContext
 
started(Process) - Method in class org.spf4j.os.LoggingProcessHandler
 
started(Process) - Method in interface org.spf4j.os.ProcessHandler
 
started(Process) - Method in class org.spf4j.os.StdOutToStringProcessHandler
 
startQuotedElement() - Method in interface org.spf4j.io.csv.CsvWriter
 
startRawElement() - Method in interface org.spf4j.io.csv.CsvWriter
 
startRow(long) - Method in interface org.spf4j.io.csv.CsvHandler
 
startRow() - Method in interface org.spf4j.io.csv.CsvHandler
 
startsWith(CharSequence, CharSequence, int) - Static method in class org.spf4j.base.CharSequences
 
startUp() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
state() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
stats() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
stats() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
stats() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
stdErrDone() - Method in interface org.spf4j.base.Runtime.ProcOutputHandler
Deprecated.
 
stdOutDone() - Method in interface org.spf4j.base.Runtime.ProcOutputHandler
Deprecated.
 
StdOutLineCountProcessHandler - Class in org.spf4j.os
 
StdOutLineCountProcessHandler() - Constructor for class org.spf4j.os.StdOutLineCountProcessHandler
 
StdOutToStringProcessHandler - Class in org.spf4j.os
 
StdOutToStringProcessHandler() - Constructor for class org.spf4j.os.StdOutToStringProcessHandler
 
steal(String) - Static method in class org.spf4j.base.Strings
Steal the underlying character array of a String.
steal(String) - Static method in class org.spf4j.base.UnsafeString
Steal the underlying character array of a String.
stop() - Static method in class org.spf4j.perf.cpu.CpuUsageSampler
 
stop() - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
stop() - Static method in class org.spf4j.perf.io.OpenFilesSampler
 
stop() - Static method in class org.spf4j.perf.memory.GCUsageSampler
 
stop() - Static method in class org.spf4j.perf.memory.MemoryUsageSampler
 
stop() - Method in class org.spf4j.stackmonitor.Sampler
 
stopAsync() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
stopHeartBeats() - Static method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
stopUpdate() - Static method in class org.spf4j.base.Timing
 
stopWatching() - Method in class org.spf4j.tsdb2.TSDBReader
 
StoreFactory - Interface in org.spf4j.perf.impl.ms
 
StoreType - Enum in org.spf4j.perf.impl.ms
 
streamLogs(Consumer<Slf4jLogRecord>) - Method in class org.spf4j.base.BasicExecutionContext
 
streamLogs(Consumer<Slf4jLogRecord>, int) - Method in class org.spf4j.base.BasicExecutionContext
 
streamLogs(Consumer<Slf4jLogRecord>) - Method in interface org.spf4j.base.ExecutionContext
 
streamLogs(Consumer<Slf4jLogRecord>, int) - Method in interface org.spf4j.base.ExecutionContext
 
Streams - Class in org.spf4j.io
 
strerror(int) - Method in interface org.spf4j.unix.CLibrary
 
Strings - Class in org.spf4j.base
 
strsignal(int) - Method in interface org.spf4j.unix.CLibrary
returns signal name from a signal number.
subList(int, int) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
submit(Callable<T>) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
submit(Runnable, T) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
submit(Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
submit(W) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submit(W, long) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submit(W, long, TimeUnit) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submit(W, long, long) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submit(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submit(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, int, long, TimeUnit) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submit(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>) - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
submit(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, int, long, TimeUnit) - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
submitRx(W, long, TimeUnit) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submitRx(W, long, long) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submitRx(W, long, long, Supplier<InterruptibleCompletableFuture<R>>) - Method in interface org.spf4j.failsafe.AsyncRetryExecutor
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, Supplier<InterruptibleCompletableFuture<A>>) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, int, long, TimeUnit) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, int, long, TimeUnit, Supplier<InterruptibleCompletableFuture<A>>) - Method in interface org.spf4j.failsafe.concurrent.FailSafeExecutor
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, Supplier<InterruptibleCompletableFuture<A>>) - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
submitRx(Callable<? extends A>, RetryPredicate<A, ? extends Callable<? extends A>>, int, long, TimeUnit, Supplier<InterruptibleCompletableFuture<A>>) - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
subSequence(CharSequence, int, int) - Static method in class org.spf4j.base.CharSequences
 
subSequence(CharSequence, int, int) - Static method in class org.spf4j.base.Strings
Deprecated.
SUCCESS - Static variable in interface org.spf4j.concurrent.PermitSupplier.Acquisition
 
SupplierException - Exception in org.spf4j.recyclable
 
SupplierException(Throwable) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException(String, Throwable) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException(String) - Constructor for exception org.spf4j.recyclable.SupplierException
 
SupplierException() - Constructor for exception org.spf4j.recyclable.SupplierException
 
supplyAsync(Supplier<U>) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
supplyAsync(Supplier<U>, Executor) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
supplyAsync(Supplier<U>, Executor, long) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
supplyAsync(Supplier<U>, ExecutionContext, Executor, long) - Static method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
suppress(T, Throwable) - Static method in class org.spf4j.base.Throwables
Deprecated.
use suppressLimited instead.
suppress(T, Throwable, int) - Static method in class org.spf4j.base.Throwables
 
SUPPRESSED_CAPTION - Static variable in class org.spf4j.base.Throwables
Caption for labeling suppressed exception stack traces
SuppressedThrowable - Class in org.spf4j.base
 
SuppressedThrowable(Throwable) - Constructor for class org.spf4j.base.SuppressedThrowable
 
SuppressForbiden - Annotation Type in org.spf4j.base
 
suppressLimited(Throwable, Throwable) - Static method in class org.spf4j.base.Throwables
Functionality will call Throwable.addSuppressed, 2 extra things happen: 1) limit to nr of exceptions suppressed.
suppressLimited(Throwable, Throwable, int) - Static method in class org.spf4j.base.Throwables
 
synchronize(Callable<T>) - Static method in class org.spf4j.base.Callables
 
SyncRetryExecutor<T,C extends Callable<? extends T>> - Interface in org.spf4j.failsafe
 
sysctl(int[], int, Pointer, IntByReference, Pointer, IntByReference) - Method in interface org.spf4j.unix.CLibrary
 
sysctlbyname(String, Pointer, IntByReference, Pointer, IntByReference) - Method in interface org.spf4j.unix.CLibrary
 
sysctlnametomib(String, Pointer, IntByReference) - Method in interface org.spf4j.unix.CLibrary
 
SysExits - Enum in org.spf4j.base
some "standard" process exit codes from: http://tldp.org/LDP/abs/html/index.html https://www.freebsd.org/cgi/man.cgi?query=sysexits&apropos=0&sektion=0&manpath=FreeBSD+4.3-RELEASE&format=html http://journal.thobe.org/2013/02/jvms-and-kill-signals.html

T

TableDefEx(TableDef, long, long) - Constructor for class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
TableDefs - Class in org.spf4j.tsdb2
 
TcpServer - Class in org.spf4j.io.tcp
 
TcpServer(ExecutorService, ClientHandler, int, int) - Constructor for class org.spf4j.io.tcp.TcpServer
 
TcpServer(ExecutorService, ClientHandler, int, int, int) - Constructor for class org.spf4j.io.tcp.TcpServer
 
TcpServer.TcpServerGuavaService - Class in org.spf4j.io.tcp
 
TcpServerGuavaService(ExecutorService, ClientHandler, int, int, int) - Constructor for class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
Template<T,R,E extends Exception> - Class in org.spf4j.recyclable
 
Template(RecyclingSupplier<T>, RetryPolicy<R, Callable<? extends R>>, Class<E>) - Constructor for class org.spf4j.recyclable.Template
 
test(T) - Method in class org.spf4j.base.EqualsPredicate
 
test(Thread) - Method in class org.spf4j.stackmonitor.FastStackCollector.ThreadNamesPredicate
 
TEXT_CSV - Static variable in class org.spf4j.base.avro.MediaTypes
 
TEXT_PLAIN - Static variable in class org.spf4j.base.avro.MediaTypes
 
THash - Class in org.spf4j.stackmonitor
Base class for hashtables that use open addressing to resolve collisions.
THash() - Constructor for class org.spf4j.stackmonitor.THash
Creates a new THash instance with the default capacity and load factor.
THash(int) - Constructor for class org.spf4j.stackmonitor.THash
Creates a new THash instance with a prime capacity at or near the minimum needed to hold initialCapacity elements with load factor loadFactor without triggering a rehash.
THashMap<K,V> - Class in org.spf4j.stackmonitor
An implementation of the Map interface which uses an open addressed hash table to store its contents.
THashMap() - Constructor for class org.spf4j.stackmonitor.THashMap
Creates a new THashMap instance with the default capacity and load factor.
THashMap(int) - Constructor for class org.spf4j.stackmonitor.THashMap
Creates a new THashMap instance with a prime capacity equal to or greater than initialCapacity and with the default load factor.
THashMap(Map<? extends K, ? extends V>) - Constructor for class org.spf4j.stackmonitor.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap(THashMap<? extends K, ? extends V>) - Constructor for class org.spf4j.stackmonitor.THashMap
Creates a new THashMap instance which contains the key/value pairs in map.
THashMap.EntryView - Class in org.spf4j.stackmonitor
a view onto the entries of the map.
THashMap.KeyView - Class in org.spf4j.stackmonitor
a view onto the keys of the map.
THashMap.ValueView - Class in org.spf4j.stackmonitor
a view onto the values of the map.
thenAccept(Consumer<? super T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenApply(Function<? super T, ? extends U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenRun(Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenRunAsync(Runnable) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
thenRunAsync(Runnable, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
threadLocalAttacher() - Static method in class org.spf4j.base.ExecutionContexts
 
ThreadLocalBufferedConsumer<T> - Class in org.spf4j.concurrent
 
ThreadLocalBufferedConsumer(int, Consumer<List<T>>, int) - Constructor for class org.spf4j.concurrent.ThreadLocalBufferedConsumer
 
ThreadLocalContextAttacher - Interface in org.spf4j.base
 
ThreadLocalContextAttacher.Attached - Interface in org.spf4j.base
 
ThreadLocalRecyclingSupplier<T> - Class in org.spf4j.recyclable.impl
 
ThreadLocalRecyclingSupplier(Supplier<T>) - Constructor for class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
ThreadNamesPredicate(Set<String>) - Constructor for class org.spf4j.stackmonitor.FastStackCollector.ThreadNamesPredicate
 
Threads - Class in org.spf4j.base
Thread utilities.
ThreadSpecificTracingExecutionContextHandler - Class in org.spf4j.stackmonitor
 
ThreadSpecificTracingExecutionContextHandler(Supplier<Iterable<Map.Entry<Thread, ExecutionContext>>>, Function<ExecutionContext, String>) - Constructor for class org.spf4j.stackmonitor.ThreadSpecificTracingExecutionContextHandler
 
ThreadSpecificTracingExecutionContextHandler(int, Supplier<Iterable<Map.Entry<Thread, ExecutionContext>>>, Function<ExecutionContext, String>) - Constructor for class org.spf4j.stackmonitor.ThreadSpecificTracingExecutionContextHandler
 
ThreadStackSampler - Class in org.spf4j.stackmonitor
A stack sample collector that collects samples only for suppllied threads.
ThreadStackSampler(Supplier<Iterable<Thread>>) - Constructor for class org.spf4j.stackmonitor.ThreadStackSampler
 
ThreadStackSampler(int, Supplier<Iterable<Thread>>) - Constructor for class org.spf4j.stackmonitor.ThreadStackSampler
 
ThreadUsageSampler - Class in org.spf4j.perf.cpu
 
ThrowableAppender - Class in org.spf4j.io.appenders
 
ThrowableAppender() - Constructor for class org.spf4j.io.appenders.ThrowableAppender
 
ThrowableJsonAppender - Class in org.spf4j.io.appenders.json
 
ThrowableJsonAppender() - Constructor for class org.spf4j.io.appenders.json.ThrowableJsonAppender
 
ThrowableMatcher - Interface in org.spf4j.base
 
Throwables - Class in org.spf4j.base
utility class for throwables.
Throwables.PackageDetail - Enum in org.spf4j.base
enum describing the PackageDetail level to be logged in the stack trace.
Throwables.TrimmedException - Exception in org.spf4j.base
 
throwException(Exception) - Static method in class org.spf4j.base.Throwables
 
throwObjectContractViolation(Object, Object) - Method in class org.spf4j.stackmonitor.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
throwObjectContractViolation(Object, Object, int, int, Object[]) - Method in class org.spf4j.stackmonitor.TObjectHash
Convenience methods for subclasses to use in throwing exceptions about badly behaved user objects employed as keys.
timedOutFutures(int, TimeoutException) - Static method in class org.spf4j.concurrent.Futures
 
TimedSupplier<T> - Interface in org.spf4j.failsafe
 
TimeoutCallable(int) - Constructor for class org.spf4j.base.Callables.TimeoutCallable
Deprecated.
 
TimeoutCallable(long) - Constructor for class org.spf4j.base.Callables.TimeoutCallable
Deprecated.
 
TimeoutDeadline - Class in org.spf4j.base
 
TimeoutDeadline(long, long) - Constructor for class org.spf4j.base.TimeoutDeadline
 
TimeoutRelativeHedge - Class in org.spf4j.failsafe
 
TimeoutRelativeHedge(int, long, long, int) - Constructor for class org.spf4j.failsafe.TimeoutRelativeHedge
 
TimeoutRelativeHedge(TimeoutRelativeHedgePolicy) - Constructor for class org.spf4j.failsafe.TimeoutRelativeHedge
 
TimeoutRunnable<E extends Exception> - Class in org.spf4j.base
Deprecated.
use RetryPolicy
TimeoutRunnable(long, boolean) - Constructor for class org.spf4j.base.TimeoutRunnable
Deprecated.
 
TimeoutRunnable(long) - Constructor for class org.spf4j.base.TimeoutRunnable
Deprecated.
 
TimeSeries - Class in org.spf4j.tsdb2
 
TimeSeries(long[], long[][]) - Constructor for class org.spf4j.tsdb2.TimeSeries
 
TimeSeriesAggregatingIterator<T> - Class in org.spf4j.perf
 
TimeSeriesAggregatingIterator(Iterable<T>, ToLongFunction<T>, BiConsumer<T, T>, long, long) - Constructor for class org.spf4j.perf.TimeSeriesAggregatingIterator
 
TimeSeriesRecord - Interface in org.spf4j.perf
 
TimeSource - Class in org.spf4j.base
Utility method to convert between TimeSource.nanoTime and System.currentTimeMillis
Timing - Class in org.spf4j.base
A Utility class that allows for quick conversion between nanotime and epoch relative time.
Timing - Class in org.spf4j.net
 
Timing(long, long, long) - Constructor for class org.spf4j.net.Timing
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Bytes
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Chars
 
TL_SUPPLIER - Static variable in class org.spf4j.recyclable.impl.ArraySuppliers.Objects
 
TLScratch - Class in org.spf4j.base
 
TMP_FOLDER - Static variable in class org.spf4j.base.Runtime
 
TMP_FOLDER_PATH - Static variable in class org.spf4j.base.Runtime
 
TO_STRINGER - Static variable in interface org.spf4j.io.ObjectAppenderSupplier
 
toArray() - Method in class org.spf4j.ds.SimpleStackNullSupport
 
toArray(T[]) - Method in class org.spf4j.ds.SimpleStackNullSupport
Not implemented, can be overwritten.
toArray() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
toArray(T[]) - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
toArray() - Method in class org.spf4j.unix.JVMArguments
 
toAttributeInfo() - Method in interface org.spf4j.jmx.ExportedValue
 
TObjectHash<T> - Class in org.spf4j.stackmonitor
An open addressed hashing implementation for Object types.
TObjectHash() - Constructor for class org.spf4j.stackmonitor.TObjectHash
Creates a new TObjectHash instance with the default capacity and load factor.
TObjectHash(int) - Constructor for class org.spf4j.stackmonitor.TObjectHash
Creates a new TObjectHash instance whose capacity is the next highest prime above initialCapacity + 1 unless that value is already prime.
toByteArray() - Method in class org.spf4j.io.ByteArrayBuilder
Creates a newly allocated byte array.
toByteArray() - Method in class org.spf4j.io.CharArrayBuilder
Creates a newly allocated byte array.
toByteArray(long, byte[], int) - Static method in class org.spf4j.tsdb2.TSDBWriter
 
toCharSequence(Method) - Static method in class org.spf4j.base.Methods
 
toCompletableFuture() - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
toCompositeType() - Method in interface org.spf4j.perf.MeasurementsInfo
 
toCsvElement(CharSequence) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
toCsvElement(String) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
toCsvElement(CharSequence) - Static method in class org.spf4j.io.Csv
 
toCsvRowString(Object...) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
toDeadlineNanos(long) - Static method in class org.spf4j.base.CallablesNano
Deprecated.
 
toDoubleArray(long...) - Static method in class org.spf4j.base.Arrays
 
toInvocable(ScriptEngine, String) - Static method in class org.spf4j.failsafe.RetryPolicies
Scripted predicates are not there for application users to modify.
toLeaseSupplier(RecyclingSupplier<T>) - Static method in class org.spf4j.recyclable.RecyclerFactory
 
toLimitedCallable(C) - Method in class org.spf4j.failsafe.LimitingExecutor
 
toLineNumbered(int, CharSequence) - Static method in class org.spf4j.base.CharSequences
 
toLineNumbered(int, CharSequence, IntAppender) - Static method in class org.spf4j.base.CharSequences
 
toList() - Method in class org.spf4j.base.Pair
 
toLogRecord(String, String) - Method in class org.spf4j.log.AvroLogRecordImpl
 
toLogRecord(String, String) - Method in interface org.spf4j.log.Slf4jLogRecord
 
toObjectArray(long...) - Static method in class org.spf4j.base.Arrays
 
toOpenValue(Object) - Method in interface org.spf4j.jmx.JMXBeanMapping
convert to open value.
toOpenValue(Object) - Method in class org.spf4j.jmx.mappers.MapEntryOpenTypeMapping
 
toOpenValue(Object) - Method in class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
toOutputStream(long, OutputStream) - Static method in class org.spf4j.tsdb2.TSDBWriter
 
toPattern() - Method in class org.spf4j.text.MessageFormat
Returns a pattern representing the current state of the message format.
toPredicate(ThrowablePattern) - Static method in class org.spf4j.base.ResultMatchers
 
toPredicate(ObjectPattern) - Static method in class org.spf4j.base.ResultMatchers
 
toReader(Iterator<? extends CharSequence>) - Static method in interface org.spf4j.io.csv.CsvReader
 
toRecord(Schema, long, long[]) - Static method in class org.spf4j.perf.MeasurmentStoreUtils
 
toRecord(Schema, long, DataRow) - Static method in class org.spf4j.tsdb2.TableDefs
 
toRecord(Schema, Observation) - Static method in class org.spf4j.tsdb2.TableDefs
 
toRecord(Schema) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
toSchema(MeasurementsInfo, int) - Static method in class org.spf4j.perf.MeasurmentStoreUtils
 
toSemaphore() - Method in interface org.spf4j.concurrent.PermitSupplier
 
toSemaphore() - Method in interface org.spf4j.concurrent.Semaphore
 
toStream() - Method in interface org.spf4j.base.CloseableIterable
 
toStream(boolean) - Method in interface org.spf4j.base.CloseableIterable
 
toStreamRemaining() - Method in interface org.spf4j.base.CloseableIterator
 
toStreamRemaining(boolean) - Method in interface org.spf4j.base.CloseableIterator
 
toString() - Method in class org.spf4j.avro.Configs.ConfigHeader
 
toString() - Method in class org.spf4j.avro.official.OfficialAvroAdapter
 
toString() - Method in class org.spf4j.base.ArrayBuilder
 
toString() - Method in class org.spf4j.base.BasicExecutionContext
Overwrite as needed for debug string.
toString() - Method in class org.spf4j.base.ContextValue
 
toString() - Method in enum org.spf4j.base.CoreTextMediaType
 
toString() - Method in class org.spf4j.base.Either
 
toString() - Method in class org.spf4j.base.EqualsPredicate
 
toString() - Method in class org.spf4j.base.EscapeJsonStringAppendableWrapper
 
toString() - Method in interface org.spf4j.base.ExecutionContext.Tag
 
toString() - Method in class org.spf4j.base.Holder
 
toString() - Method in class org.spf4j.base.MemorizedCallable
 
toString(Method) - Static method in class org.spf4j.base.Methods
 
toString() - Method in class org.spf4j.base.MutableHolder
 
toString() - Method in class org.spf4j.base.MutableInteger
 
toString() - Method in class org.spf4j.base.NullAbleOptional
 
toString() - Method in class org.spf4j.base.Pair
Overwrite to change string image.
toString() - Method in exception org.spf4j.base.RemoteException
 
toString(String, Object...) - Static method in class org.spf4j.base.Slf4jMessageFormatter
 
toString(Throwable) - Static method in class org.spf4j.base.Throwables
 
toString(Throwable, Throwables.PackageDetail) - Static method in class org.spf4j.base.Throwables
 
toString(Throwable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
toString() - Method in class org.spf4j.base.TimeoutDeadline
 
toString() - Method in class org.spf4j.base.Timing
 
toString() - Method in class org.spf4j.base.Version
 
toString() - Method in class org.spf4j.concurrent.AtomicSequence
 
toString() - Method in class org.spf4j.concurrent.CompoundPermitSupplier
 
toString() - Method in class org.spf4j.concurrent.CompoundSemaphore
 
toString() - Method in class org.spf4j.concurrent.ConcurrentStack
 
toString() - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
toString() - Method in class org.spf4j.concurrent.ContextPropagatingExecutorService
 
toString() - Method in class org.spf4j.concurrent.CustomThreadFactory
 
toString() - Method in class org.spf4j.concurrent.FileBasedLock
 
toString() - Method in class org.spf4j.concurrent.FutureBean
Deprecated.
 
toString() - Method in class org.spf4j.concurrent.InterruptibleCompletableFuture
Overwrite as needed.
toString() - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
toString() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
toString() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
toString() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
toString() - Method in class org.spf4j.concurrent.jdbc.OwnerPermits
 
toString() - Method in class org.spf4j.concurrent.jdbc.ProcessLimitedJdbcSemaphore
 
toString() - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
toString() - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
toString() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
toString() - Method in class org.spf4j.concurrent.LocalSemaphore
 
toString() - Method in class org.spf4j.concurrent.RestartableServiceImpl
 
toString() - Method in class org.spf4j.concurrent.ScalableSequence
 
toString() - Method in class org.spf4j.concurrent.ThreadLocalBufferedConsumer
 
toString() - Method in class org.spf4j.concurrent.UIDGenerator
 
toString() - Method in class org.spf4j.concurrent.UnboundedLoadingCache
 
toString() - Method in class org.spf4j.concurrent.UnboundedLoadingCache2
 
toString() - Method in class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
toString() - Method in class org.spf4j.concurrent.UpdateResult
 
toString() - Method in class org.spf4j.ds.RTree
 
toString(char) - Method in class org.spf4j.ds.SimpleStackNullSupport
returns a character separated string with the stack elements
toString() - Method in class org.spf4j.ds.SimpleStackNullSupport
to string representation.
toString() - Method in class org.spf4j.ds.UpdateablePriorityQueue.ElementRef
 
toString() - Method in class org.spf4j.ds.UpdateablePriorityQueue
 
toString() - Method in class org.spf4j.failsafe.concurrent.FailSafeExecutorImpl
 
toString() - Method in class org.spf4j.failsafe.concurrent.FutureTask
 
toString() - Method in class org.spf4j.failsafe.FibonacciRetryDelaySupplier
 
toString() - Method in class org.spf4j.failsafe.GuavaRateLimiter
 
toString() - Method in class org.spf4j.failsafe.Hedge
 
toString() - Method in class org.spf4j.failsafe.LimitingExecutor
 
toString() - Method in class org.spf4j.failsafe.RateLimiter
 
toString() - Method in class org.spf4j.failsafe.RetryDecision.AbortRetryDecision
 
toString() - Method in class org.spf4j.failsafe.RetryPolicy
 
toString() - Method in class org.spf4j.failsafe.TimeoutRelativeHedge
 
toString() - Method in class org.spf4j.failsafe.TypeBasedRetryDelaySupplier
 
toString() - Method in class org.spf4j.io.AppendableLimiterWithOverflow
 
toString() - Method in class org.spf4j.io.AppendableOutputStream
 
toString() - Method in class org.spf4j.io.AppendableWriter
 
toString() - Method in class org.spf4j.io.BufferedInputStream
 
toString() - Method in class org.spf4j.io.BufferedOutputStream
 
toString() - Method in class org.spf4j.io.ByteArrayBuilder
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString(Charset) - Method in class org.spf4j.io.ByteArrayBuilder
 
toString() - Method in class org.spf4j.io.CharArrayBuilder
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString() - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
toString() - Method in class org.spf4j.io.CountingInputStream
 
toString() - Method in class org.spf4j.io.csv.CharSeparatedValues
 
toString() - Method in class org.spf4j.io.csv.CsvReader2Iterator
 
toString() - Method in class org.spf4j.io.csv.OneRowIterator
 
toString() - Method in class org.spf4j.io.DebugInputStream
 
toString() - Method in class org.spf4j.io.DeletingVisitor
 
toString() - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
toString() - Method in class org.spf4j.io.MemorizingBufferedInputStream
 
toString() - Method in class org.spf4j.io.NoCloseOutputStream
 
toString(T) - Method in interface org.spf4j.io.ObjectAppender
 
toString() - Method in exception org.spf4j.io.PathsIOException
 
toString() - Method in class org.spf4j.io.PipedOutputStream
 
toString() - Method in class org.spf4j.io.PushbackInputStreamEx
 
toString() - Method in class org.spf4j.io.PushbackReader
 
toString() - Method in class org.spf4j.io.ReaderInputStream
 
toString() - Method in class org.spf4j.io.tcp.AcceptorSelectorEventHandler
 
toString() - Method in class org.spf4j.io.tcp.DeadlineAction
 
toString() - Method in class org.spf4j.io.tcp.proxy.ProxyBufferTransferHandler
 
toString() - Method in class org.spf4j.io.tcp.proxy.ProxyClientHandler
 
toString() - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
toString() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
toString() - Method in class org.spf4j.io.WriterOutputStream
 
toString() - Method in class org.spf4j.jdbc.JdbcTemplate
 
toString() - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
toString() - Method in class org.spf4j.jmx.GenericExportedOperation
 
toString() - Method in class org.spf4j.jmx.GenericExportedValue
 
toString() - Method in class org.spf4j.jmx.mappers.MapEntryOpenTypeMapping
 
toString() - Method in class org.spf4j.jmx.mappers.SpecificRecordOpenTypeMapping
 
toString() - Method in class org.spf4j.jmx.mappers.Spf4jOpenTypeMapper
 
toString() - Method in class org.spf4j.log.AvroLogRecordImpl
 
toString() - Method in class org.spf4j.log.ExecContextLogger
 
toString() - Method in class org.spf4j.log.LogAttribute
 
toString() - Method in class org.spf4j.log.LogPrinter
 
toString() - Method in class org.spf4j.log.Slf4jLogRecordImpl
can be sub-classed to change the string representation.
toString() - Method in class org.spf4j.log.SLf4jXLogAdapter
 
toString() - Method in class org.spf4j.net.Timing
 
toString() - Method in class org.spf4j.os.LoggingProcessHandler
 
toString() - Method in class org.spf4j.os.ProcessResponse
 
toString() - Method in class org.spf4j.os.StdOutToStringProcessHandler
 
toString() - Method in class org.spf4j.perf.impl.acc.AddAndCountAccumulator
 
toString() - Method in class org.spf4j.perf.impl.acc.CountAccumulator
 
toString() - Method in class org.spf4j.perf.impl.acc.DirectStoreAccumulator
 
toString() - Method in class org.spf4j.perf.impl.acc.DirectStoreMultiAccumulator
 
toString() - Method in class org.spf4j.perf.impl.acc.MinMaxAvgAccumulator
 
toString() - Method in class org.spf4j.perf.impl.acc.QuantizedAccumulator
 
toString() - Method in class org.spf4j.perf.impl.DirectRecorderSource
 
toString() - Method in class org.spf4j.perf.impl.MeasurementsInfoImpl
 
toString() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteTcpStore
 
toString() - Method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
 
toString() - Method in class org.spf4j.perf.impl.ms.MultiStore
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroFileInfo
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStoreReader
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStoreReader
 
toString() - Method in class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
toString() - Method in class org.spf4j.perf.impl.Quanta
 
toString() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorder
 
toString() - Method in class org.spf4j.perf.impl.ScalableMeasurementRecorderSource
 
toString() - Method in class org.spf4j.perf.io.MeasuredInputStream
 
toString() - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
toString() - Method in class org.spf4j.perf.ProcessVitals
 
toString() - Method in class org.spf4j.perf.TimeSeriesAggregatingIterator
 
toString() - Method in class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
toString() - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
toString() - Method in class org.spf4j.recyclable.impl.CollectableThreadLocalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.LeaseImpl
 
toString() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
toString() - Method in class org.spf4j.recyclable.impl.ObjectHolderFactory
 
toString() - Method in class org.spf4j.recyclable.impl.Powerof2SizedGlobalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.Powerof2ThreadLocalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
toString() - Method in class org.spf4j.recyclable.impl.SharingObjectPool.SharedObject
 
toString() - Method in class org.spf4j.recyclable.impl.SharingObjectPool
 
toString() - Method in class org.spf4j.recyclable.impl.SizedThreadLocalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.impl.ThreadLocalRecyclingSupplier
 
toString() - Method in class org.spf4j.recyclable.Template
 
toString() - Method in class org.spf4j.reflect.CachingTypeMapSupplierWrapper
 
toString() - Method in class org.spf4j.reflect.CachingTypeMapWrapper
 
toString() - Method in class org.spf4j.reflect.GraphTypeMap
 
toString() - Method in class org.spf4j.security.AesEncryptorDecryptor
 
toString() - Method in class org.spf4j.security.EncryptedBytes
 
toString() - Method in class org.spf4j.security.EncryptedString
 
toString() - Method in class org.spf4j.stackmonitor.FastStackCollector
 
toString() - Method in class org.spf4j.stackmonitor.MxStackCollector
 
toString() - Method in class org.spf4j.stackmonitor.ProfilingTLAttacher
 
toString() - Method in class org.spf4j.stackmonitor.SampleNode
 
toString() - Method in class org.spf4j.stackmonitor.Sampler
 
toString() - Method in class org.spf4j.stackmonitor.SimpleStackCollector
 
toString() - Method in class org.spf4j.stackmonitor.StackCollectorImpl
 
toString() - Method in class org.spf4j.stackmonitor.StackTrace
 
toString() - Method in class org.spf4j.stackmonitor.THashMap
 
toString() - Method in class org.spf4j.stackmonitor.ThreadStackSampler
 
toString() - Method in class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
toString() - Method in class org.spf4j.text.AttributedString
 
toString() - Method in class org.spf4j.text.MessageFormat
 
toString() - Method in class org.spf4j.tsdb2.TimeSeries
 
toString() - Method in class org.spf4j.tsdb2.TSDBQuery.TableDefEx
 
toString() - Method in class org.spf4j.tsdb2.TSDBReader
 
toString() - Method in class org.spf4j.tsdb2.TSDBWriter
 
toString() - Method in class org.spf4j.unix.JVMArguments
 
TOSTRING_APPENDER - Static variable in interface org.spf4j.io.ObjectAppender
A simple Object appender that invokes the toString method of the object and writes the object out.
toStringArray() - Method in class org.spf4j.unix.JVMArguments
 
toStringBuilder(Throwable, Throwables.PackageDetail) - Static method in class org.spf4j.base.Throwables
 
toStringBuilder(Throwable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
toStringJsonWritableSerializer() - Static method in class org.spf4j.base.Json
 
toSupplier() - Static method in class org.spf4j.base.ResultMatchers
 
totalPermits() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
toUtf8(String) - Static method in class org.spf4j.base.Strings
Optimized UTF8 string encoder.
trace(String) - Method in class org.spf4j.log.ExecContextLogger
 
trace(String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
trace(String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
trace(String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
trace(String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
trace(Marker, String) - Method in class org.spf4j.log.ExecContextLogger
 
trace(Marker, String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
trace(Marker, String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
trace(Marker, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
trace(Marker, String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
traceId(CharSequence) - Static method in class org.spf4j.log.LogAttribute
 
TracingExecutionContexSampler - Class in org.spf4j.stackmonitor
A stack sample collector that collects samples only for code executed within a execution context.
TracingExecutionContexSampler(Supplier<Iterable<Map.Entry<Thread, ExecutionContext>>>, Function<ExecutionContext, String>) - Constructor for class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
TracingExecutionContexSampler(int, Supplier<Iterable<Map.Entry<Thread, ExecutionContext>>>, Function<ExecutionContext, String>) - Constructor for class org.spf4j.stackmonitor.TracingExecutionContexSampler
 
transactOnConnection(HandlerNano<Connection, R, SQLException>, long, TimeUnit) - Method in class org.spf4j.jdbc.JdbcTemplate
 
transactOnConnection(HandlerNano<Connection, R, SQLException>, long) - Method in class org.spf4j.jdbc.JdbcTemplate
 
transactOnConnectionNonInterrupt(HandlerNano<Connection, R, SQLException>, long, TimeUnit) - Method in class org.spf4j.jdbc.JdbcTemplate
 
transfer(SocketChannel, SocketChannel, ByteBuffer) - Static method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
TransferBuffer - Class in org.spf4j.io.tcp.proxy
 
TransferBuffer(int) - Constructor for class org.spf4j.io.tcp.proxy.TransferBuffer
 
TransferBuffer.Operation - Enum in org.spf4j.io.tcp.proxy
 
transformValues(TObjectFunction<V, V>) - Method in class org.spf4j.stackmonitor.THashMap
Transform the values in this map using function.
translateToIOException(String, String) - Method in exception org.spf4j.unix.UnixException
Map well known errors to specific exceptions where possible; otherwise return more general FileSystemException.
translateToIOException(String, String) - Method in exception org.spf4j.unix.UnixRuntimeException
Map well known errors to specific exceptions where possible; otherwise return more general FileSystemException.
traverse(Method, SampleNode, SampleNode.Invocation) - Static method in class org.spf4j.stackmonitor.SampleNode
 
traverse(Method, SampleNode, SampleNode.Invocation, boolean) - Static method in class org.spf4j.stackmonitor.SampleNode
 
traverse(Method, SampleNode, SampleNode.Invocation, Function<Deque, SampleNode.TraversalData>) - Static method in class org.spf4j.stackmonitor.SampleNode
 
triggerShutdown() - Method in class org.spf4j.io.tcp.TcpServer.TcpServerGuavaService
 
TrimmedException(String) - Constructor for exception org.spf4j.base.Throwables.TrimmedException
 
truncate(String, int) - Static method in class org.spf4j.base.Strings
 
tryAcquire(int, long) - Method in class org.spf4j.concurrent.CompoundPermitSupplier
 
tryAcquire(int, long) - Method in class org.spf4j.concurrent.CompoundSemaphore
 
tryAcquire(int, long) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
tryAcquire(int, long) - Method in class org.spf4j.concurrent.jdbc.ProcessLimitedJdbcSemaphore
 
tryAcquire(int, long) - Method in class org.spf4j.concurrent.LocalSemaphore
 
tryAcquire(int, long, TimeUnit) - Method in class org.spf4j.concurrent.LocalSemaphore
 
tryAcquire(long, TimeUnit) - Method in interface org.spf4j.concurrent.PermitSupplier
try to acquire a permit.
tryAcquire(int, long, TimeUnit) - Method in interface org.spf4j.concurrent.PermitSupplier
try to acquire a number of permits.
tryAcquire(int, long) - Method in interface org.spf4j.concurrent.PermitSupplier
 
tryAcquire(int, long) - Method in class org.spf4j.failsafe.GuavaRateLimiter
 
tryAcquire(int, long, TimeUnit) - Method in class org.spf4j.failsafe.GuavaRateLimiter
 
tryAcquire() - Method in class org.spf4j.failsafe.RateLimiter
Try to acquire a permit if available.
tryAcquire(int) - Method in class org.spf4j.failsafe.RateLimiter
 
tryAcquire(int, long) - Method in class org.spf4j.failsafe.RateLimiter
 
tryAcquire(int, long, TimeUnit) - Method in class org.spf4j.failsafe.RateLimiter
 
tryAcquireEx(int, long) - Method in class org.spf4j.concurrent.CompoundPermitSupplier
 
tryAcquireEx(int, long, TimeUnit) - Method in interface org.spf4j.concurrent.PermitSupplier
 
tryAcquireEx(int, long) - Method in interface org.spf4j.concurrent.PermitSupplier
 
tryAcquireEx(int, long, TimeUnit) - Method in class org.spf4j.failsafe.RateLimiter
 
tryAcquireEx(int, long) - Method in class org.spf4j.failsafe.RateLimiter
 
tryDispose(long) - Method in interface org.spf4j.recyclable.BlockingDisposable
 
tryDispose(long) - Method in class org.spf4j.recyclable.impl.SharingObjectPool
 
tryGet(long) - Method in class org.spf4j.recyclable.impl.SharingObjectPool
 
tryGet(long, TimeUnit) - Method in interface org.spf4j.recyclable.RecyclingSupplier
 
tryGet(long) - Method in interface org.spf4j.recyclable.RecyclingSupplier
 
tryGet(ObjectBorower, long, TimeUnit) - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
 
tryGet(ObjectBorower, long) - Method in interface org.spf4j.recyclable.SmartRecyclingSupplier
 
tryLock() - Method in class org.spf4j.concurrent.FileBasedLock
 
tryLock(long, TimeUnit) - Method in class org.spf4j.concurrent.FileBasedLock
 
tryLock() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
tryLock(long, TimeUnit) - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
tryRegister(Class<T>, ObjectAppender<? super T>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
tryRegister(Class<T>, CoreTextMediaType, ObjectAppender<? super T>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
tryRequestReturnObject() - Method in interface org.spf4j.recyclable.ObjectBorower
Non Blocking method.
tryReturnObjectIfNotInUse() - Method in interface org.spf4j.recyclable.ObjectBorower
Non Blocking method.
tryReturnObjectsIfNotInUse() - Method in interface org.spf4j.recyclable.ObjectBorower
Return all objects that are not currently in use.
tryReturnObjectsIfNotNeededAnymore() - Method in interface org.spf4j.recyclable.ObjectBorower
This method is a cleanup method.
TS_FORMAT - Static variable in class org.spf4j.base.DateTimeFormats
 
TSDBMeasurementStore - Class in org.spf4j.perf.impl.ms.tsdb
 
TSDBMeasurementStore(File) - Constructor for class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStore
 
TSDBMeasurementStoreReader - Class in org.spf4j.perf.impl.ms.tsdb
 
TSDBMeasurementStoreReader(File) - Constructor for class org.spf4j.perf.impl.ms.tsdb.TSDBMeasurementStoreReader
 
TSDBQuery - Class in org.spf4j.tsdb2
 
TSDBQuery.TableDefEx - Class in org.spf4j.tsdb2
 
TSDBReader - Class in org.spf4j.tsdb2
 
TSDBReader(File, int) - Constructor for class org.spf4j.tsdb2.TSDBReader
 
TSDBReader(File, int, long) - Constructor for class org.spf4j.tsdb2.TSDBReader
 
TSDBReader.EventSensitivity - Enum in org.spf4j.tsdb2
 
TSDBTxtMeasurementStore - Class in org.spf4j.perf.impl.ms.tsdb
File based store implementation.
TSDBTxtMeasurementStore(File) - Constructor for class org.spf4j.perf.impl.ms.tsdb.TSDBTxtMeasurementStore
 
TSDBWriter - Class in org.spf4j.tsdb2
Second generation Time-Series database format.
TSDBWriter(File, int, String, boolean) - Constructor for class org.spf4j.tsdb2.TSDBWriter
 
TypeBasedRetryDelaySupplier<T> - Class in org.spf4j.failsafe
A retry Delay supplier that will provide the same instance of a RetryDelaySupplier for a particular java class.
TypeBasedRetryDelaySupplier(Function<Class<T>, RetryDelaySupplier>) - Constructor for class org.spf4j.failsafe.TypeBasedRetryDelaySupplier
 
TypeMap<H> - Interface in org.spf4j.reflect
Type to Object map.

U

UIDGenerator - Class in org.spf4j.concurrent
Unique ID Generator Based on the assumptions: 1.
UIDGenerator(Sequence) - Constructor for class org.spf4j.concurrent.UIDGenerator
 
UIDGenerator(Sequence, String) - Constructor for class org.spf4j.concurrent.UIDGenerator
 
UIDGenerator(Sequence, long) - Constructor for class org.spf4j.concurrent.UIDGenerator
 
UIDGenerator(Sequence, String, long) - Constructor for class org.spf4j.concurrent.UIDGenerator
 
UIDGenerator(Sequence, BaseEncoding, long, char, String) - Constructor for class org.spf4j.concurrent.UIDGenerator
Construct a UID Generator
Ulimit - Class in org.spf4j.unix
Deprecated.
see UnixResources for better/faster alternative.
umask(int) - Method in interface org.spf4j.unix.CLibrary
 
UnboundedLoadingCache<K,V> - Class in org.spf4j.concurrent
custom build high performance implementation for a unbounded guava cache: UnboundedLoadingCache is implemented with JDK concurrent map UnboundedLoadingCache2 is using the JDK 1.8 computing map functionality, but benchmarks show worse performance.
UnboundedLoadingCache(int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedLoadingCache
 
UnboundedLoadingCache(int, int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedLoadingCache
 
UnboundedLoadingCache(Comparator<? super K>, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedLoadingCache
Will use a ConcurrentSkipListMap to store the underlying data.
UnboundedLoadingCache2<K,V> - Class in org.spf4j.concurrent
Simple adapter that adapts a java ConcurrentMap to a guava cache.
UnboundedLoadingCache2(int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedLoadingCache2
 
UnboundedLoadingCache2(int, int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedLoadingCache2
 
UnboundedRacyLoadingCache<K,V> - Class in org.spf4j.concurrent
Deprecated.
use UnboundedLoadingCache instead.
UnboundedRacyLoadingCache(int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
UnboundedRacyLoadingCache(int, int, CacheLoader<K, V>) - Constructor for class org.spf4j.concurrent.UnboundedRacyLoadingCache
Deprecated.
 
UncheckedCsvParseException - Exception in org.spf4j.io.csv
 
UncheckedCsvParseException() - Constructor for exception org.spf4j.io.csv.UncheckedCsvParseException
 
UncheckedCsvParseException(String) - Constructor for exception org.spf4j.io.csv.UncheckedCsvParseException
 
UncheckedCsvParseException(String, Throwable) - Constructor for exception org.spf4j.io.csv.UncheckedCsvParseException
 
UncheckedCsvParseException(Throwable) - Constructor for exception org.spf4j.io.csv.UncheckedCsvParseException
 
UncheckedExecutionException - Exception in org.spf4j.base
 
UncheckedExecutionException(String) - Constructor for exception org.spf4j.base.UncheckedExecutionException
 
UncheckedExecutionException(String, Throwable) - Constructor for exception org.spf4j.base.UncheckedExecutionException
 
UncheckedExecutionException(Throwable) - Constructor for exception org.spf4j.base.UncheckedExecutionException
 
UncheckedExecutionException(String, Throwable, boolean, boolean) - Constructor for exception org.spf4j.base.UncheckedExecutionException
 
UncheckedTimeoutException - Exception in org.spf4j.base
 
UncheckedTimeoutException(String) - Constructor for exception org.spf4j.base.UncheckedTimeoutException
 
UncheckedTimeoutException(String, Throwable) - Constructor for exception org.spf4j.base.UncheckedTimeoutException
 
UncheckedTimeoutException(Throwable) - Constructor for exception org.spf4j.base.UncheckedTimeoutException
 
UncheckedTimeoutException(String, Throwable, boolean, boolean) - Constructor for exception org.spf4j.base.UncheckedTimeoutException
 
unfair() - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
uninstall() - Static method in class org.spf4j.log.SLF4JBridgeHandler
Removes previously installed SLF4JBridgeHandler instances.
UNIT_TYPE_PROP - Static variable in interface org.spf4j.perf.TimeSeriesRecord
 
UnixConstants - Class in org.spf4j.unix
 
UnixException - Exception in org.spf4j.unix
Internal exception thrown by native methods when error detected.
UnixException(String, int) - Constructor for exception org.spf4j.unix.UnixException
 
UnixResources - Enum in org.spf4j.unix
Possible values of the first parameter to getrlimit()/setrlimit() A combination of com.sun.jna.platform.unix.Resource and MACOSX resource.h this class requires jna-platforn which is a optional dependency.
UnixRuntime - Class in org.spf4j.unix
 
UnixRuntimeException - Exception in org.spf4j.unix
Internal exception thrown by native methods when error detected.
UnixRuntimeException(String, int) - Constructor for exception org.spf4j.unix.UnixRuntimeException
 
UNLIMITED - Static variable in interface org.spf4j.concurrent.PermitSupplier
 
unlock() - Method in class org.spf4j.concurrent.FileBasedLock
 
unlock() - Method in class org.spf4j.concurrent.jdbc.JdbcLock
 
unread(int) - Method in class org.spf4j.io.PushbackInputStreamEx
 
unread(int) - Method in class org.spf4j.io.PushbackReader
 
unread(char[], int, int) - Method in class org.spf4j.io.PushbackReader
 
unread(char[]) - Method in class org.spf4j.io.PushbackReader
 
unregister(Class<?>) - Method in class org.spf4j.io.ConfigurableAppenderSupplier
 
unregister(Object) - Static method in class org.spf4j.jmx.Registry
 
unregister(Class<?>) - Static method in class org.spf4j.jmx.Registry
 
unregister(String, String) - Static method in class org.spf4j.jmx.Registry
 
unregister(ObjectName) - Static method in class org.spf4j.jmx.Registry
 
unregisterJmx() - Method in class org.spf4j.concurrent.jdbc.JdbcHeartBeat
 
unregisterJmx() - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
unregisterJmx() - Method in interface org.spf4j.concurrent.LifoThreadPool
 
unregisterJmx() - Method in class org.spf4j.concurrent.LifoThreadPoolExecutorSQP
 
UnsafeString - Class in org.spf4j.base
Lower lever unsafe hacks for performance improvement.
UnsafeThrowable - Class in org.spf4j.base
 
unwrap(Class<T>) - Method in class org.spf4j.pool.jdbc.PooledDataSource
 
unzip(Path) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip archive to same folder.
unzip(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip file to a destination folder.
unzip(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
Unzip a zip file to a destination folder.
unzip2(Path, Path) - Static method in class org.spf4j.io.compress.Compress
 
unzip2(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
 
update(UnaryOperator<T>) - Method in class org.spf4j.concurrent.AtomicReferenceExt
 
update(AtomicReference<T>, UnaryOperator<T>) - Static method in class org.spf4j.concurrent.Atomics
 
UpdateablePriorityQueue<E> - Class in org.spf4j.ds
A priority queue which allows efficient element update.
UpdateablePriorityQueue() - Constructor for class org.spf4j.ds.UpdateablePriorityQueue
 
UpdateablePriorityQueue(int) - Constructor for class org.spf4j.ds.UpdateablePriorityQueue
 
UpdateablePriorityQueue(int, Comparator<? super E>) - Constructor for class org.spf4j.ds.UpdateablePriorityQueue
 
UpdateablePriorityQueue.ElementRef - Class in org.spf4j.ds
 
updated(T) - Static method in class org.spf4j.concurrent.UpdateResult
 
updatePermits(int) - Method in class org.spf4j.concurrent.jdbc.JdbcSemaphore
 
UpdateResult<T> - Class in org.spf4j.concurrent
 
updateTiming() - Static method in class org.spf4j.base.Timing
 
UsageProvider<T> - Interface in org.spf4j.recyclable
 
USER_DIR - Static variable in class org.spf4j.base.Runtime
 
USER_HOME - Static variable in class org.spf4j.base.Runtime
 
USER_NAME - Static variable in class org.spf4j.base.Runtime
 
USF - Static variable in class org.spf4j.base.AlmostSafe
 
UTF_BOM - Static variable in class org.spf4j.io.csv.CharSeparatedValues
http://unicode.org/faq/utf_bom.html#BOM

V

validate(Connection, Exception) - Method in class org.spf4j.pool.jdbc.JdbcConnectionFactory
 
validate(ObjectHolder<T>, Exception) - Method in class org.spf4j.recyclable.impl.ObjectHolderFactory
 
validate(T, Exception) - Method in interface org.spf4j.recyclable.RecyclingSupplier.Factory
Validate the object, return true if valid, false of throw an Exception with validation detail otherwise.
validatedFileName(T) - Static method in class org.spf4j.base.CharSequences
 
validateObjectIfNotBorrowed() - Method in class org.spf4j.recyclable.impl.ObjectHolder
 
value - Variable in class org.spf4j.base.Either
 
value(String, long) - Static method in class org.spf4j.log.LogAttribute
 
valueForEntry(Map.Entry<K, V>) - Method in class org.spf4j.stackmonitor.THashMap.EntryView
 
valueOf(String) - Static method in enum org.spf4j.base.Callables.AdvancedAction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.Callables.RetryDecision.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.Callables.SimpleAction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.CoreTextMediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.ExecutionContext.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.Runtime.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.SysExits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.base.Throwables.PackageDetail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.ds.RTree.SeedPicker
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.failsafe.RetryDecision.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.io.csv.CsvReader.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.io.FSWatchEventSensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.io.tcp.proxy.TransferBuffer.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.jdbc.DbType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.log.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.perf.impl.ms.StoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore.Compressor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.recyclable.ObjectBorower.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.tsdb2.TSDBReader.EventSensitivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spf4j.unix.UnixResources
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spf4j.base.Callables.AdvancedAction
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.Callables.RetryDecision.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.Callables.SimpleAction
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.CoreTextMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.ExecutionContext.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.Runtime.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.SysExits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.base.Throwables.PackageDetail
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.ds.RTree.SeedPicker
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.failsafe.RetryDecision.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.io.csv.CsvReader.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.io.FSWatchEventSensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.io.tcp.proxy.TransferBuffer.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.jdbc.DbType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.perf.impl.ms.StoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.perf.impl.ms.tsdb.AvroMeasurementStore.Compressor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.recyclable.ObjectBorower.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.spf4j.stackmonitor.THashMap
Returns a view on the values of the map.
values() - Static method in enum org.spf4j.tsdb2.TSDBReader.EventSensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.spf4j.unix.UnixResources
Returns an array containing the constants of this enum type, in the order they are declared.
ValueView() - Constructor for class org.spf4j.stackmonitor.THashMap.ValueView
 
Version - Class in org.spf4j.base
 
Version(String) - Constructor for class org.spf4j.base.Version
 
Version(CharSequence) - Constructor for class org.spf4j.base.Version
 
visitFile(Path, BasicFileAttributes) - Method in class org.spf4j.io.DeletingVisitor
 
visitFile(Path, BasicFileAttributes) - Method in class org.spf4j.io.SetFilesReadOnlyVisitor
 
visitFileFailed(Path, IOException) - Method in class org.spf4j.io.DeletingVisitor
 
visitFileFailed(Path, IOException) - Method in class org.spf4j.io.SetFilesReadOnlyVisitor
 
visualize() - Method in class org.spf4j.ds.RTree
 

W

W_OK - Static variable in class org.spf4j.unix.UnixConstants
 
WAIT_FOR_SHUTDOWN_NANOS - Static variable in class org.spf4j.base.Runtime
 
warn(String) - Method in class org.spf4j.log.ExecContextLogger
 
warn(String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
warn(String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
warn(String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
warn(String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
warn(Marker, String) - Method in class org.spf4j.log.ExecContextLogger
 
warn(Marker, String, Object) - Method in class org.spf4j.log.ExecContextLogger
 
warn(Marker, String, Object, Object) - Method in class org.spf4j.log.ExecContextLogger
 
warn(Marker, String, Object...) - Method in class org.spf4j.log.ExecContextLogger
 
warn(Marker, String, Throwable) - Method in class org.spf4j.log.ExecContextLogger
 
watch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity) - Method in class org.spf4j.tsdb2.TSDBReader
 
watch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity, long, TimeUnit) - Method in class org.spf4j.tsdb2.TSDBReader
 
watch(Handler<Either<TableDef, DataBlock>, E>, TSDBReader.EventSensitivity, long) - Method in class org.spf4j.tsdb2.TSDBReader
 
whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class org.spf4j.concurrent.ContextPropagatingCompletableFuture
 
withAttribute(ExportedValue<?>) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
withAttributes(ExportedValue<?>...) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
withAttributes(Map<String, Object>) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
withCoreSize(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withDaemonThreads(boolean) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withDbType(DbType) - Method in class org.spf4j.concurrent.jdbc.HeartBeatTableDesc
 
withDbType(DbType) - Method in class org.spf4j.concurrent.jdbc.SemaphoreTablesDesc
 
withDefaultThrowableRetryPredicate() - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withDefaultThrowableRetryPredicate(int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicate(PartialExceptionRetryPredicate<T, C>, long, TimeUnit) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicate(PartialExceptionRetryPredicate<T, C>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicate(Class<E>, PartialTypedExceptionRetryPredicate<T, C, E>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicate(Class<E>, PartialTypedExceptionRetryPredicate<T, C, E>, int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicate(PartialExceptionRetryPredicate<T, C>, int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicateSupplier(Supplier<PartialExceptionRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionPartialPredicateSupplier(TimedSupplier<PartialExceptionRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withExceptionStatefulPartialPredicate(Supplier<PartialExceptionRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
Deprecated.
withExceptionStatefulPartialPredicate(TimedSupplier<PartialExceptionRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
Deprecated.
withFirstCharLower(String) - Static method in class org.spf4j.base.Strings
 
withGetHook(Handler<T, ? extends Exception>) - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
withInitialDelay(long, TimeUnit) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withInitialImmediateRetries(int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withInitialRetries(int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
Deprecated.
use withInitialImmediateRetries instead.
withInitialSize(int) - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
withJitterFactor(double) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withJmxExportObject(Object) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
add all exported (with @JmxExport) attributes and operations of the object.
withJmxExportObjects(Object...) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
add all exported (with @JmxExport) attributes and operations of the objects.
withMaintenance(ScheduledExecutorService, long, boolean) - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
withMaxDelay(long, TimeUnit) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withMaxExceptionChain(int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withMaxIdleTimeMillis(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withMaxSize(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withName(Callable<T>, String) - Static method in class org.spf4j.base.Callables
This is a duplicate of guava Callables.threadRenaming ...
withOperation(ExportedOperation) - Method in class org.spf4j.jmx.DynamicMBeanBuilder
 
withoutRetryLogger() - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withPoolName(String) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withQueueSizeLimit(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withRecycleHook(Handler<T, ? extends Exception>) - Method in class org.spf4j.recyclable.impl.RecyclingSupplierBuilder
 
withRejectionHandler(RejectedExecutionHandler) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withResultPartialPredicate(PartialResultRetryPredicate<T, C>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withResultPartialPredicate(Class<A>, PartialResultRetryPredicate<A, Callable<A>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withResultPartialPredicate(PartialResultRetryPredicate<T, C>, int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withResultPartialPredicateSupplier(Supplier<PartialResultRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withResultPartialPredicateSupplier(TimedSupplier<PartialResultRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withResultStatefulPartialPredicate(Supplier<PartialResultRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
Deprecated.
withResultStatefulPartialPredicate(TimedSupplier<PartialResultRetryPredicate<T, C>>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
Deprecated.
withRetryLogger(Logger) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withRetryOnException(Class<? extends Exception>) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withRetryOnException(Class<? extends Exception>, int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withRetryOnException(Class<? extends Exception>, long, TimeUnit) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withRetryOnResult(T, int) - Method in class org.spf4j.failsafe.RetryPolicy.Builder
 
withSpinLockCount(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
withThreadPriority(int) - Method in class org.spf4j.concurrent.LifoThreadPoolBuilder
 
wrap(char[]) - Static method in class org.spf4j.base.Strings
Create a String based on the provided character array.
wrap(char[]) - Static method in class org.spf4j.base.UnsafeString
Create a String based on the provided character array.
wrap(Callable<T>) - Method in interface org.spf4j.concurrent.ContextPropagator
 
wrap(Runnable) - Method in interface org.spf4j.concurrent.ContextPropagator
 
wrap(Collection<? extends Callable<T>>) - Method in interface org.spf4j.concurrent.ContextPropagator
 
wrap(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface org.spf4j.concurrent.ContextPropagator
 
Wrapper<T> - Interface in org.spf4j.base
An interface to uniformly access wrapped objects + wrap.
wrapperToPrimitive(Class<?>) - Static method in class org.spf4j.base.Reflections
 
write(T) - Method in interface org.spf4j.base.ArrayWriter
 
write(T) - Method in class org.spf4j.concurrent.ThreadLocalBufferedConsumer
 
write(byte[], int, int) - Method in class org.spf4j.io.AppendableOutputStream
Write bytes from the specified byte array to the stream.
write(byte[]) - Method in class org.spf4j.io.AppendableOutputStream
Write bytes from the specified byte array to the stream.
write(int) - Method in class org.spf4j.io.AppendableOutputStream
Write a single byte to the stream.
write(char[], int, int) - Method in class org.spf4j.io.AppendableWriter
 
write(int) - Method in class org.spf4j.io.AppendableWriter
 
write(String, int, int) - Method in class org.spf4j.io.AppendableWriter
 
write(String) - Method in class org.spf4j.io.AppendableWriter
 
write(char[]) - Method in class org.spf4j.io.AppendableWriter
 
write(int) - Method in class org.spf4j.io.BufferedOutputStream
 
write(byte[], int, int) - Method in class org.spf4j.io.BufferedOutputStream
 
write(byte[]) - Method in class org.spf4j.io.ByteArrayBuilder
 
write(int) - Method in class org.spf4j.io.ByteArrayBuilder
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class org.spf4j.io.ByteArrayBuilder
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(char[]) - Method in class org.spf4j.io.CharArrayBuilder
 
write(int) - Method in class org.spf4j.io.CharArrayBuilder
Writes the specified byte to this byte array output stream.
write(char[], int, int) - Method in class org.spf4j.io.CharArrayBuilder
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class org.spf4j.io.ClosedOutputStream
 
write(int) - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
write(byte[]) - Method in class org.spf4j.io.LazyOutputStreamWrapper
 
write(int) - Method in class org.spf4j.io.NoCloseOutputStream
 
write(byte[], int, int) - Method in class org.spf4j.io.NoCloseOutputStream
 
write(byte[]) - Method in class org.spf4j.io.NoCloseOutputStream
 
write(char[], int, int) - Method in class org.spf4j.io.NullWriter
 
write(byte[], int, int) - Method in class org.spf4j.io.PipedOutputStream
 
write(int) - Method in class org.spf4j.io.PipedOutputStream
 
write(SocketChannel) - Method in class org.spf4j.io.tcp.proxy.TransferBuffer
 
write(int) - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
write(byte[]) - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
write(byte[], int, int) - Method in class org.spf4j.perf.io.MeasuredOutputStream
 
Writeable - Interface in org.spf4j.base
Interface for Objects that can write themselves to a appendable.
WriteableAppender - Class in org.spf4j.io.appenders
 
WriteableAppender() - Constructor for class org.spf4j.io.appenders.WriteableAppender
 
writeAbreviatedClassName(String, Appendable) - Static method in class org.spf4j.base.Throwables
 
writeAsCsv(Appendable, File, String) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
writeCsvElement(CharSequence, Appendable) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvElement(CharSequence, Appendable) - Static method in class org.spf4j.io.Csv
 
writeCsvRow(Appendable, Object...) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRow(Appendable, long...) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRow(Appendable, Iterable<?>) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRow(Appendable, Object...) - Static method in class org.spf4j.io.Csv
 
writeCsvRow(Appendable, long...) - Static method in class org.spf4j.io.Csv
 
writeCsvRow(Appendable, Iterable<?>) - Static method in class org.spf4j.io.Csv
 
writeCsvRow2(Appendable, Object, Object...) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRow2(Appendable, Object, Object...) - Static method in class org.spf4j.io.Csv
 
writeCsvRowNoEOL(Appendable, Object...) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRowNoEOL(long[], Appendable) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRowNoEOL(Iterable<?>, Appendable) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeCsvRowNoEOL(long[], Appendable) - Static method in class org.spf4j.io.Csv
 
writeCsvRowNoEOL(Iterable<?>, Appendable) - Static method in class org.spf4j.io.Csv
 
writeCsvTable(File, String, File) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
writeCsvTables(File, Set<String>, File) - Static method in class org.spf4j.tsdb2.TSDBQuery
 
writeD3JsonFormatTo(Method, Appendable) - Method in class org.spf4j.stackmonitor.SampleNode
A Json format compatible with: https://github.com/spiermar/d3-flame-graph
writeD3JsonTo(Appendable) - Method in class org.spf4j.stackmonitor.SampleNode
A Json format compatible with: https://github.com/spiermar/d3-flame-graph
writeDataRow(long, long, long...) - Method in class org.spf4j.tsdb2.TSDBWriter
 
writeElement(CharSequence) - Method in interface org.spf4j.io.csv.CsvWriter
Will start a element, and write it.
writeEol() - Method in interface org.spf4j.io.csv.CsvWriter
should be called when writing a row is done.
writeExternal(ObjectOutput) - Method in class org.spf4j.stackmonitor.SampleNode
 
writeExternal(ObjectOutput) - Method in class org.spf4j.stackmonitor.THash
 
writeExternal(ObjectOutput) - Method in class org.spf4j.stackmonitor.THashMap
 
writeExternal(ObjectOutput) - Method in class org.spf4j.stackmonitor.TObjectHash
 
writeHtml(Method, Writer) - Static method in class org.spf4j.base.Methods
 
writeJsonTo(Appendable) - Method in class org.spf4j.base.BasicExecutionContext
Overwrite this method to change default json format.
writeJsonTo(Appendable) - Method in interface org.spf4j.base.JsonWriteable
 
writeJsonTo(StringBuilder) - Method in interface org.spf4j.base.JsonWriteable
 
writeJsonTo(Appendable) - Method in class org.spf4j.log.LogAttribute
 
writeJsonTo(JsonGenerator) - Method in class org.spf4j.log.LogAttribute
 
writeJsonTo(Appendable) - Method in class org.spf4j.log.Slf4jLogRecordImpl
can be sub-classed to change the json representation.
writeJsonTo(Appendable) - Method in class org.spf4j.stackmonitor.SampleNode
 
writeMessageString(Appendable, RemoteException) - Static method in class org.spf4j.base.avro.AThrowables
 
writeMessageString(Appendable, Throwable) - Static method in class org.spf4j.base.avro.AThrowables
 
writeMessageString(Appendable, Throwable) - Static method in class org.spf4j.base.Throwables
 
writeMetric(MeasurementsInfo, String, long, long, Writer) - Static method in class org.spf4j.perf.impl.ms.graphite.GraphiteUdpStore
Write with the plaintext protocol: https://graphite.readthedocs.io/en/0.9.10/feeding-carbon.html
writePeakThreadInfo(PrintStream) - Static method in class org.spf4j.perf.cpu.ThreadUsageSampler
 
writeQuotedChar(char, Appendable) - Static method in class org.spf4j.io.csv.CharSeparatedValues
 
writeQuotedCsvElement(CharSequence, Appendable) - Static method in class org.spf4j.io.csv.CharSeparatedValues
 
writeQuotedCsvElement(CharSequence, Appendable) - Static method in class org.spf4j.io.Csv
 
writeQuotedElementContent(CharSequence, int, int, Appendable) - Static method in class org.spf4j.io.csv.CharSeparatedValues
 
writer(Writer) - Method in class org.spf4j.io.csv.CharSeparatedValues
 
writeReplaceWhitespaces(String, char, Appendable) - Static method in class org.spf4j.base.Strings
 
WriterOutputStream - Class in org.spf4j.io
OutputStream implementation that transforms a byte stream to a character stream using a specified character set encoding and writes the resulting stream to a Writer.
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, CharsetDecoder, int) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset, int) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, Charset) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
WriterOutputStream(Writer, String, int) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream.
WriterOutputStream(Writer, String) - Constructor for class org.spf4j.io.WriterOutputStream
Constructs a new WriterOutputStream with a default output buffer size of 1024 characters.
writeStdIn(OutputStream) - Method in interface org.spf4j.os.ProcessHandler
 
writeTableDef(TableDef) - Method in class org.spf4j.tsdb2.TSDBWriter
 
writeThrowableDetail(Throwable, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.Throwables
 
writeThrowableDetails(Throwable, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.avro.AThrowables
 
writeTo(RemoteException, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.avro.AThrowables
 
writeTo(Throwable, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.avro.AThrowables
 
writeTo(List<StackTraceElement>, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.avro.AThrowables
 
writeTo(StackTraceElement, StackTraceElement, Appendable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.avro.AThrowables
 
writeTo(Appendable) - Method in interface org.spf4j.base.JsonWriteable
 
writeTo(Method, Appendable) - Static method in class org.spf4j.base.Methods
 
writeTo(Method, StringBuilder) - Static method in class org.spf4j.base.Methods
 
writeTo(Appendable) - Method in class org.spf4j.base.Pair
 
writeTo(StackTraceElement, StackTraceElement, Appendable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, PrintStream, Throwables.PackageDetail) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, PrintStream, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, Appendable, Throwables.PackageDetail) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, Appendable, Throwables.PackageDetail, String) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, Appendable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
writeTo(Throwable, Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.Throwables
 
writeTo(StackTraceElement[], Appendable, Throwables.PackageDetail, boolean) - Static method in class org.spf4j.base.Throwables
 
writeTo(StackTraceElement[], Appendable, Throwables.PackageDetail, boolean, String) - Static method in class org.spf4j.base.Throwables
 
writeTo(Appendable) - Method in interface org.spf4j.base.Writeable
 
writeTo(StringBuilder) - Method in interface org.spf4j.base.Writeable
 
writeTo(OutputStream) - Method in class org.spf4j.io.ByteArrayBuilder
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class org.spf4j.io.CharArrayBuilder
Writes the complete contents of this char array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Method, Appendable) - Method in class org.spf4j.stackmonitor.SampleNode
 
writeUntil(byte[], int, int, long) - Method in class org.spf4j.io.PipedOutputStream
 
writeUntil(int, long) - Method in class org.spf4j.io.PipedOutputStream
 

X

X_OK - Static variable in class org.spf4j.unix.UnixConstants
 
XCollectors - Class in org.spf4j.base
 
XLog - Interface in org.spf4j.log
 
XorShift128() - Constructor for class org.spf4j.base.IntMath.XorShift128
 
XorShift32() - Constructor for class org.spf4j.base.IntMath.XorShift32
 
XorShift32ThreadSafe() - Constructor for class org.spf4j.base.IntMath.XorShift32ThreadSafe
Deprecated.
 

Y

Yaml - Class in org.spf4j.avro.zfork
 

Z

ZForkAvroAdapter - Class in org.spf4j.avro.zfork
Adapter for the zolyfarkas/avro fork.
ZForkAvroAdapter() - Constructor for class org.spf4j.avro.zfork.ZForkAvroAdapter
 
zip(Path) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.
zip(Path, Path) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.
zip(Path, Path, Predicate<Path>) - Static method in class org.spf4j.io.compress.Compress
Zip a file or folder.

_

_maxSize - Variable in class org.spf4j.stackmonitor.THash
The maximum number of elements allowed without allocating more space.
_set - Variable in class org.spf4j.stackmonitor.TObjectHash
the set of Objects
_size - Variable in class org.spf4j.stackmonitor.THash
the current number of occupied slots in the hash.
_values - Variable in class org.spf4j.stackmonitor.THashMap
the values of the map
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2021 SPF4J. All rights reserved.