A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

abort() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
AbstractDelegated<T> - Class in org.aksw.commons.util.delegate
 
AbstractDelegated() - Constructor for class org.aksw.commons.util.delegate.AbstractDelegated
 
AbstractDelegated(T) - Constructor for class org.aksw.commons.util.delegate.AbstractDelegated
 
accept(A, B, C) - Method in interface org.aksw.commons.util.function.TriConsumer
 
accept(Object, int, int) - Method in interface org.aksw.commons.util.sink.BulkConsumer
 
accept(T) - Method in class org.aksw.commons.util.sink.BulkingSink
 
accept(T) - Method in interface org.aksw.commons.util.sink.Sink
 
acquire() - Method in interface org.aksw.commons.util.ref.Ref
 
acquire() - Method in interface org.aksw.commons.util.ref.RefFuture
 
acquire() - Method in class org.aksw.commons.util.ref.RefFutureImpl
 
acquire(Object) - Method in interface org.aksw.commons.util.ref.Ref
Acquire a new reference with a given comment object Acquiration fails if isAlive() returns false
acquire(Object) - Method in interface org.aksw.commons.util.ref.RefDelegate
 
acquire(Object) - Method in class org.aksw.commons.util.ref.RefImpl
 
acquireMapped(Function<? super T, ? extends X>) - Method in interface org.aksw.commons.util.ref.Ref
Return a ref with a new referent obtained by mapping this ref's value with mapper.
acquireTransformed(Function<? super T, ? extends U>) - Method in interface org.aksw.commons.util.ref.RefFuture
Create a sub-reference to a transformed value of the CompletableFuture
acquireTransformedAndCloseThis(Function<? super T, ? extends U>) - Method in interface org.aksw.commons.util.ref.RefFuture
 
acquisitionStackTrace - Variable in class org.aksw.commons.util.ref.RefImpl
 
action - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
action - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
actions - Variable in class org.aksw.commons.util.exception.FinallyRunAll
 
activeChildRefs - Variable in class org.aksw.commons.util.ref.RefImpl
 
actualClose() - Method in class org.aksw.commons.util.ref.LazyRef
 
add(Object) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
add(Object...) - Method in class org.aksw.commons.util.jdbc.Inserter
 
add(Runnable) - Method in class org.aksw.commons.util.exception.FinallyRunAll
 
add(Callable<?>) - Method in class org.aksw.commons.util.exception.FinallyRunAll
 
addContinuationCondition(Supplier<Boolean>) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
If the result of any continuation condition is false then the retry checks are aborted
addFatalCondition(Predicate<? super Throwable>) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
addStatic(Class<?>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
addThrowing(ThrowingRunnable) - Method in class org.aksw.commons.util.exception.FinallyRunAll
 
andThen(ConvertFunctionRaw) - Method in interface org.aksw.commons.util.convert.ConvertFunctionRaw
 
apply(Range<I>, V, BiFunction<? super I, ? super V, ? extends O>) - Static method in class org.aksw.commons.util.range.RangeUtils
Apply a binary operator (e.g.
apply(I) - Method in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
apply(I1, I2) - Method in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
array - Variable in class org.aksw.commons.util.array.Array
 
Array<T> - Class in org.aksw.commons.util.array
A wrapper for arrays with hash code and equals.
Array(T[]) - Constructor for class org.aksw.commons.util.array.Array
 
AutoCloseableBase - Class in org.aksw.commons.util.closeable
 
AutoCloseableBase() - Constructor for class org.aksw.commons.util.closeable.AutoCloseableBase
 
AutoCloseableWithLeakDetectionBase - Class in org.aksw.commons.util.closeable
A base implementation of AutoClosable that helps detecting resource leaks.
AutoCloseableWithLeakDetectionBase() - Constructor for class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
 
await() - Method in interface org.aksw.commons.util.ref.RefFuture
 
awaitTermination() - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 

B

backendRef - Variable in class org.aksw.commons.util.ref.LazyRef
 
backendRefSupplier - Variable in class org.aksw.commons.util.ref.LazyRef
 
baseName - Variable in class org.aksw.commons.util.string.FileNameImpl
 
bfsStream(Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Stream a classes super class and interfaces as lists of breadths
boundType - Variable in class org.aksw.commons.util.range.Endpoint
 
BoundTypeUtils - Class in org.aksw.commons.util.range
 
BoundTypeUtils() - Constructor for class org.aksw.commons.util.range.BoundTypeUtils
 
BreadthFirstSearchIterator<T,​C extends Collection<T>> - Class in org.aksw.commons.util.traverse
 
BreadthFirstSearchIterator(C, Function<? super T, ? extends Stream<? extends T>>, Supplier<? extends Collector<T, ?, C>>) - Constructor for class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
BreadthFirstSearchLib - Class in org.aksw.commons.util.traverse
 
BreadthFirstSearchLib() - Constructor for class org.aksw.commons.util.traverse.BreadthFirstSearchLib
 
buffer - Variable in class org.aksw.commons.util.sink.BulkingSink
 
build() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
builder() - Static method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
Builder() - Constructor for class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
Builder(long, long, TimeUnit, Callable<X>) - Constructor for class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
BulkConsumer - Interface in org.aksw.commons.util.sink
 
BulkingSink<T> - Class in org.aksw.commons.util.sink
A sink that collects items in a buffer.
BulkingSink(int, BulkConsumer) - Constructor for class org.aksw.commons.util.sink.BulkingSink
 
byteSize - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
bytesToHexString(byte[]) - Static method in class org.aksw.commons.util.string.StringUtils
 

C

cache - Variable in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
cache - Variable in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
cache - Variable in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
cachedFind - Variable in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
call() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
cancel(boolean) - Method in class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
cancelFutureOrCloseRef(CompletableFuture<? extends Ref<?>>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
 
cancelFutureOrCloseValue(CompletableFuture<T>, Consumer<? super T>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
Registers a whenComplete action that closes the value if loaded.
Caster - Class in org.aksw.commons.util.reflect
Utility class for common casts.
Caster() - Constructor for class org.aksw.commons.util.reflect.Caster
 
charset - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
checkRelease() - Method in class org.aksw.commons.util.ref.RefImpl
 
checkTerminationCondition() - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 
checkUrl(URL) - Static method in class org.aksw.commons.util.healthcheck.HealthcheckUtils
 
childRefs - Variable in class org.aksw.commons.util.ref.RefImpl
 
chunkValue(long, long...) - Static method in class org.aksw.commons.util.numbers.NumberChunker
 
chunkValue(long, List<Long>) - Static method in class org.aksw.commons.util.numbers.NumberChunker
Given a value, chunks it according to the given bases.
ClassUtils - Class in org.aksw.commons.util.reflect
 
ClassUtils() - Constructor for class org.aksw.commons.util.reflect.ClassUtils
 
clearCache() - Method in interface org.aksw.commons.util.memoize.Memoized
Clear the cache
clearCache() - Method in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
clearCache() - Method in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
clearCache() - Method in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
close() - Method in class org.aksw.commons.util.closeable.AutoCloseableBase
 
close() - Method in interface org.aksw.commons.util.ref.Ref
 
close() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
close() - Method in class org.aksw.commons.util.ref.RefImpl
 
close() - Method in class org.aksw.commons.util.ref.ResourceHolderImpl
 
close() - Method in class org.aksw.commons.util.sink.BulkingSink
 
close() - Method in interface org.aksw.commons.util.sink.Sink
 
close(ResultSet) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
closeAction - Variable in class org.aksw.commons.util.ref.ResourceHolderImpl
 
closeActionRun - Variable in class org.aksw.commons.util.ref.ResourceHolderImpl
 
closeActual() - Method in class org.aksw.commons.util.closeable.AutoCloseableBase
 
closeDelayInMs - Variable in class org.aksw.commons.util.ref.LazyRef
 
closeStackTrace - Variable in class org.aksw.commons.util.ref.RefImpl
 
closeTriggerStackTrace - Variable in class org.aksw.commons.util.ref.RefImpl
 
coalesce(Supplier<T>...) - Static method in class org.aksw.commons.util.obj.ObjectUtils
Supplier-based coalesce function as described in https://benjiweber.co.uk/blog/2013/12/08/null-coalescing-in-java-8/
Example usage: coalesce(obj::getName, obj::getId, () -> obj.hasFoo() ? obj.foo().toString() : "bar")
coalesce(T...) - Static method in class org.aksw.commons.util.string.StringUtils
Returns first non-null argument
collectorSupplier - Variable in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
Column - Class in org.aksw.commons.util.jdbc
 
Column(int, String, String) - Constructor for class org.aksw.commons.util.jdbc.Column
 
Column(int, String, String, Boolean) - Constructor for class org.aksw.commons.util.jdbc.Column
 
ColumnsReference - Class in org.aksw.commons.util.jdbc
 
ColumnsReference(String, String...) - Constructor for class org.aksw.commons.util.jdbc.ColumnsReference
 
comment - Variable in class org.aksw.commons.util.ref.RefImpl
 
commonPrefix(String, String, boolean) - Static method in class org.aksw.commons.util.string.StringUtils
Returns the common prefix of the given strings
compare(Object, Object) - Method in class org.aksw.commons.util.string.StringPrettyComparator
 
compareTo(CountInfo) - Method in class org.aksw.commons.util.range.CountInfo
All exact counts are sorted first.
compareToLowerBound(Range<C>, Range<C>) - Static method in class org.aksw.commons.util.range.RangeUtils
Compare the lower bounds of two canonical ranges.
compareToUpperBound(Range<C>, Range<C>) - Static method in class org.aksw.commons.util.range.RangeUtils
Compare the upper bounds of two canonical ranges.
CompletableFutureDelegate<T> - Class in org.aksw.commons.util.concurrent
CompletableFuture with a delegate that can be set at most once.
CompletableFutureDelegate() - Constructor for class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
CompletableFutureDelegate(Future<?>) - Constructor for class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
CompletionTracker - Class in org.aksw.commons.util.concurrent
 
CompletionTracker(Executor) - Constructor for class org.aksw.commons.util.concurrent.CompletionTracker
 
composeCheckPart(List<Object>, int, int[]) - Method in class org.aksw.commons.util.jdbc.Inserter
 
composeInsertPart(List<Object>, int, Set<Integer>) - Method in class org.aksw.commons.util.jdbc.Inserter
 
computeNext() - Method in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
computeRange(Range<Long>, long) - Static method in class org.aksw.commons.util.range.RangeUtils
 
concat(TripletPath<V, E>) - Method in class org.aksw.commons.util.triplet.TripletPath
 
conformsTo - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
construct(Iterable<String>) - Static method in class org.aksw.commons.util.string.FileNameUtils
Join strings with dot ('.') to form a filename; discards parts that are empty strings (causes consecutive dots to collapse into a single dot)
contentEncodings - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
contentPart - Variable in class org.aksw.commons.util.string.FileNameImpl
 
contentType - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
continuationConditions - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
continuationConditions - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
convert(I) - Method in interface org.aksw.commons.util.convert.ConvertFunction
 
ConverterRegistry - Interface in org.aksw.commons.util.convert
 
ConverterRegistryImpl - Class in org.aksw.commons.util.convert
 
ConverterRegistryImpl() - Constructor for class org.aksw.commons.util.convert.ConverterRegistryImpl
 
converters - Variable in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
ConvertFunction<I,​O> - Interface in org.aksw.commons.util.convert
A function with information about the input and output types
ConvertFunctionBase - Class in org.aksw.commons.util.convert
 
ConvertFunctionBase(Class<?>, Class<?>) - Constructor for class org.aksw.commons.util.convert.ConvertFunctionBase
 
ConvertFunctionImpl<I,​O> - Class in org.aksw.commons.util.convert
 
ConvertFunctionImpl(Class<?>, Class<?>, Function<I, O>) - Constructor for class org.aksw.commons.util.convert.ConvertFunctionImpl
 
ConvertFunctionRaw - Interface in org.aksw.commons.util.convert
Interface to describe a conversion from one Java type to another
ConvertFunctionRawImpl - Class in org.aksw.commons.util.convert
 
ConvertFunctionRawImpl(Class<?>, Class<?>, Function<Object, Object>) - Constructor for class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
convertRaw(Object) - Method in interface org.aksw.commons.util.convert.ConvertFunctionRaw
 
copy(InputStream, OutputStream, int) - Static method in class org.aksw.commons.util.StreamUtils
Deprecated.
 
copyThenClose(InputStream, OutputStream) - Static method in class org.aksw.commons.util.StreamUtils
Deprecated.
 
counter - Variable in class org.aksw.commons.util.concurrent.CompletionTracker
 
CountInfo - Class in org.aksw.commons.util.range
A class that captures a (possibly minimum) count of items.
CountInfo(long, boolean, Long) - Constructor for class org.aksw.commons.util.range.CountInfo
 
CountingCompletionService<V> - Class in org.aksw.commons.util.concurrent
Source: http://stackoverflow.com/questions/9987019/how-to-know-when-a-completionservice-is-finished-delivering-results http://www.javaspecialists.eu/archive/Issue214.html
CountingCompletionService(Executor) - Constructor for class org.aksw.commons.util.concurrent.CountingCompletionService
 
CountingCompletionService(Executor, BlockingQueue<Future<V>>) - Constructor for class org.aksw.commons.util.concurrent.CountingCompletionService
 
create() - Static method in class org.aksw.commons.util.exception.FinallyRunAll
 
create(int, BulkConsumer) - Static method in class org.aksw.commons.util.sink.BulkingSink
 
create(Class<?>, Class<?>, Function<I, O>) - Static method in class org.aksw.commons.util.convert.ConvertFunctionImpl
Create a converter from a lambda
create(Class<I>, Class<O>, Function<? super I, ? extends O>) - Static method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
Create a converter from a lambda
create(Method) - Static method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
Create a converter from a method that takes a single argument and returns a non-void type
create(Method, Object) - Static method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
Create a converter from a method that takes a single argument and returns a non-void type
create(String, String, List<String>) - Static method in class org.aksw.commons.util.string.FileNameImpl
 
create(String, Supplier<? extends Ref<T>>) - Static method in class org.aksw.commons.util.ref.SingletonLazyRef
 
create(String, Supplier<? extends Ref<T>>, long) - Static method in class org.aksw.commons.util.ref.LazyRef
 
create(Connection) - Static method in class org.aksw.commons.util.jdbc.Schema
 
create(Connection, String, Iterable<String>) - Static method in class org.aksw.commons.util.jdbc.Schema
 
create(DatabaseMetaData, String) - Static method in class org.aksw.commons.util.jdbc.Schema
 
create(DatabaseMetaData, String, String, Iterable<String>) - Static method in class org.aksw.commons.util.jdbc.Schema
 
create(Collection<Range<K>>) - Static method in class org.aksw.commons.util.range.RangeMapUtils
Create a RangeMap with dummy values from a set of ranges.
create(BiFunction<I1, I2, O>) - Static method in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
Create with backing by a ConcurrentHashMap
create(Function<I, O>) - Static method in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
Create with backing by a ConcurrentHashMap
create(Supplier<? extends Ref<T>>) - Static method in class org.aksw.commons.util.ref.SingletonLazyRef
 
create(K, V) - Static method in class org.aksw.commons.util.Pair
 
create(Endpoint<T>, Endpoint<T>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
create(T, BoundType, T, BoundType) - Static method in class org.aksw.commons.util.range.RangeUtils
Create method similar to Range.range(Comparable, BoundType, Comparable, BoundType) with the difference that null can be used as values in order to denote 'below/above all'.
create(T, Object, AutoCloseable) - Static method in class org.aksw.commons.util.ref.RefImpl
 
create(T, Object, AutoCloseable, Object) - Static method in class org.aksw.commons.util.ref.RefImpl
 
create(V, E, V, boolean) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
create2(T, Object, Consumer<? super T>) - Static method in class org.aksw.commons.util.ref.RefImpl
Create method where the close action is created from a provided lambda that accepts the value
createClosed() - Static method in class org.aksw.commons.util.ref.RefImpl
 
createNonConcurrent(BiFunction<I1, I2, O>) - Static method in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
Create with backing by a HashMap
createNonConcurrent(Function<I, O>) - Static method in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
Create with backing by a HashMap
createPage(long, long, long, boolean) - Method in class org.aksw.commons.util.page.PaginatorBase
 
createPage(long, long, long, boolean) - Method in class org.aksw.commons.util.page.PaginatorImpl
 
createPages(long, long) - Method in interface org.aksw.commons.util.page.Paginator
 
createPages(long, long) - Method in class org.aksw.commons.util.page.PaginatorBase
 
createRange(Long, Long) - Static method in class org.aksw.commons.util.range.RangeUtils
Create a range from limit and offset.
createSchema(DataSource) - Static method in class org.aksw.commons.util.jdbc.Schema
 
createUrl(String) - Static method in class org.aksw.commons.util.healthcheck.HealthcheckUtils
 
cropString(String, int, int) - Static method in class org.aksw.commons.util.string.StringUtils
Cuts a string after nMax bytes - unless the remaining bytes are less than tolerance.
current - Variable in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 

D

DatabaseObject - Class in org.aksw.commons.util.jdbc
 
DatabaseObject(String) - Constructor for class org.aksw.commons.util.jdbc.DatabaseObject
 
DataSourceConfig - Interface in org.aksw.commons.util.jdbc
 
DataSourceConfigDefault - Class in org.aksw.commons.util.jdbc
 
DataSourceConfigDefault() - Constructor for class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
deconstruct(String) - Static method in class org.aksw.commons.util.string.FileNameUtils
Decompose a filename into parts by splitting by dot ('.')
delegate - Variable in class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
delegate - Variable in class org.aksw.commons.util.delegate.AbstractDelegated
 
delegate - Variable in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
delegate - Variable in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
delegate - Variable in class org.aksw.commons.util.ref.RefDelegateBase
 
delegate - Variable in class org.aksw.commons.util.sink.BulkingSink
 
delegate() - Method in class org.aksw.commons.util.delegate.AbstractDelegated
 
delegate() - Method in interface org.aksw.commons.util.delegate.Delegated
 
Delegated<T> - Interface in org.aksw.commons.util.delegate
This is similar to Guava's ForwardingObject, except that this thing is an interface and the delegate is publicly exposed.
deriveFileName(String, EntityInfo) - Static method in class org.aksw.commons.util.string.FileNameUtils
Removes all encoding parts from the filename; optionally also removes the content type part.
dfGnuPlotDefault - Static variable in class org.aksw.commons.util.Time
 
dfLatexDefault - Static variable in class org.aksw.commons.util.Time
 
dfPercentage - Static variable in class org.aksw.commons.util.Time
 
Directed<E> - Class in org.aksw.commons.util
A class for 'tagging' another entity with a direction (forward / backward)
Directed(E) - Constructor for class org.aksw.commons.util.Directed
 
Directed(E, boolean) - Constructor for class org.aksw.commons.util.Directed
 
doCompare(Object, Object) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 

E

encodingParts - Variable in class org.aksw.commons.util.string.FileNameImpl
 
end - Variable in class org.aksw.commons.util.triplet.TripletPath
 
Endpoint<T> - Class in org.aksw.commons.util.range
A poor-man's version of guava's internal Cut class
Endpoint(T, BoundType) - Constructor for class org.aksw.commons.util.range.Endpoint
 
ensureOpen() - Method in class org.aksw.commons.util.closeable.AutoCloseableBase
To be called within synchronized functions
ensureOpen() - Method in class org.aksw.commons.util.sink.BulkingSink
 
EntityInfo - Interface in org.aksw.commons.util.entity
Core content metadata describing encoding, content type, charset and language.
EntityInfoImpl - Class in org.aksw.commons.util.entity
A basic java implementation of the EntityInfo interface
EntityInfoImpl(String) - Constructor for class org.aksw.commons.util.entity.EntityInfoImpl
 
EntityInfoImpl(List<String>, String) - Constructor for class org.aksw.commons.util.entity.EntityInfoImpl
 
EntityInfoImpl(List<String>, String, String) - Constructor for class org.aksw.commons.util.entity.EntityInfoImpl
 
EntityInfoImpl(List<String>, String, String, Set<String>) - Constructor for class org.aksw.commons.util.entity.EntityInfoImpl
 
EntityInfoImpl(List<String>, String, String, Set<String>, Set<String>) - Constructor for class org.aksw.commons.util.entity.EntityInfoImpl
 
envsubst(String, Function<String, String>) - Static method in class org.aksw.commons.util.string.Envsubst
Perform substitution of placeholders of form "${name}"
Envsubst - Class in org.aksw.commons.util.string
A basic 'envsubst' implementation.
Envsubst() - Constructor for class org.aksw.commons.util.string.Envsubst
 
equals(Object) - Method in class org.aksw.commons.util.array.Array
 
equals(Object) - Method in class org.aksw.commons.util.delegate.AbstractDelegated
 
equals(Object) - Method in class org.aksw.commons.util.Directed
 
equals(Object) - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
equals(Object) - Method in class org.aksw.commons.util.jdbc.ColumnsReference
 
equals(Object) - Method in class org.aksw.commons.util.jdbc.DatabaseObject
 
equals(Object) - Method in class org.aksw.commons.util.jdbc.ForeignKey
 
equals(Object) - Method in class org.aksw.commons.util.jdbc.PrimaryKey
 
equals(Object) - Method in class org.aksw.commons.util.Pair
 
equals(Object) - Method in class org.aksw.commons.util.range.CountInfo
 
equals(Object) - Method in class org.aksw.commons.util.range.Endpoint
 
equals(Object) - Method in class org.aksw.commons.util.range.PageInfo
 
equals(Object) - Method in class org.aksw.commons.util.reflect.MethodSignature
 
equals(Object) - Method in class org.aksw.commons.util.triplet.TripletImpl
 
equals(Object) - Method in class org.aksw.commons.util.triplet.TripletPath
 
error(String) - Method in class org.aksw.commons.util.slf4j.LoggerCount
 
escapeSql(Object) - Static method in class org.aksw.commons.util.jdbc.Inserter
 
escapeSqlUnsafe(String) - Static method in class org.aksw.commons.util.jdbc.Inserter
 
ExceptionUtilsAksw - Class in org.aksw.commons.util.exception
Utils for dealing with typical situtations w.r.t.
ExceptionUtilsAksw() - Constructor for class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
execDelay - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
execute(Runnable) - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 
execute(Connection, String, Class<T>, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
execute(PreparedStatement, Class<T>, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
execute(PreparedStatement, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
executeCore(Connection, String, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
executeList(Connection, String, Class<T>, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
executeList(PreparedStatement, Class<T>, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
executeSetArgs(PreparedStatement, Object...) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
executor - Variable in class org.aksw.commons.util.concurrent.CompletionTracker
 
executor - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
ExecutorServiceUtils - Class in org.aksw.commons.util.concurrent
 
ExecutorServiceUtils() - Constructor for class org.aksw.commons.util.concurrent.ExecutorServiceUtils
 
expectStarted() - Method in class org.aksw.commons.util.lifecycle.LifeCycleBase
Call this method in your own of a derived class to ensure the correct state

F

fatalConditions - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
fatalConditions - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
fetchColumns(Connection) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchColumns(Connection, String, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchColumns(DatabaseMetaData, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchColumns(DatabaseMetaData, String, String, Iterable<String>) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchColumns(DatabaseMetaData, String, String, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchForeignKeys(Connection) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchForeignKeys(DatabaseMetaData, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchForeignKeys(DatabaseMetaData, String, String, Iterable<String>) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchForeignKeys(DatabaseMetaData, String, String, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchIndexes(DatabaseMetaData, String, String, Iterable<String>, boolean) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchIndexes(DatabaseMetaData, String, String, String, boolean) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchIndexesUnsafe(DatabaseMetaData, String, String, String, boolean) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchPrimaryKeys(Connection) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchPrimaryKeys(DatabaseMetaData, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchPrimaryKeys(DatabaseMetaData, String, String, Iterable<String>) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchPrimaryKeys(DatabaseMetaData, String, String, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchRelationNames(Connection) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
 
fetchRelationNames(DatabaseMetaData, String) - Static method in class org.aksw.commons.util.jdbc.JdbcUtils
For each table retrieve all columns and their foreign key relations Retrieving foreign keys: http://www.java2s.com/Code/Java/Database-SQL-JDBC/GetForeignKeys.htm
FileName - Interface in org.aksw.commons.util.string
A model to represent file names - comprising a base name, a content type part and a list of encodings
FileNameImpl - Class in org.aksw.commons.util.string
 
FileNameImpl(String, String, List<String>) - Constructor for class org.aksw.commons.util.string.FileNameImpl
 
FileNameUtils - Class in org.aksw.commons.util.string
 
FileNameUtils() - Constructor for class org.aksw.commons.util.string.FileNameUtils
 
finalize() - Method in class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
 
finalize() - Method in class org.aksw.commons.util.ref.RefImpl
TODO Switch to Java 9 Cleaner once we upgrade
FinallyRunAll - Class in org.aksw.commons.util.exception
Force all actions in a list to run.
FinallyRunAll() - Constructor for class org.aksw.commons.util.exception.FinallyRunAll
 
FinallyRunAll(List<ThrowingRunnable>) - Constructor for class org.aksw.commons.util.exception.FinallyRunAll
 
findCharPos(String, int, int) - Static method in class org.aksw.commons.util.string.StringUtils
Convert line and column index to the char position line and column indexes are 1-based.
findInvocationMethod(Class<T>, Class<?>, Class<?>...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
Find the best matching methods for the given types.
findInvocationMethod(Class<T>, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
Deprecated.
findMatches(Class<?>, Class<?>) - Method in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
findMethodByArgs(Class<T>, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
findMethodByParams(Class<T>, String, Class<?>...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
findMethodByParamsCached(Class<T>, String, List<Class<?>>) - Static method in class org.aksw.commons.util.reflect.MultiMethod
Errors on lookup (such as no or multiple candidates) ar not cached in will result in new lookups.
findMethodCandidates(Class<T>, String, Class<?>...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
findMethodCandidates(Collection<Method>, Class<?>...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
findUncached(Class<?>, Class<?>) - Method in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
finish() - Method in interface org.aksw.commons.util.lifecycle.LifeCycle
 
finish() - Method in class org.aksw.commons.util.lifecycle.LifeCycleBase
 
finishActual() - Method in class org.aksw.commons.util.lifecycle.LifeCycleBase
 
FINISHED - org.aksw.commons.util.lifecycle.LifeCycleBase.State
 
flush() - Method in class org.aksw.commons.util.sink.BulkingSink
 
flush() - Method in interface org.aksw.commons.util.sink.Sink
 
flush(Connection) - Method in class org.aksw.commons.util.jdbc.Inserter
 
flushActual() - Method in class org.aksw.commons.util.sink.BulkingSink
 
fn - Variable in class org.aksw.commons.util.convert.ConvertFunctionImpl
 
fn - Variable in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
forceInvoke(Object, Method, Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
forceInvoke(Method, Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
ForeignKey - Class in org.aksw.commons.util.jdbc
 
ForeignKey(String, ColumnsReference, ColumnsReference) - Constructor for class org.aksw.commons.util.jdbc.ForeignKey
 
forwardRootCauseMessageUnless(T, Consumer<? super String>, Predicate<? super T>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
Forward the root cause message of the throwable 't' to 'handler' unless any of the 'predicates' evaluates to true.
forwardRootCauseUnless(T, Consumer<? super Throwable>, Predicate<? super T>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
from - Variable in class org.aksw.commons.util.convert.ConvertFunctionBase
 
from - Variable in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
from(Executor) - Static method in class org.aksw.commons.util.concurrent.CompletionTracker
 
fromCloseable(T, Object) - Static method in class org.aksw.commons.util.ref.RefImpl
 
fromFuture(CompletableFuture<Ref<T>>, Object) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
Create a ref that upon close cancels the future or closes the ref when it is available s
fromRef(Ref<T>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
Wrap an existing ref with completed future

G

gaps(Range<C>, RangeSet<C>) - Static method in class org.aksw.commons.util.range.RangeUtils
Compute the set of gaps for the given request range.
get() - Method in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
get() - Method in class org.aksw.commons.util.ref.LazyRef
 
get() - Method in interface org.aksw.commons.util.ref.Ref
Get the referent only iff this ref instance has not yet been closed.
get() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
get() - Method in class org.aksw.commons.util.ref.RefImpl
 
get() - Method in interface org.aksw.commons.util.ref.ResourceHolder
 
get() - Method in class org.aksw.commons.util.ref.ResourceHolderImpl
 
get() - Method in class org.aksw.commons.util.ref.SingletonLazyRef
Every call to .get() returns a fresh reference that must eventually be released!
getAcquisitionStackTrace() - Method in interface org.aksw.commons.util.ref.Ref
Optional operation.
getAcquisitionStackTrace() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getAcquisitionStackTrace() - Method in class org.aksw.commons.util.ref.RefImpl
 
getAction() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
getAllNonOverriddenMethods(Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Returns all non-overridden methods for the given class.
getAllNonOverriddenMethods(Class<?>, String) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getAllPrefixedEntries(String, boolean, NavigableMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getAllPrefixedEntries(String, boolean, SortedMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getAllPrefixes(String, boolean, NavigableMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getAllPrefixes(String, boolean, NavigableSet<String>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getAllPrefixes(String, boolean, SortedMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getArray() - Method in class org.aksw.commons.util.array.Array
 
getBaseName() - Method in interface org.aksw.commons.util.string.FileName
 
getBaseName() - Method in class org.aksw.commons.util.string.FileNameImpl
 
getBlacklistedRows(List<Object>, int, int[], Set<Object>) - Method in class org.aksw.commons.util.jdbc.Inserter
 
getBoundType() - Method in class org.aksw.commons.util.range.Endpoint
 
getByteSize() - Method in interface org.aksw.commons.util.entity.EntityInfo
 
getByteSize() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getCache() - Method in interface org.aksw.commons.util.memoize.Memoized
Return a reference or copy to the memoized entries
getCache() - Method in class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
getCache() - Method in class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
getCache() - Method in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
getCharset() - Method in interface org.aksw.commons.util.entity.EntityInfo
Charset, such as UTF-8 or ISO 8859-1
getCharset() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getClass(Object) - Static method in class org.aksw.commons.util.obj.ObjectUtils
Return an object's class - returns null for a null argument
getCloseStackTrace() - Method in interface org.aksw.commons.util.ref.Ref
 
getCloseStackTrace() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getCloseStackTrace() - Method in class org.aksw.commons.util.ref.RefImpl
 
getCloseTriggerStackTrace() - Method in interface org.aksw.commons.util.ref.Ref
 
getCloseTriggerStackTrace() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getCloseTriggerStackTrace() - Method in class org.aksw.commons.util.ref.RefImpl
 
getColumnNames() - Method in class org.aksw.commons.util.jdbc.ColumnsReference
 
getColumns() - Method in class org.aksw.commons.util.jdbc.Index
 
getColumns() - Method in class org.aksw.commons.util.jdbc.Relation
 
getComment() - Method in class org.aksw.commons.util.ref.RefImpl
 
getConformsTo() - Method in interface org.aksw.commons.util.entity.EntityInfo
A set of IRIs for 'standards' (may be informal or ad-hoc) a resource conforms to
getConformsTo() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getContentEncodings() - Method in interface org.aksw.commons.util.entity.EntityInfo
 
getContentEncodings() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getContentPart() - Method in interface org.aksw.commons.util.string.FileName
 
getContentPart() - Method in class org.aksw.commons.util.string.FileNameImpl
 
getContentType() - Method in interface org.aksw.commons.util.entity.EntityInfo
 
getContentType() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getConverter(Class<?>, Class<?>) - Method in interface org.aksw.commons.util.convert.ConverterRegistry
 
getConverter(Class<?>, Class<?>) - Method in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
getCount() - Method in class org.aksw.commons.util.range.CountInfo
 
getDelegate() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getDelegate() - Method in class org.aksw.commons.util.ref.RefDelegateBase
 
getDirection(Triplet<?, ?>, Object) - Static method in class org.aksw.commons.util.triplet.TripletImpl
Returns a bit mask: index: 1 0 [bwdBit] [fwdBit] The first bit indicates whether the subject was equal to the given node, the second bit whether the object was equal to the given node.
getDirections(Triplet<?, ?>, Object) - Static method in class org.aksw.commons.util.triplet.TripletImpl
Return a list of indices based on whether the given node is equal to the triple's subject and/or object.
getDirectSuperclassAndInterfaces(Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getDistance(Class<?>[], Class<?>[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getDistance(Class<?>, Class<?>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Returns the minimum distance of two classes in an inheritance hierarchy Null if there is no distance
getDistance(Class<?>, Class<?>, Class<?>[], Class<?>[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
Including return types
getDriverClassName() - Method in interface org.aksw.commons.util.jdbc.DataSourceConfig
 
getDriverClassName() - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
getEncodingParts() - Method in interface org.aksw.commons.util.string.FileName
 
getEncodingParts() - Method in class org.aksw.commons.util.string.FileNameImpl
 
getEncodingsAsHttpHeader() - Method in interface org.aksw.commons.util.entity.EntityInfo
Convenience method
getEnd() - Method in class org.aksw.commons.util.triplet.TripletPath
 
getEolCharCount(String, int) - Static method in class org.aksw.commons.util.string.StringUtils
Return the number of end-of-line characters at the current position - if any.
getErrorCount() - Method in class org.aksw.commons.util.slf4j.LoggerCount
 
getExtension(boolean) - Method in interface org.aksw.commons.util.string.FileName
The concatenation of contentPart and encoding parts (joined with dot) without a preceding dot
getExtension(boolean) - Method in class org.aksw.commons.util.string.FileNameImpl
 
getFatalConditions() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
getFieldValue(Class<?>, String, Object) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getFieldValue(Object, String) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getFieldValueChecked(Class<?>, String, Object) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getForeignKeys() - Method in class org.aksw.commons.util.jdbc.Schema
 
getFrom() - Method in class org.aksw.commons.util.convert.ConvertFunctionBase
 
getFrom() - Method in interface org.aksw.commons.util.convert.ConvertFunctionRaw
 
getFrom() - Method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
getFunction() - Method in interface org.aksw.commons.util.convert.ConvertFunction
 
getFunction() - Method in class org.aksw.commons.util.convert.ConvertFunctionImpl
 
getIndexes() - Method in class org.aksw.commons.util.jdbc.Schema
 
getIndexInPage(long, int) - Static method in class org.aksw.commons.util.page.PageUtils
 
getIndexInPage(long, long) - Static method in class org.aksw.commons.util.page.PageUtils
 
getIndexInPageForOffset(long) - Method in interface org.aksw.commons.util.range.PageHelper
 
getIndexInPageForOffset(long, long) - Static method in interface org.aksw.commons.util.range.PageHelper
 
getInnerItemRange() - Method in class org.aksw.commons.util.range.PageInfo
 
getInstantiationStackTrace() - Method in class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
 
getIntersectingRanges(Range<K>, Collection<Map.Entry<Range<K>, V>>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
getInterval() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
getIntervalTimeUnit() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
getItemLimit() - Method in class org.aksw.commons.util.range.CountInfo
 
getJdbcUrl() - Method in interface org.aksw.commons.util.jdbc.DataSourceConfig
 
getJdbcUrl() - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
getKey() - Method in class org.aksw.commons.util.Pair
 
getLanguageTags() - Method in interface org.aksw.commons.util.entity.EntityInfo
The set of language tags for which the content is suitable.
getLanguageTags() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getLastPageId(long, long) - Static method in interface org.aksw.commons.util.range.PageHelper
 
getLength() - Method in class org.aksw.commons.util.triplet.TripletPath
Returns the number of triplets - NOT nodes
getLowerEndpoint(Range<T>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
getMatchBySuffix(String, Map<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
getMostSpecificSubclasses(Class<?>, Collection<Class<?>>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getName() - Method in class org.aksw.commons.util.jdbc.Column
 
getName() - Method in class org.aksw.commons.util.jdbc.DatabaseObject
 
getNode(int) - Method in class org.aksw.commons.util.triplet.TripletPath
 
getNodeSet() - Method in class org.aksw.commons.util.triplet.TripletPath
 
getNonSubsumedClasses(Collection<Class<?>>) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getNumberOfCompletedTasks() - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
getNumberOfSubmittedTasks() - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
getObject() - Method in interface org.aksw.commons.util.triplet.Triplet
 
getObject() - Method in class org.aksw.commons.util.triplet.TripletImpl
 
getOrDefault(List<T>, int, T) - Static method in class org.aksw.commons.util.list.ListUtils
 
getOrdinalPosition() - Method in class org.aksw.commons.util.jdbc.Column
 
getOrNull(List<T>, int) - Static method in class org.aksw.commons.util.list.ListUtils
Return the item at index or null if it does not exist.
getOuterItemRange() - Method in class org.aksw.commons.util.range.PageInfo
 
getPageIdForOffset(long) - Method in interface org.aksw.commons.util.range.PageHelper
 
getPageIdForOffset(long, long) - Static method in interface org.aksw.commons.util.range.PageHelper
 
getPageIndexForOffset(long, long) - Static method in class org.aksw.commons.util.page.PageUtils
 
getPageNumber() - Method in interface org.aksw.commons.util.page.Page
 
getPageNumber() - Method in class org.aksw.commons.util.page.PageImpl
 
getPageOffset() - Method in interface org.aksw.commons.util.page.Page
 
getPageOffset() - Method in class org.aksw.commons.util.page.PageImpl
 
getPageOffsetForId(long, long) - Static method in class org.aksw.commons.util.page.PageUtils
 
getPageOffsetForPageId(long) - Method in interface org.aksw.commons.util.range.PageHelper
 
getPageOffsetForPageId(long, long) - Static method in interface org.aksw.commons.util.range.PageHelper
 
getPageSize() - Method in interface org.aksw.commons.util.range.PageHelper
 
getPageSize() - Method in class org.aksw.commons.util.range.PageHelperImpl
 
getPassword() - Method in interface org.aksw.commons.util.jdbc.DataSourceConfig
 
getPassword() - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
getPredicate() - Method in interface org.aksw.commons.util.triplet.Triplet
 
getPredicate() - Method in class org.aksw.commons.util.triplet.TripletImpl
 
getPrefix(String, boolean) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 
getPrimaryKeys() - Method in class org.aksw.commons.util.jdbc.Schema
 
getRaisedExceptions() - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 
getRawFunction() - Method in interface org.aksw.commons.util.convert.ConvertFunction
 
getRawFunction() - Method in interface org.aksw.commons.util.convert.ConvertFunctionRaw
 
getRawFunction() - Method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
getRelation(Integer[], Integer[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getRelations() - Method in class org.aksw.commons.util.jdbc.Schema
 
getResourceAsStream(String) - Static method in class org.aksw.commons.util.MapReader
 
getRetryCount() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
getRootRef() - Method in interface org.aksw.commons.util.ref.Ref
Get the root reference
getRootRef() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getRootRef() - Method in class org.aksw.commons.util.ref.RefImpl
 
getSource() - Method in class org.aksw.commons.util.jdbc.ForeignKey
 
getSource() - Method in class org.aksw.commons.util.jdbc.PrimaryKey
 
getSource(Triplet<V, ?>, boolean) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
getStackTraceIfEnabled() - Static method in class org.aksw.commons.util.stack_trace.StackTraceUtils
 
getStart() - Method in class org.aksw.commons.util.triplet.TripletPath
 
getSubject() - Method in interface org.aksw.commons.util.triplet.Triplet
 
getSubject() - Method in class org.aksw.commons.util.triplet.TripletImpl
 
getSuffix(String, boolean) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 
getSynchronizer() - Method in interface org.aksw.commons.util.ref.Ref
Return the object on which reference acquisition, release and the close action are synchronized on.
getSynchronizer() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
getSynchronizer() - Method in class org.aksw.commons.util.ref.RefImpl
 
getTableName() - Method in class org.aksw.commons.util.jdbc.ColumnsReference
 
getTarget() - Method in class org.aksw.commons.util.jdbc.ForeignKey
 
getTarget(Triplet<V, ?>, boolean) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
getTarget(Triplet<V, ?>, Object) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
getTo() - Method in class org.aksw.commons.util.convert.ConvertFunctionBase
 
getTo() - Method in interface org.aksw.commons.util.convert.ConvertFunctionRaw
 
getTo() - Method in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
getTriplets() - Method in class org.aksw.commons.util.triplet.TripletPath
 
getType() - Method in class org.aksw.commons.util.jdbc.Column
 
getTypeSignature(Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getTypeSignatureList(Object[]) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
getUncompressedByteSize() - Method in interface org.aksw.commons.util.entity.EntityInfo
 
getUncompressedByteSize() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
getUpperEndpoint(Range<T>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
getUsername() - Method in interface org.aksw.commons.util.jdbc.DataSourceConfig
 
getUsername() - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
getValue() - Method in class org.aksw.commons.util.Directed
 
getValue() - Method in class org.aksw.commons.util.Pair
 
getValue() - Method in class org.aksw.commons.util.range.Endpoint
 
getWarningCount() - Method in class org.aksw.commons.util.slf4j.LoggerCount
 

H

hashCode() - Method in class org.aksw.commons.util.array.Array
 
hashCode() - Method in class org.aksw.commons.util.delegate.AbstractDelegated
 
hashCode() - Method in class org.aksw.commons.util.Directed
 
hashCode() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
hashCode() - Method in class org.aksw.commons.util.jdbc.ColumnsReference
 
hashCode() - Method in class org.aksw.commons.util.jdbc.DatabaseObject
 
hashCode() - Method in class org.aksw.commons.util.jdbc.ForeignKey
 
hashCode() - Method in class org.aksw.commons.util.jdbc.PrimaryKey
 
hashCode() - Method in class org.aksw.commons.util.Pair
 
hashCode() - Method in class org.aksw.commons.util.range.CountInfo
 
hashCode() - Method in class org.aksw.commons.util.range.Endpoint
 
hashCode() - Method in class org.aksw.commons.util.range.PageInfo
 
hashCode() - Method in class org.aksw.commons.util.reflect.MethodSignature
 
hashCode() - Method in class org.aksw.commons.util.triplet.TripletImpl
 
hashCode() - Method in class org.aksw.commons.util.triplet.TripletPath
 
hasUncompletedTasks() - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
hasValue() - Method in class org.aksw.commons.util.range.Endpoint
 
HealthcheckRunner<T> - Class in org.aksw.commons.util.healthcheck
Run a configurable (health check) action at fixed intervals until this action longer raises an exception.
HealthcheckRunner(long, long, TimeUnit, Callable<? extends T>, List<Predicate<? super Throwable>>, List<Supplier<Boolean>>) - Constructor for class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
HealthcheckRunner.Builder<X> - Class in org.aksw.commons.util.healthcheck
 
HealthcheckUtils - Class in org.aksw.commons.util.healthcheck
 
HealthcheckUtils() - Constructor for class org.aksw.commons.util.healthcheck.HealthcheckUtils
 

I

Index - Class in org.aksw.commons.util.jdbc
 
Index(String, String, boolean) - Constructor for class org.aksw.commons.util.jdbc.Index
 
Index(String, ColumnsReference, boolean) - Constructor for class org.aksw.commons.util.jdbc.Index
 
IniUtils - Class in org.aksw.commons.util
Loads all key-value pairs from a given file.
IniUtils() - Constructor for class org.aksw.commons.util.IniUtils
 
innerItemRange - Variable in class org.aksw.commons.util.range.PageInfo
 
Inserter - Class in org.aksw.commons.util.jdbc
 
Inserter(ColumnsReference, Schema) - Constructor for class org.aksw.commons.util.jdbc.Inserter
 
instanceId - Variable in class org.aksw.commons.util.ref.SingletonLazyRef
 
instantiationStackTrace - Variable in class org.aksw.commons.util.closeable.AutoCloseableWithLeakDetectionBase
 
interval - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
interval - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
intervalTimeUnit - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
intervalTimeUnit - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
intLength(Range<Long>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
invoke(Object, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
 
invoke(String, Object[]) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
invoke(String, List<Object>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
invokeStatic(Class<T>, String, Object...) - Static method in class org.aksw.commons.util.reflect.MultiMethod
Invoke the method of an object, that matches the name and arguments best.
IS_ASSERT_ENABLED - Static variable in class org.aksw.commons.util.stack_trace.StackTraceUtils
 
isAborted - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
isAborted() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
isActive - Variable in class org.aksw.commons.util.page.PageImpl
 
isActive() - Method in interface org.aksw.commons.util.page.Page
 
isActive() - Method in class org.aksw.commons.util.page.PageImpl
 
isAlive() - Method in interface org.aksw.commons.util.ref.Ref
A reference may itself be closed, but references to it may keep it alive
isAlive() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
isAlive() - Method in class org.aksw.commons.util.ref.RefImpl
 
isAssertEnabled() - Static method in class org.aksw.commons.util.stack_trace.StackTraceUtils
 
isBrokenPipeException(Throwable) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isCancelled - Variable in class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
isClosed - Variable in class org.aksw.commons.util.closeable.AutoCloseableBase
 
isClosed - Variable in class org.aksw.commons.util.ref.RefImpl
 
isClosed - Variable in class org.aksw.commons.util.sink.BulkingSink
 
isClosed() - Method in interface org.aksw.commons.util.ref.Ref
Check whether this reference is closed
isClosed() - Method in interface org.aksw.commons.util.ref.RefDelegate
 
isClosed() - Method in class org.aksw.commons.util.ref.RefImpl
 
isClosedChannelException(Throwable) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isConditionallyAborted() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
isConnectionRefusedException(Throwable) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isCycleFree() - Method in class org.aksw.commons.util.triplet.TripletPath
An rdf path is cycle free, if it contains each triple at most once
isDigitPrefix(String) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 
isDigitSuffix(String) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 
isDiscrete(RangeSet<?>) - Static method in class org.aksw.commons.util.range.RangeUtils
True iff all ranges are singletons
isDiscrete(Collection<? extends Range<?>>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
isForward() - Method in class org.aksw.commons.util.Directed
 
isHasMoreItems() - Method in class org.aksw.commons.util.range.CountInfo
 
isNullable() - Method in class org.aksw.commons.util.jdbc.Column
 
isNullable(boolean) - Method in class org.aksw.commons.util.jdbc.Column
Return the value with a default assumption
isReverse - Variable in class org.aksw.commons.util.Directed
 
isReverse() - Method in class org.aksw.commons.util.Directed
 
isRootCauseInstanceOf(Class<?>) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isRootCauseInstanceOf(Throwable, Class<?>) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isShutDown - Variable in class org.aksw.commons.util.concurrent.CompletionTracker
 
isSingleton(Range<?>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
isSingleton(RangeSet<?>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
isSingleton(Collection<? extends Range<?>>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
isTerminated() - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 
isUnique() - Method in class org.aksw.commons.util.jdbc.Index
 
isUnknownHostException(Throwable) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
isValid() - Method in interface org.aksw.commons.util.ref.ResourceHolder
A resource holder is valid as long as it was not closed.
isValid() - Method in class org.aksw.commons.util.ref.ResourceHolderImpl
 
itemPerLine(Iterable<T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
itemPerLine(T[]) - Static method in class org.aksw.commons.util.string.StringUtils
 
itemsPerPage - Variable in class org.aksw.commons.util.page.PaginatorBase
 

J

JdbcUtils - Class in org.aksw.commons.util.jdbc
 
JdbcUtils() - Constructor for class org.aksw.commons.util.jdbc.JdbcUtils
 

L

label - Variable in class org.aksw.commons.util.ref.LazyRef
 
languageTags - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
lastExecTime - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
lastRequestTime - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
lastRequestTime - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
lastTaskStartTime - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
LazyRef<T> - Class in org.aksw.commons.util.ref
A supplier for a ref backed by a root ref.
LazyRef() - Constructor for class org.aksw.commons.util.ref.LazyRef
 
LazyRef(String, Supplier<? extends Ref<T>>, long) - Constructor for class org.aksw.commons.util.ref.LazyRef
 
lcFirst(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
LifeCycle - Interface in org.aksw.commons.util.lifecycle
A very basic life cycle for things that can start and end
LifeCycleBase - Class in org.aksw.commons.util.lifecycle
Basic implementation of a LifeCycle that checks for state violations
LifeCycleBase() - Constructor for class org.aksw.commons.util.lifecycle.LifeCycleBase
 
LifeCycleBase.State - Enum in org.aksw.commons.util.lifecycle
 
list(ResultSet, Class<T>) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
list(ResultSet, Class<T>, boolean) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
ListUtils - Class in org.aksw.commons.util.list
 
ListUtils() - Constructor for class org.aksw.commons.util.list.ListUtils
 
loadIniFile(BufferedReader, Map<String, String>) - Static method in class org.aksw.commons.util.IniUtils
 
loadIniFile(File) - Static method in class org.aksw.commons.util.IniUtils
 
loadIniFile(File, Map<String, String>) - Static method in class org.aksw.commons.util.IniUtils
 
lock - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
lock - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
LockUtils - Class in org.aksw.commons.util.lock
 
LockUtils() - Constructor for class org.aksw.commons.util.lock.LockUtils
 
LoggerCount - Class in org.aksw.commons.util.slf4j
Wraps a logger and counts errors.
LoggerCount(Logger) - Constructor for class org.aksw.commons.util.slf4j.LoggerCount
 
LoggerCount(Logger, String) - Constructor for class org.aksw.commons.util.slf4j.LoggerCount
 
longestPrefixLookup(String, boolean, NavigableMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
Looks up an element in the given map that is the longest prefix of the given lookup key.
longestPrefixLookup(String, boolean, NavigableSet<String>) - Static method in class org.aksw.commons.util.string.StringUtils
 
longestPrefixLookup(String, boolean, SortedMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
longestPrefixLookup(String, NavigableMap<String, T>) - Static method in class org.aksw.commons.util.string.StringUtils
 
longestPrefixLookup(String, NavigableSet<String>) - Static method in class org.aksw.commons.util.string.StringUtils
 

M

main(String[]) - Static method in class org.aksw.commons.util.reflect.Caster
 
main(String[]) - Static method in class org.aksw.commons.util.string.StringPrettyComparator
 
makeAbsolute(Range<C>, Range<C>, DiscreteDomain<C>, BiFunction<C, Long, C>) - Static method in class org.aksw.commons.util.range.RangeUtils
Convert a range relative within another one to an absolute range
makeDirected(Triplet<V, E>, V) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
makeDirected(TripletPath<V, E>) - Static method in class org.aksw.commons.util.triplet.TripletPath
 
makeUndirected(List<Triplet<V, Directed<E>>>) - Static method in class org.aksw.commons.util.triplet.TripletPath
 
makeUndirected(Triplet<V, Directed<E>>) - Static method in class org.aksw.commons.util.triplet.TripletImpl
 
makeUndirected(TripletPath<V, Directed<E>>) - Static method in class org.aksw.commons.util.triplet.TripletPath
 
map(Range<I>, Function<? super I, ? extends O>) - Static method in class org.aksw.commons.util.range.RangeUtils
Return a new range with each concrete endpoint of the input range passed through a transformation function
MapReader - Class in org.aksw.commons.util
A simple utility class for reading Map objects from two column TSV files.
MapReader() - Constructor for class org.aksw.commons.util.MapReader
 
md5Hash(byte[]) - Static method in class org.aksw.commons.util.string.StringUtils
calculate md5 hash of the string
md5Hash(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
Memoized<I,​O> - Interface in org.aksw.commons.util.memoize
 
MemoizedBiFunction<I1,​I2,​O> - Interface in org.aksw.commons.util.memoize
 
MemoizedBiFunctionImpl<I1,​I2,​O> - Class in org.aksw.commons.util.memoize
 
MemoizedBiFunctionImpl(BiFunction<I1, I2, O>, Map<Map.Entry<I1, I2>, O>) - Constructor for class org.aksw.commons.util.memoize.MemoizedBiFunctionImpl
 
MemoizedFunction<I,​O> - Interface in org.aksw.commons.util.memoize
 
MemoizedFunctionImpl<I,​O> - Class in org.aksw.commons.util.memoize
 
MemoizedFunctionImpl(Function<I, O>, Map<I, O>) - Constructor for class org.aksw.commons.util.memoize.MemoizedFunctionImpl
 
MemoizedSupplier<T> - Interface in org.aksw.commons.util.memoize
 
MemoizedSupplierImpl<T> - Class in org.aksw.commons.util.memoize
 
MemoizedSupplierImpl(Supplier<T>) - Constructor for class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
MethodSignature - Class in org.aksw.commons.util.reflect
 
MethodSignature(Method) - Constructor for class org.aksw.commons.util.reflect.MethodSignature
 
MultiMethod - Class in org.aksw.commons.util.reflect
 
MultiMethod() - Constructor for class org.aksw.commons.util.reflect.MultiMethod
 
MultiMethodContainer<T> - Class in org.aksw.commons.util.reflect
A container where multiple objects/classes can register their methods.
MultiMethodContainer() - Constructor for class org.aksw.commons.util.reflect.MultiMethodContainer
 
MultipleMethodsInvocationException - Exception in org.aksw.commons.util.reflect
 
MultipleMethodsInvocationException(String, Class<?>[], Set<Method>) - Constructor for exception org.aksw.commons.util.reflect.MultipleMethodsInvocationException
 
multiplyByPageSize(Range<Long>, long) - Static method in class org.aksw.commons.util.range.RangeUtils
 

N

neededMs(double) - Static method in class org.aksw.commons.util.Time
 
NEW - org.aksw.commons.util.lifecycle.LifeCycleBase.State
 
newBlockingThreadPoolExecutor() - Static method in class org.aksw.commons.util.concurrent.ExecutorServiceUtils
Create a default thread pool executor with twice as many threads as there are processors reported by the JVM (assumes hyperthreading), and allowing a queue size of 10 per thread.
newBlockingThreadPoolExecutor(int, int) - Static method in class org.aksw.commons.util.concurrent.ExecutorServiceUtils
A util method from stack overflow (link?) to avoid unbounding queuing of tasks Submitting a task to an executor when its queue is full will block.
nextOffsetInBuffer - Variable in class org.aksw.commons.util.sink.BulkingSink
 
nextResult - Variable in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
NoMethodInvocationException - Exception in org.aksw.commons.util.reflect
 
NoMethodInvocationException(String, Class<?>[]) - Constructor for exception org.aksw.commons.util.reflect.NoMethodInvocationException
 
NumberChunker - Class in org.aksw.commons.util.numbers
 
NumberChunker() - Constructor for class org.aksw.commons.util.numbers.NumberChunker
 

O

object - Variable in class org.aksw.commons.util.triplet.TripletImpl
 
ObjectUtils - Class in org.aksw.commons.util.obj
 
ObjectUtils() - Constructor for class org.aksw.commons.util.obj.ObjectUtils
 
of(Supplier<T>) - Static method in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
org.aksw.commons.util - package org.aksw.commons.util
 
org.aksw.commons.util.array - package org.aksw.commons.util.array
 
org.aksw.commons.util.closeable - package org.aksw.commons.util.closeable
 
org.aksw.commons.util.compress - package org.aksw.commons.util.compress
 
org.aksw.commons.util.concurrent - package org.aksw.commons.util.concurrent
 
org.aksw.commons.util.convert - package org.aksw.commons.util.convert
 
org.aksw.commons.util.delegate - package org.aksw.commons.util.delegate
 
org.aksw.commons.util.entity - package org.aksw.commons.util.entity
 
org.aksw.commons.util.exception - package org.aksw.commons.util.exception
 
org.aksw.commons.util.function - package org.aksw.commons.util.function
 
org.aksw.commons.util.healthcheck - package org.aksw.commons.util.healthcheck
 
org.aksw.commons.util.jdbc - package org.aksw.commons.util.jdbc
 
org.aksw.commons.util.lifecycle - package org.aksw.commons.util.lifecycle
 
org.aksw.commons.util.list - package org.aksw.commons.util.list
 
org.aksw.commons.util.lock - package org.aksw.commons.util.lock
 
org.aksw.commons.util.memoize - package org.aksw.commons.util.memoize
 
org.aksw.commons.util.numbers - package org.aksw.commons.util.numbers
 
org.aksw.commons.util.obj - package org.aksw.commons.util.obj
 
org.aksw.commons.util.page - package org.aksw.commons.util.page
 
org.aksw.commons.util.range - package org.aksw.commons.util.range
 
org.aksw.commons.util.ref - package org.aksw.commons.util.ref
 
org.aksw.commons.util.reflect - package org.aksw.commons.util.reflect
 
org.aksw.commons.util.retry - package org.aksw.commons.util.retry
 
org.aksw.commons.util.sink - package org.aksw.commons.util.sink
 
org.aksw.commons.util.slf4j - package org.aksw.commons.util.slf4j
 
org.aksw.commons.util.stack_trace - package org.aksw.commons.util.stack_trace
 
org.aksw.commons.util.string - package org.aksw.commons.util.string
 
org.aksw.commons.util.traverse - package org.aksw.commons.util.traverse
 
org.aksw.commons.util.triplet - package org.aksw.commons.util.triplet
 
outerItemRange - Variable in class org.aksw.commons.util.range.PageInfo
 

P

Page - Interface in org.aksw.commons.util.page
 
PageHelper - Interface in org.aksw.commons.util.range
Interface to ease working with fixed size pages.
PageHelperImpl - Class in org.aksw.commons.util.range
Util class to map a global offset to a page id and relative offset within the page - w.r.t.
PageHelperImpl(int) - Constructor for class org.aksw.commons.util.range.PageHelperImpl
 
PageImpl - Class in org.aksw.commons.util.page
 
PageImpl() - Constructor for class org.aksw.commons.util.page.PageImpl
 
PageInfo<T extends Comparable<T>> - Class in org.aksw.commons.util.range
 
PageInfo(Range<T>, Range<T>) - Constructor for class org.aksw.commons.util.range.PageInfo
 
pageNumber - Variable in class org.aksw.commons.util.page.PageImpl
 
pageOffset - Variable in class org.aksw.commons.util.page.PageImpl
 
pageSize - Variable in class org.aksw.commons.util.range.PageHelperImpl
 
PageUtils - Class in org.aksw.commons.util.page
Utility methods for working with (fixed-size) pages.
PageUtils() - Constructor for class org.aksw.commons.util.page.PageUtils
 
Paginator<T> - Interface in org.aksw.commons.util.page
 
PaginatorBase<T> - Class in org.aksw.commons.util.page
Item-based paginator implementation
PaginatorBase(long) - Constructor for class org.aksw.commons.util.page.PaginatorBase
 
PaginatorImpl - Class in org.aksw.commons.util.page
 
PaginatorImpl(long) - Constructor for class org.aksw.commons.util.page.PaginatorImpl
 
Pair<K,​V> - Class in org.aksw.commons.util
A pair class based on Map.Entry.
Pair(K, V) - Constructor for class org.aksw.commons.util.Pair
 
parent - Variable in class org.aksw.commons.util.ref.RefImpl
 
pending - Variable in class org.aksw.commons.util.concurrent.CompletionTracker
 
pickDouble(Range<Double>, Random) - Static method in class org.aksw.commons.util.range.RangeUtils
 
pickLong(Range<Long>, Random) - Static method in class org.aksw.commons.util.range.RangeUtils
 
PLACEHOLDER_PATTERN - Static variable in class org.aksw.commons.util.string.Envsubst
Regex for matching strings such as '${varname}' variable names cannot include the '}' symbol
poll() - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
poll(long, TimeUnit) - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
predicate - Variable in class org.aksw.commons.util.triplet.TripletImpl
 
PrimaryKey - Class in org.aksw.commons.util.jdbc
 
PrimaryKey(String, ColumnsReference) - Constructor for class org.aksw.commons.util.jdbc.PrimaryKey
 

R

raisedExceptions - Variable in class org.aksw.commons.util.concurrent.CompletionTracker
 
RANGE_LONG - Static variable in class org.aksw.commons.util.range.RangeUtils
 
RangeMapUtils - Class in org.aksw.commons.util.range
 
RangeMapUtils() - Constructor for class org.aksw.commons.util.range.RangeMapUtils
 
rangeStartingWithZero - Static variable in class org.aksw.commons.util.range.RangeUtils
 
RangeUtils - Class in org.aksw.commons.util.range
 
RangeUtils() - Constructor for class org.aksw.commons.util.range.RangeUtils
 
read(BufferedReader) - Static method in class org.aksw.commons.util.MapReader
 
read(File) - Static method in class org.aksw.commons.util.MapReader
 
read(InputStream) - Static method in class org.aksw.commons.util.MapReader
 
read(InputStreamReader) - Static method in class org.aksw.commons.util.MapReader
 
readFile(File) - Static method in class org.aksw.commons.util.MapReader
Deprecated.
readFromResource(String) - Static method in class org.aksw.commons.util.MapReader
 
Ref<T> - Interface in org.aksw.commons.util.ref
Interface for nested references.
RefDelegate<T,​R extends Ref<T>> - Interface in org.aksw.commons.util.ref
Interface with default methods that delegate Ref's methods
RefDelegateBase<T,​R extends Ref<T>> - Class in org.aksw.commons.util.ref
 
RefDelegateBase(R) - Constructor for class org.aksw.commons.util.ref.RefDelegateBase
 
RefFuture<T> - Interface in org.aksw.commons.util.ref
In principle a typedef for Ref>
RefFutureImpl<T> - Class in org.aksw.commons.util.ref
 
RefFutureImpl(Ref<CompletableFuture<T>>) - Constructor for class org.aksw.commons.util.ref.RefFutureImpl
 
RefImpl<T> - Class in org.aksw.commons.util.ref
Implementation of a Ref TODO Avoid needless synchronization; a ConcurrentHashMap may help; ref.equals could do only reference comparison
RefImpl(RefImpl<T>, T, Object, AutoCloseable, Object) - Constructor for class org.aksw.commons.util.ref.RefImpl
 
refSupplier - Variable in class org.aksw.commons.util.ref.SingletonLazyRef
 
RefSupplier<T> - Interface in org.aksw.commons.util.ref
 
register(Class<R>, Class<J>, Function<? super R, ? extends J>) - Method in interface org.aksw.commons.util.convert.ConverterRegistry
 
register(Class<R>, Class<J>, Function<? super R, ? extends J>, Function<? super J, ? extends R>) - Method in interface org.aksw.commons.util.convert.ConverterRegistry
 
register(Method) - Method in interface org.aksw.commons.util.convert.ConverterRegistry
 
register(ConvertFunctionRaw) - Method in interface org.aksw.commons.util.convert.ConverterRegistry
 
register(ConvertFunctionRaw) - Method in class org.aksw.commons.util.convert.ConverterRegistryImpl
 
Relation - Class in org.aksw.commons.util.jdbc
 
Relation(String) - Constructor for class org.aksw.commons.util.jdbc.Relation
 
release(Object) - Method in class org.aksw.commons.util.ref.RefImpl
 
releaseAction - Variable in class org.aksw.commons.util.ref.RefImpl
The release action is run once immediately when the isAlive() state changes to false.
remove(Object) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
removeStatic(Class<?>) - Method in class org.aksw.commons.util.reflect.MultiMethodContainer
 
repeatWithLock(int, int, Lock, Callable<T>) - Static method in class org.aksw.commons.util.lock.LockUtils
Perform an action which requires acquisition of a lock first.
ResourceHolder<T> - Interface in org.aksw.commons.util.ref
 
ResourceHolderImpl<T> - Class in org.aksw.commons.util.ref
Associate a resource with a closing mechanism
ResourceHolderImpl(T, AutoCloseable) - Constructor for class org.aksw.commons.util.ref.ResourceHolderImpl
 
rethrowIfNotBrokenPipe(Throwable) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
rethrowUnless(T, Predicate<? super T>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
Utility function to rethrow an exception unless a condition is met; in that case it is silently swallowed.
rethrowUnlessRootCauseMatches(Throwable, Consumer<? super Predicate<? super Throwable>>, Predicate<? super Throwable>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
rethrowUnlessRootCauseMatches(Throwable, Predicate<? super Throwable>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
retryCount - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
retryCount - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
 
RetryUtils - Class in org.aksw.commons.util.retry
 
RetryUtils() - Constructor for class org.aksw.commons.util.retry.RetryUtils
 
reverse() - Method in class org.aksw.commons.util.triplet.TripletPath
 
rootRef - Variable in class org.aksw.commons.util.ref.LazyRef
 
run() - Method in class org.aksw.commons.util.exception.FinallyRunAll
 
run() - Method in interface org.aksw.commons.util.function.ThrowingRunnable
 
run() - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner
Prefer this method if the result should be ignored
run(ThrowingRunnable...) - Static method in class org.aksw.commons.util.exception.FinallyRunAll
 
runAction(int) - Method in class org.aksw.commons.util.exception.FinallyRunAll
 
runWithLock(Lock, Callable<T>) - Static method in class org.aksw.commons.util.lock.LockUtils
Perform an action which requires acquisition of a lock first.
runWithLock(Lock, ThrowingRunnable) - Static method in class org.aksw.commons.util.lock.LockUtils
 
runWithMgmtLock(L, Consumer<? super L>, Duration, Callable<T>) - Static method in class org.aksw.commons.util.lock.LockUtils
Run this action with a short-lived locked.

S

scheduledExecutorService - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
ScheduleOnce - Class in org.aksw.commons.util.concurrent
Class to schedule a task after a certain delay and ensure that it only executes once.
ScheduleOnce(ScheduledExecutorService, Duration, Callable<?>) - Constructor for class org.aksw.commons.util.concurrent.ScheduleOnce
 
ScheduleOnce2 - Class in org.aksw.commons.util.concurrent
Class to schedule a task after a certain delay and ensure that it only executes once.
ScheduleOnce2(Consumer<Callable<?>>, Callable<?>) - Constructor for class org.aksw.commons.util.concurrent.ScheduleOnce2
 
scheduleOneTaskAtATime(Duration, Callable<?>) - Static method in class org.aksw.commons.util.concurrent.ScheduleOnce
 
scheduleRangeSupply(NavigableMap<Long, Long>, RangeSet<Long>, long, long) - Static method in class org.aksw.commons.util.range.RangeUtils
Given a map [start, end) pairs (start inclusive, end exclusive) of initial suppliers, return a schedule that covers the set of gaps.
scheduleTask() - Method in class org.aksw.commons.util.concurrent.ScheduleOnce
 
scheduleTask() - Method in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
Schema - Class in org.aksw.commons.util.jdbc
 
Schema(Map<String, Relation>, Map<String, PrimaryKey>, Multimap<String, ForeignKey>, Multimap<String, Index>) - Constructor for class org.aksw.commons.util.jdbc.Schema
 
seen - Variable in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
setAction(Callable<Y>) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
setAction(ThrowingRunnable) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
setActive(boolean) - Method in class org.aksw.commons.util.page.PageImpl
 
setByteSize(Long) - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
setDelegate(Future<?>) - Method in class org.aksw.commons.util.concurrent.CompletableFutureDelegate
 
setDriverClassName(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
setFieldValue(Class<?>, String, Object, Object) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
setFieldValue(Object, String, Object) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
setFieldValueChecked(Class<?>, String, Object, Object) - Static method in class org.aksw.commons.util.reflect.ClassUtils
 
setInterval(long, TimeUnit) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
setJdbcUrl(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
setPageNumber(long) - Method in class org.aksw.commons.util.page.PageImpl
 
setPageOffset(long) - Method in class org.aksw.commons.util.page.PageImpl
 
setPassword(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
setRetryCount(long) - Method in class org.aksw.commons.util.healthcheck.HealthcheckRunner.Builder
 
setUncompressedByteSize(Long) - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
setUsername(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
 
setValue(V) - Method in class org.aksw.commons.util.Pair
 
shift(Range<C>, long, DiscreteDomain<C>, BiFunction<C, Long, C>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
shiftLong(Range<Long>, long) - Static method in class org.aksw.commons.util.range.RangeUtils
 
shortestMatchLookup(String, boolean, NavigableMap<String, V>) - Static method in class org.aksw.commons.util.string.StringUtils
 
shortestMatchLookup(String, boolean, NavigableSet<String>) - Static method in class org.aksw.commons.util.string.StringUtils
 
showProximity - Variable in class org.aksw.commons.util.page.PaginatorBase
 
shutdown() - Method in class org.aksw.commons.util.concurrent.CompletionTracker
 
simpleRetry(long, long, Callable<T>) - Static method in class org.aksw.commons.util.retry.RetryUtils
 
single(ResultSet, Class<T>) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
 
single(ResultSet, Class<T>, boolean) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
Returns the 1st column of the first row or null of there is no row.
SingletonLazyRef<T> - Class in org.aksw.commons.util.ref
A wrapper that turns a supplier of references into a singleton such that at any given time (on a specific jvm) only a most a single reference will have been acquired from that supplier.
SingletonLazyRef(String, Supplier<? extends Ref<T>>) - Constructor for class org.aksw.commons.util.ref.SingletonLazyRef
 
Sink<T> - Interface in org.aksw.commons.util.sink
 
sizeLong(Range<Long>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
split(RangeMap<K, V>, Iterable<K>) - Static method in class org.aksw.commons.util.range.RangeMapUtils
 
split(RangeMap<K, V>, K) - Static method in class org.aksw.commons.util.range.RangeMapUtils
 
SqlUtils - Class in org.aksw.commons.util.jdbc
 
SqlUtils() - Constructor for class org.aksw.commons.util.jdbc.SqlUtils
 
StackTraceUtils - Class in org.aksw.commons.util.stack_trace
 
StackTraceUtils() - Constructor for class org.aksw.commons.util.stack_trace.StackTraceUtils
 
start - Variable in class org.aksw.commons.util.triplet.TripletPath
 
start() - Method in interface org.aksw.commons.util.lifecycle.LifeCycle
 
start() - Method in class org.aksw.commons.util.lifecycle.LifeCycleBase
 
startActual() - Method in class org.aksw.commons.util.lifecycle.LifeCycleBase
 
STARTED - org.aksw.commons.util.lifecycle.LifeCycleBase.State
 
startFromZero(Range<Long>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
state - Variable in class org.aksw.commons.util.lifecycle.LifeCycleBase
 
stream(C, Function<? super T, ? extends Stream<? extends T>>, Supplier<? extends Collector<T, ?, C>>) - Static method in class org.aksw.commons.util.traverse.BreadthFirstSearchLib
For a given collection of nodes return the collection of successors w.r.t.
streamEnclosingRanges(NavigableMap<Long, Long>, long, long) - Static method in class org.aksw.commons.util.range.RangeUtils
Streams all enclosing ranges (if any) ordered by decreasing offset based on offsetToKey
StreamUtils - Class in org.aksw.commons.util
Deprecated.
StreamUtils() - Constructor for class org.aksw.commons.util.StreamUtils
Deprecated.
 
StringPrettyComparator - Class in org.aksw.commons.util.string
Identifies sub-strings that correspond to integers and compares those parts as integers.
StringPrettyComparator() - Constructor for class org.aksw.commons.util.string.StringPrettyComparator
 
StringUtils - Class in org.aksw.commons.util.string
 
StringUtils() - Constructor for class org.aksw.commons.util.string.StringUtils
 
strip(String, String...) - Static method in class org.aksw.commons.util.string.StringUtils
Removes prefixes that are also suffixes from a given string e.g.
subject - Variable in class org.aksw.commons.util.triplet.TripletImpl
 
subList(List<T>, Range<Integer>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
submit(Runnable, V) - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
submit(Callable<V>) - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
subPath(int, int) - Method in class org.aksw.commons.util.triplet.TripletPath
 
successorFn - Variable in class org.aksw.commons.util.traverse.BreadthFirstSearchIterator
 
supplier - Variable in class org.aksw.commons.util.memoize.MemoizedSupplierImpl
 
swap(Triplet<V, E>) - Static method in interface org.aksw.commons.util.triplet.Triplet
 
synchronizer - Variable in class org.aksw.commons.util.ref.RefImpl
Object on which to synchronize on before any change of state of this reference.

T

take() - Method in class org.aksw.commons.util.concurrent.CountingCompletionService
 
task - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce
 
task - Variable in class org.aksw.commons.util.concurrent.ScheduleOnce2
 
thread - Variable in class org.aksw.commons.util.healthcheck.HealthcheckRunner
The thread that called HealthcheckRunner.run()
ThrowingRunnable - Interface in org.aksw.commons.util.function
 
Time - Class in org.aksw.commons.util
 
Time() - Constructor for class org.aksw.commons.util.Time
 
timer - Variable in class org.aksw.commons.util.ref.LazyRef
 
to - Variable in class org.aksw.commons.util.convert.ConvertFunctionBase
 
to - Variable in class org.aksw.commons.util.convert.ConvertFunctionRawImpl
 
toBoolean(String) - Static method in class org.aksw.commons.util.reflect.Caster
 
toCamelCase(String, boolean) - Static method in class org.aksw.commons.util.string.StringUtils
 
toCountInfo(Range<? extends Number>) - Static method in class org.aksw.commons.util.range.RangeUtils
 
toDouble(Float) - Static method in class org.aksw.commons.util.reflect.Caster
 
toDouble(Integer) - Static method in class org.aksw.commons.util.reflect.Caster
 
toDouble(Long) - Static method in class org.aksw.commons.util.reflect.Caster
 
toDouble(String) - Static method in class org.aksw.commons.util.reflect.Caster
 
toFloat(Double) - Static method in class org.aksw.commons.util.reflect.Caster
 
toFloat(Integer) - Static method in class org.aksw.commons.util.reflect.Caster
 
toFloat(Long) - Static method in class org.aksw.commons.util.reflect.Caster
 
toFloat(String) - Static method in class org.aksw.commons.util.reflect.Caster
 
toggle(BoundType) - Static method in class org.aksw.commons.util.range.BoundTypeUtils
 
toggleBoundType() - Method in class org.aksw.commons.util.range.Endpoint
Create a new endpoint with the bound type toggled.
toInteger(Double) - Static method in class org.aksw.commons.util.reflect.Caster
 
toInteger(Float) - Static method in class org.aksw.commons.util.reflect.Caster
 
toInteger(Long) - Static method in class org.aksw.commons.util.reflect.Caster
 
toInteger(String) - Static method in class org.aksw.commons.util.reflect.Caster
 
toLong(Double) - Static method in class org.aksw.commons.util.reflect.Caster
 
toLong(Float) - Static method in class org.aksw.commons.util.reflect.Caster
 
toLong(Integer) - Static method in class org.aksw.commons.util.reflect.Caster
 
toLong(String) - Static method in class org.aksw.commons.util.reflect.Caster
 
toLowerCamelCase(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
toString() - Method in class org.aksw.commons.util.array.Array
 
toString() - Method in class org.aksw.commons.util.delegate.AbstractDelegated
 
toString() - Method in class org.aksw.commons.util.Directed
 
toString() - Method in class org.aksw.commons.util.entity.EntityInfoImpl
 
toString() - Method in class org.aksw.commons.util.jdbc.ColumnsReference
 
toString() - Method in class org.aksw.commons.util.jdbc.ForeignKey
 
toString() - Method in class org.aksw.commons.util.jdbc.PrimaryKey
 
toString() - Method in class org.aksw.commons.util.Pair
 
toString() - Method in class org.aksw.commons.util.range.CountInfo
 
toString() - Method in class org.aksw.commons.util.range.Endpoint
 
toString() - Method in class org.aksw.commons.util.range.PageInfo
 
toString() - Method in class org.aksw.commons.util.ref.RefImpl
 
toString() - Method in exception org.aksw.commons.util.reflect.MultipleMethodsInvocationException
 
toString() - Method in exception org.aksw.commons.util.reflect.NoMethodInvocationException
 
toString() - Method in class org.aksw.commons.util.string.FileNameImpl
 
toString() - Method in class org.aksw.commons.util.triplet.TripletImpl
 
toString() - Method in class org.aksw.commons.util.triplet.TripletPath
 
toString(InputStream) - Static method in class org.aksw.commons.util.StreamUtils
Deprecated.
 
toString(Object) - Static method in class org.aksw.commons.util.reflect.Caster
 
toString(StackTraceElement[]) - Static method in class org.aksw.commons.util.stack_trace.StackTraceUtils
 
toStringSafe(InputStream) - Static method in class org.aksw.commons.util.StreamUtils
Deprecated.
 
toStringWithIdentityHashCode(Object) - Static method in class org.aksw.commons.util.obj.ObjectUtils
For a given object derive a string of the form className@identityHashCode
toStringWithIdentityHashCode(Object, String) - Static method in class org.aksw.commons.util.obj.ObjectUtils
For a given object derive a string of the form className@identityHashCode
touchedPageIndices(Range<Long>, long) - Static method in class org.aksw.commons.util.page.PageUtils
Return a stream of the page indices touched by the range w.r.t.
touchedPageIndices(Collection<Range<Long>>, long) - Static method in class org.aksw.commons.util.page.PageUtils
 
toUpperCamelCase(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
traceAcquisitions - Variable in class org.aksw.commons.util.ref.RefImpl
 
TriConsumer<A,​B,​C> - Interface in org.aksw.commons.util.function
 
Triplet<V,​E> - Interface in org.aksw.commons.util.triplet
A generalization of a triple; an edge in a graph with node type V and edge attribute type E
TripletImpl<V,​E> - Class in org.aksw.commons.util.triplet
 
TripletImpl(V, E, V) - Constructor for class org.aksw.commons.util.triplet.TripletImpl
 
TripletPath<V,​E> - Class in org.aksw.commons.util.triplet
A path from triplets.
TripletPath(V, V, List<Triplet<V, E>>) - Constructor for class org.aksw.commons.util.triplet.TripletPath
 
triplets - Variable in class org.aksw.commons.util.triplet.TripletPath
 
tryCast(Object, Class<?>) - Static method in class org.aksw.commons.util.reflect.Caster
 
tryGetSingleton(Range<T>) - Static method in class org.aksw.commons.util.range.RangeUtils
 

U

ucFirst(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
uncompressedByteSize - Variable in class org.aksw.commons.util.entity.EntityInfoImpl
 
unwrap(Class<X>, boolean) - Method in interface org.aksw.commons.util.delegate.Unwrappable
 
unwrap(Throwable, Class<? extends Throwable>...) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
Check the stack trace for whether it contains an instance of any of the given exceptions classes and return that instance.
unwrap(Throwable, List<Class<? extends Throwable>>) - Static method in class org.aksw.commons.util.exception.ExceptionUtilsAksw
 
Unwrappable - Interface in org.aksw.commons.util.delegate
Generic interface to access associated (context information / aspects / APIs / whatever to call it) of objects.
urlDecode(String) - Static method in class org.aksw.commons.util.string.StringUtils
 
urlEncode(String) - Static method in class org.aksw.commons.util.string.StringUtils
Helper functions to get rid of that exception.

V

value - Variable in class org.aksw.commons.util.Directed
 
value - Variable in class org.aksw.commons.util.range.Endpoint
 
value - Variable in class org.aksw.commons.util.ref.RefImpl
 
value - Variable in class org.aksw.commons.util.ref.ResourceHolderImpl
 
valueOf(String) - Static method in enum org.aksw.commons.util.lifecycle.LifeCycleBase.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.aksw.commons.util.lifecycle.LifeCycleBase.State
Returns an array containing the constants of this enum type, in the order they are declared.
visiblePages - Variable in class org.aksw.commons.util.page.PaginatorBase
 

W

warn(String) - Method in class org.aksw.commons.util.slf4j.LoggerCount
 
wrap(Ref<CompletableFuture<T>>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
A simple wrapping of an instance of Ref<CompletableFuture<T>> as a more handy instance of RefFuture<T>.
wrap(T[]) - Static method in class org.aksw.commons.util.array.Array
 
wrap2(Ref<? extends CompletableFuture<Ref<T>>>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
Wrap a Ref> as a RefFuture.
wrap3(Ref<? extends Ref<? extends CompletableFuture<T>>>) - Static method in class org.aksw.commons.util.ref.RefFutureImpl
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages