Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

add(String) - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
addSuffix(String) - Method in interface org.apache.jackrabbit.oak.commons.Compression
 
allocate(int) - Static method in class org.apache.jackrabbit.oak.commons.Buffer
 
allocateDirect(int) - Static method in class org.apache.jackrabbit.oak.commons.Buffer
 
append(List<File>, File, boolean) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Appends the contents of the list of files to the given file and deletes the files if the delete flag is enabled.
append(JsopWriter) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append all entries of the given buffer.
append(JsopWriter) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
append(JsopWriter) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append all entries of the given writer.
array() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
array() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '['.
array() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
array() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '['.
asEnumeration(Iterator<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Converts an iterator to an enumeration.
asReadOnlyBuffer() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
available() - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 

B

BATCH_SIZE - Static variable in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
breadthFirst(File) - Static method in class org.apache.jackrabbit.oak.commons.io.FileTreeTraverser
 
Buffer - Class in org.apache.jackrabbit.oak.commons
This is a wrapper around ByteBuffer.
BurnOnCloseFileIterator<T> - Class in org.apache.jackrabbit.oak.commons.io
Implements a Closeable wrapper over a LineIterator.
BurnOnCloseFileIterator(Iterator<String>, File, Function<String, T>) - Constructor for class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
BurnOnCloseFileIterator(Iterator<String>, Function<String, T>) - Constructor for class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 

C

Cache<K,V extends Cache.Value> - Class in org.apache.jackrabbit.oak.commons.cache
 
Cache.Backend<K,V> - Interface in org.apache.jackrabbit.oak.commons.cache
A cache backend that can load objects from persistent storage.
Cache.Value - Interface in org.apache.jackrabbit.oak.commons.cache
A cacheable object.
calculateExpirationTime(long) - Static method in class org.apache.jackrabbit.oak.commons.LongUtils
Calculate an expiration time based on new Date().getTime() and the specified expiration in number of milliseconds.
capacity() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
chainedIterable(Iterable<? extends E>...) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Combines the provided iterables into a single iterable.
chainedIterable(Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Combines two iterables into a single iterable.
chainedIterable(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Combines three iterables into a single iterable.
chainedIterable(Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>, Iterable<? extends E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Combines four iterables into a single iterable.
chainedIterable(Iterable<? extends Iterable<? extends E>>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Creates an Iterable that chains multiple Iterable instances into a single Iterable.
chainedIterator(Collection<Iterator<? extends E>>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that iterates through a collection of iterators in sequence.
chainedIterator(Iterator<? extends E>...) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that iterates through varargs of iterators in sequence.
chainedIterator(Iterator<? extends E>, Iterator<? extends E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that iterates through two iterators in sequence.
chainedIterator(Iterator<? extends Iterator<? extends E>>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that iterates through an iterator of iterators in sequence.
checkArgument(boolean) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks the specified expression
checkArgument(boolean, String) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks the specified expression
checkArgument(boolean, String, Object...) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks the specified expression
checkState(boolean) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks whether the specified expression is true
checkState(boolean, Object) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks whether the specified expression is true
checkState(boolean, String, Object...) - Static method in class org.apache.jackrabbit.oak.commons.conditions.Validate
Checks whether the specified expression is true
clear() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
close() - Method in class org.apache.jackrabbit.oak.commons.concurrent.ExecutorCloser
 
close() - Method in class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
close() - Method in class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
close() - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
close() - Method in class org.apache.jackrabbit.oak.commons.pio.Closer
Closes the set of Closeables in reverse order.
close() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
closeQuietly(Closeable) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Unconditionally close a Closeable.
closeQuietly(Socket) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Unconditionally close a Socket.
Closer - Class in org.apache.jackrabbit.oak.commons.pio
Convenience utility to close a list of Closeables in reverse order, suppressing all but the first exception to occur.
CollectionUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for collections conversions.
COMMENT - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a comment, if supported by the reader.
compare(String, String) - Method in class org.apache.jackrabbit.oak.commons.FileIOUtils.TransformingComparator
 
completed() - Static method in class org.apache.jackrabbit.oak.commons.concurrent.NotifyingFutureTask
 
Compression - Interface in org.apache.jackrabbit.oak.commons
This interface provides a default list of support compression algorithms and some utility functions.
concat(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Concatenate path elements.
concat(String, String...) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Concatenate path elements.
concatRelativePaths(String...) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Relative path concatenation.
contains(Iterable<E>, Object) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Checks if the specified object is present in the given iterable.
contains(Iterator<?>, Object) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Checks if the given iterator contains the specified element.
convertBytesToHex(byte[]) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Convert a byte array to a hex encoded string.
convertHexToBytes(String) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Convert a hex encoded string to a byte array.
copy(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Copies an input stream to a file.
copy(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Copy bytes from an InputStream to an OutputStream.
copyInputStreamToFile(InputStream, File) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Copy the input stream to the given file.
create() - Static method in class org.apache.jackrabbit.oak.commons.pio.Closer
Create instance of Closer.
create(String, U) - Static method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Create it for a given property name and default value.
create(JsopTokenizer) - Static method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Reads a JSON object from the given tokenizer.
create(JsopTokenizer, boolean) - Static method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Reads a JSON object from the given tokenizer.
createStarted() - Static method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
createStarted(Clock) - Static method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
createStarted(Supplier<Long>) - Static method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
createUnstarted() - Static method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
createUnstarted(Supplier<Long>) - Static method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
createValue() - Method in class org.apache.jackrabbit.oak.commons.LazyValue
Factory method called to create the value on an as need basis.
cycle(E...) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Creates an iterator that cycles indefinitely over the provided elements.
cycle(Iterable<E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Creates an iterator that cycles indefinitely over the elements of the given iterable.

D

DebugTimer - Class in org.apache.jackrabbit.oak.commons
DebugTimer...
DebugTimer() - Constructor for class org.apache.jackrabbit.oak.commons.DebugTimer
 
decode(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Decode a Json string.
decode(Charset) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
decodeQuoted(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Decode a quoted Json string.
defaultcomparator - Static variable in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
denotesCurrent(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
 
denotesParent(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
 
denotesRoot(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Whether the path is the root path ("/").
depth - Variable in class org.apache.jackrabbit.oak.commons.Profiler
 
depthFirstPostOrder(File) - Static method in class org.apache.jackrabbit.oak.commons.io.FileTreeTraverser
 
depthFirstPreOrder(File) - Static method in class org.apache.jackrabbit.oak.commons.io.FileTreeTraverser
 
DequeUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Deque conversions.
difference(Set<T>, Set<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Returns a new set containing the difference of the two specified sets.
displayUsage() - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
doAs(Subject, PrivilegedAction<T>) - Static method in class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
doAsPrivileged(Subject, PrivilegedAction<T>, AccessControlContext) - Static method in class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
doAsPrivileged(Subject, PrivilegedExceptionAction<T>, AccessControlContext) - Static method in class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
done() - Method in class org.apache.jackrabbit.oak.commons.concurrent.NotifyingFutureTask
 
dropIndexFromName(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Returns the given name without the possible SNS index suffix.
duplicate() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 

E

elapsed() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
Gets elapsed time as Duration.
elapsed(TimeUnit) - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
Gets elapsed time using the supplied TimeUnit.
elements(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Returns an Iterable for the path elements.
elementsEqual(Iterable<?>, Iterable<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Checks if two iterables have the same elements in the same order.
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Compares two iterators to determine if they contain the same elements in the same order.
emptyToNull(String) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Returns the string if it is not empty, or null otherwise.
encode(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Convert a string to a quoted Json literal using the correct escape sequences.
encodedValue(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append an already encoded value.
encodedValue(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
encodedValue(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append an already encoded value.
end(long, long, long, String, Object) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
See PerfLogger.end(long, long, long, String, Object...) Note that this method exists for performance optimization only (compared to the other end() method with a vararg.
end(long, long, long, String, Object...) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Returns quickly if start is negative (which is the case according to log level at the time of PerfLogger.start() or PerfLogger.startForInfoLog()).
end(long, long, long, String, Object, Object) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
See PerfLogger.end(long, long, long, String, Object...) Note that this method exists for performance optimization only (compared to the other end() method with a vararg.
end(long, long, String, Object) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
See PerfLogger.end(long, long, long, String, Object...) Note that this method exists for performance optimization only (compared to the other end() method with a vararg.
end(long, long, String, Object...) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
end(long, long, String, Object, Object) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
See PerfLogger.end(long, long, long, String, Object...) Note that this method exists for performance optimization only (compared to the other end() method with a vararg.
END - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type that signals the end of the stream.
endArray() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append ']'.
endArray() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
endArray() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append ']'.
endObject() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '}'.
endObject() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
endObject() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '}'.
equals(Object) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
ERROR - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a parse error.
escape(String, StringBuilder) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Escape a string into the target buffer.
escapeForQuery(String) - Static method in class org.apache.jackrabbit.oak.commons.QueryUtils
 
escapeLineBreak(String) - Static method in class org.apache.jackrabbit.oak.commons.sort.EscapeUtils
 
escapeNodeName(String) - Static method in class org.apache.jackrabbit.oak.commons.QueryUtils
Escape string for matching in jcr escaped node names
EscapeUtils - Class in org.apache.jackrabbit.oak.commons.sort
Utility class to escape '\n', '\r', '\' char while being written to file and unescape then upon getting read from file.
EscapeUtils() - Constructor for class org.apache.jackrabbit.oak.commons.sort.EscapeUtils
 
estimateBestSizeOfBlocks(File, int, long) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
estimatedSizeOf(String) - Static method in class org.apache.jackrabbit.oak.commons.sort.StringSizeEstimator
Estimates the size of a String object in bytes.
estimateMemoryUsage(String) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Estimates the memory usage of the given string.
ExecutorCloser - Class in org.apache.jackrabbit.oak.commons.concurrent
Utility class to properly close any ExecutorService.
ExecutorCloser(ExecutorService) - Constructor for class org.apache.jackrabbit.oak.commons.concurrent.ExecutorCloser
will attempt a graceful close in 5 seconds
ExecutorCloser(ExecutorService, int, TimeUnit) - Constructor for class org.apache.jackrabbit.oak.commons.concurrent.ExecutorCloser
will attempt a graceful close by the provided time.
ExternalSort - Class in org.apache.jackrabbit.oak.commons.sort
Source copied from a publicly available library.
ExternalSort() - Constructor for class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
ExternalSortByteArray - Class in org.apache.jackrabbit.oak.commons.sort
Variation of ExternalSort that stores the lines read from intermediate files as byte arrays to avoid the conversion from byte[] to String and then back.
ExternalSortByteArray() - Constructor for class org.apache.jackrabbit.oak.commons.sort.ExternalSortByteArray
 

F

FALSE - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of the value "false".
FileIOUtils - Class in org.apache.jackrabbit.oak.commons
Simple File utils
FileIOUtils.TransformingComparator - Class in org.apache.jackrabbit.oak.commons
Decorates the given comparator and applies the function before delegating to the decorated comparator.
FileLineDifferenceIterator - Class in org.apache.jackrabbit.oak.commons.io
FileLineDifferenceIterator class which iterates over the difference of 2 files line by line.
FileLineDifferenceIterator(File, File, Function<String, String>) - Constructor for class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
FileLineDifferenceIterator(LineIterator, LineIterator) - Constructor for class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
FileLineDifferenceIterator(LineIterator, LineIterator, Function<String, String>) - Constructor for class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
FileTreeTraverser - Class in org.apache.jackrabbit.oak.commons.io
 
FileTreeTraverser() - Constructor for class org.apache.jackrabbit.oak.commons.io.FileTreeTraverser
 
filter(Iterable<?>, Class<E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Filters an Iterable to include only elements of the specified class type.
filter(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Filters an Iterable based on a given predicate.
filter(Iterator<? extends T>, Predicate<? super T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator containing only the elements that match the given predicate.
filterEntries(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class org.apache.jackrabbit.oak.commons.collections.MapUtils
Create a new Map after filtering the entries of the given map based on the specified predicate applied to the Map.Entry.
filterKeys(Map<K, V>, Predicate<? super K>) - Static method in class org.apache.jackrabbit.oak.commons.collections.MapUtils
Create a new Map after filtering the entries of the given map based on the specified predicate applied to the keys.
filterValues(Map<K, V>, Predicate<? super V>) - Static method in class org.apache.jackrabbit.oak.commons.collections.MapUtils
Create a new Map after filtering the entries of the given map based on the specified predicate applied to the values.
find(Iterable<T>, Predicate<? super T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns the first element in the specified iterable that matches the given predicate.
flip() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
forLogging() - Static method in class org.apache.jackrabbit.oak.commons.TimeDurationFormatter
Default formatter suitable for logging (ASCII-only)
format(long, TimeUnit) - Method in class org.apache.jackrabbit.oak.commons.TimeDurationFormatter
Format the specified duration
formatSetMessage(BiFunction<String, T, String>) - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Specify a formatter for the "success" log message to be used when the returned property value differs from the default.
fromJson(String, boolean) - Static method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Build a Json object from a String.
fromProperties(Properties) - Static method in class org.apache.jackrabbit.oak.commons.collections.MapUtils
Converts a Properties object to an unmodifiable Map with string keys and values.

G

generateUUID() - Static method in class org.apache.jackrabbit.oak.commons.UUIDUtils
 
generateUUID(String) - Static method in class org.apache.jackrabbit.oak.commons.UUIDUtils
 
get() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
get() - Method in class org.apache.jackrabbit.oak.commons.LazyValue
Get value.
get() - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Obtains the value of a system property, optionally generating diagnostics.
get(byte[]) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
get(byte[], int, int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
get(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
get(Iterable<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns the element at the specified index in the specified iterable.
get(Iterator<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns the element at the specified position in the iterator.
get(K) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getAncestorPath(String, int) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the nth ancestor of a path.
getChildren() - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Get the (mutable) map of children.
getDepth(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Calculate the number of elements in the path.
getEscapedToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the last encoded (raw) string, including escape sequences.
getFirst(Iterable<T>, T) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns the first element of the specified iterable, or the default value if the iterable is empty.
getIds() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
getInputStream(InputStream) - Method in interface org.apache.jackrabbit.oak.commons.Compression
 
getInstrumentation() - Static method in class org.apache.jackrabbit.oak.commons.Profiler
Get the instrumentation object if started as an agent.
getInt() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getInt(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getLast(Iterable<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns the last element of the specified iterable, or null if the iterable is empty.
getLast(Iterator<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns the last element in the given iterator.
getLastPos() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
getLong() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getLong(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getMemory() - Method in interface org.apache.jackrabbit.oak.commons.cache.Cache.Value
Get the memory required in bytes.
getMemoryMax() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getMemoryUsed() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getName(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the last element of the (absolute or relative) path.
getNextSlash(String, int) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the index of the next slash.
getOutputStream(OutputStream) - Method in interface org.apache.jackrabbit.oak.commons.Compression
 
getParentPath(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the parent of a path.
getPos() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
getProperties() - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Get the (mutable) map of properties.
getShort() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getShort(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
getSize() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
getString() - Method in class org.apache.jackrabbit.oak.commons.DebugTimer
 
getSubject() - Static method in class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
getToken() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Get the last token value if the the token type was STRING or NUMBER.
getToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
getToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the last token value if the the token type was STRING or NUMBER.
getTokenType() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Get the token type of the last token.
getTokenType() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
getTokenType() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the token type of the last token.
getTop(int) - Method in class org.apache.jackrabbit.oak.commons.Profiler
Get the top stack traces.
getVersion(String, Class) - Static method in class org.apache.jackrabbit.oak.commons.OakVersion
Returns the version of an Oak module.
GZIP - Static variable in interface org.apache.jackrabbit.oak.commons.Compression
 

H

hashCode() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
hasNext() - Method in class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
hasNext() - Method in class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
hasRemaining() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
hasValue() - Method in class org.apache.jackrabbit.oak.commons.LazyValue
 
hideValue() - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Used to hide property value in log messages (for instance, for passwords)
humanReadableByteCount(long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.
humanReadableByteCountBin(long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Returns a human-readable version of this byte count.

I

IDENTIFIER - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of an identifier (an unquoted string), if supported by the reader.
Internal - Annotation Type in org.apache.jackrabbit.oak.commons.annotations
Elements annotated @Internal are -- although possibly exported -- intended for Oak's internal use only.
intersection(Set<T>, Set<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Returns a new set containing the intersection of the two specified sets.
interval - Variable in class org.apache.jackrabbit.oak.commons.Profiler
 
IOUtils - Class in org.apache.jackrabbit.oak.commons
Input/output utility methods.
isAbsolute(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Whether the path is absolute (starts with a slash) or not.
isAncestor(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if a path is a (direct or indirect) ancestor of another path.
isDebugEnabled() - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Whether or not the delegate has log level DEBUG configured
isDirect() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
isDirectAncestor(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if a path is a direct ancestor of another path.
isEmpty() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
isEmpty(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Checks if the specified iterable is empty.
isInfoEnabled() - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Whether or not the delegate has log level INFO configured
isRunning() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
isTraceEnabled() - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Whether or not the delegate has log level TRACE configured
isValid(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if the path is valid.
isValidUUID(String) - Static method in class org.apache.jackrabbit.oak.commons.UUIDUtils
 
IterableUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Iterable conversions.
iterator() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
IteratorUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Iterator conversions.

J

Java23Subject - Class in org.apache.jackrabbit.oak.commons.jdkcompat
This class contains methods replacing the deprecated Subject.getSubject(AccessControlContext) and associated methods, which changed their behavior with Java 23 (@see https://inside.java/2024/07/08/quality-heads-up).
Java23Subject() - Constructor for class org.apache.jackrabbit.oak.commons.jdkcompat.Java23Subject
 
JsonObject - Class in org.apache.jackrabbit.oak.commons.json
Simple JSON Object representation.
JsonObject() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsonObject
Create a Json object that doesn't respect the order.
JsonObject(boolean) - Constructor for class org.apache.jackrabbit.oak.commons.json.JsonObject
Create a Json object.
JsopBuilder - Class in org.apache.jackrabbit.oak.commons.json
A builder for Json and Jsop strings.
JsopBuilder() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopBuilder
 
JsopReader - Interface in org.apache.jackrabbit.oak.commons.json
A reader for Json and Jsop strings.
JsopStream - Class in org.apache.jackrabbit.oak.commons.json
A fast Jsop writer / reader.
JsopStream() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopStream
 
JsopTokenizer - Class in org.apache.jackrabbit.oak.commons.json
A tokenizer for Json and Jsop strings.
JsopTokenizer(String) - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
JsopTokenizer(String, int) - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
JsopWriter - Interface in org.apache.jackrabbit.oak.commons.json
A builder for Json and Json diff strings.

K

key(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append the key (in quotes) plus a colon.
key(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
key(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append the key (in quotes) plus a colon.

L

LazyInputStream - Class in org.apache.jackrabbit.oak.commons.io
* This input stream delays accessing the InputStream until the first byte is read
LazyInputStream(Supplier<InputStream>) - Constructor for class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
LazyValue<T> - Class in org.apache.jackrabbit.oak.commons
An instances of this class represents a lazy value of type T.
LazyValue() - Constructor for class org.apache.jackrabbit.oak.commons.LazyValue
 
length() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Get the buffer length.
lexComparator - Static variable in class org.apache.jackrabbit.oak.commons.FileIOUtils
 
limit() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
limit(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
limit(Iterable<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Creates an iterable limited to the specified number of elements.
limit(Iterator<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that will only provide at most the first N elements from given iterator.
lineBreakAwareComparator(Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Composing iterator which unescapes for line breaks and delegates to the given comparator.
ListUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for List conversions.
load(K) - Method in interface org.apache.jackrabbit.oak.commons.cache.Cache.Backend
Load the object.
loggingTo(Logger) - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Specify the Logger to log to (defaults to this classes logger otherwise).
LogSilencer - Class in org.apache.jackrabbit.oak.commons.log
Utility class to silence log output based on a specific key.
LogSilencer() - Constructor for class org.apache.jackrabbit.oak.commons.log.LogSilencer
 
LogSilencer(long, int) - Constructor for class org.apache.jackrabbit.oak.commons.log.LogSilencer
Create a new LogSilencer
logSuccessAs(String) - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Specify Level to use for "success" message (defaults to "INFO")
LongUtils - Class in org.apache.jackrabbit.oak.commons
 

M

main(String...) - Static method in class org.apache.jackrabbit.oak.commons.Profiler
Run the command line version of the profiler.
main(String[]) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
map(FileChannel, FileChannel.MapMode, long, long) - Static method in class org.apache.jackrabbit.oak.commons.Buffer
 
MapUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Map conversions.
mark() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
mark(int) - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
mark(String) - Method in class org.apache.jackrabbit.oak.commons.DebugTimer
 
markSupported() - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
matches(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token which must match a given token type.
matches(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
matches(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token which must match a given token type.
matchesAll(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Checks if all elements in the specified iterable match the given predicate.
merge(BufferedWriter, Comparator<T>, boolean, List<BinaryFileBuffer<T>>, Function<T, String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges several BinaryFileBuffer to an output writer.
merge(List<File>, File) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Merges a list of files after sorting with the FileIOUtils.lexComparator.
merge(List<File>, File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Merges a list of files after sorting with the given comparator.
mergeSorted(Iterable<? extends Iterable<? extends T>>, Comparator<? super T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Merges multiple sorted iterables into a single sorted iterable.
mergeSorted(Iterable<? extends Iterator<? extends T>>, Comparator<? super T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Merges multiple sorted iterators into a single sorted iterator.
mergeSortedFiles(List<File>, BufferedWriter, Comparator<T>, Charset, boolean, boolean, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files and deletes them on success or error.
mergeSortedFiles(List<File>, BufferedWriter, Comparator<T>, Charset, boolean, Compression, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files and deletes them on success or error.
mergeSortedFiles(List<File>, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset, boolean, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset, boolean, boolean, Compression) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
mergeSortedFiles(List<File>, File, Comparator<T>, Charset, boolean, boolean, boolean, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files and deletes them on success or error.
mergeSortedFiles(List<File>, File, Comparator<T>, Charset, boolean, boolean, Compression, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
mergeSortedFilesBinary(List<Path>, OutputStream, Comparator<T>, boolean, Compression, Function<T, byte[]>, Function<byte[], T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSortByteArray
 
mergeSortedFilesBinary(List<Path>, OutputStream, Comparator<T>, boolean, Compression, Function<T, byte[]>, Function<byte[], T>, int) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSortByteArray
 

N

newConcurrentHashSet() - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Creates a new, empty Set which is backed by ConcurrentHashMap to allow concurrent access.
newConcurrentHashSet(Iterable<? extends K>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Creates a new Set with given values which is backed by ConcurrentHashMap to allow concurrent access.
newHashMap(int) - Static method in class org.apache.jackrabbit.oak.commons.collections.MapUtils
Creates a new, empty HashMap with expected capacity.
newHashSet(int) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Creates a new, empty HashSet with expected capacity.
newIdentityHashSet() - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Creates a new, empty IdentityHashSet with default size.
newInstance(Cache.Backend<K, V>, int) - Static method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
newline() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a newline character.
newline() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
newline() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a newline character.
newLinkedHashSet(int) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Creates a new, empty LinkedHashSet with expected capacity.
next() - Method in class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
next() - Method in class org.apache.jackrabbit.oak.commons.io.FileLineDifferenceIterator
 
nextPowerOf2(int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Get the value that is equal or higher than this value, and that is a power of two.
NONE - Static variable in interface org.apache.jackrabbit.oak.commons.Compression
 
NotifyingFutureTask - Class in org.apache.jackrabbit.oak.commons.concurrent
A Future that accepts completion listener.
NotifyingFutureTask(Runnable) - Constructor for class org.apache.jackrabbit.oak.commons.concurrent.NotifyingFutureTask
 
NotifyingFutureTask(Callable<Void>) - Constructor for class org.apache.jackrabbit.oak.commons.concurrent.NotifyingFutureTask
 
NULL - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of "null".
NUMBER - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a number value.

O

OakVersion - Class in org.apache.jackrabbit.oak.commons
Provides version information about Oak.
object() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '{'.
object() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
object() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '{'.
onComplete(Runnable) - Method in class org.apache.jackrabbit.oak.commons.concurrent.NotifyingFutureTask
Set the on complete handler.
org.apache.jackrabbit.oak.commons - package org.apache.jackrabbit.oak.commons
 
org.apache.jackrabbit.oak.commons.annotations - package org.apache.jackrabbit.oak.commons.annotations
Annotations for internal use in Oak.
org.apache.jackrabbit.oak.commons.cache - package org.apache.jackrabbit.oak.commons.cache
 
org.apache.jackrabbit.oak.commons.collections - package org.apache.jackrabbit.oak.commons.collections
Utilities for Java collections and streams.
org.apache.jackrabbit.oak.commons.concurrent - package org.apache.jackrabbit.oak.commons.concurrent
 
org.apache.jackrabbit.oak.commons.conditions - package org.apache.jackrabbit.oak.commons.conditions
Utilities for argument checking.
org.apache.jackrabbit.oak.commons.io - package org.apache.jackrabbit.oak.commons.io
 
org.apache.jackrabbit.oak.commons.jdkcompat - package org.apache.jackrabbit.oak.commons.jdkcompat
Package containing utilities to handle incompatible JDK changes.
org.apache.jackrabbit.oak.commons.json - package org.apache.jackrabbit.oak.commons.json
 
org.apache.jackrabbit.oak.commons.log - package org.apache.jackrabbit.oak.commons.log
For Oak internal use only.
org.apache.jackrabbit.oak.commons.pio - package org.apache.jackrabbit.oak.commons.pio
Internal ("private") utilities related to IO..
org.apache.jackrabbit.oak.commons.properties - package org.apache.jackrabbit.oak.commons.properties
For Oak internal use only.
org.apache.jackrabbit.oak.commons.sort - package org.apache.jackrabbit.oak.commons.sort
 
org.apache.jackrabbit.oak.commons.time - package org.apache.jackrabbit.oak.commons.time
Internal ("private") utilities related to timing...

P

partition(Iterable<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Splits an Iterable into an Iterator of sub-iterators, each of the specified size.
partition(Iterator<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that partitions the elements of another iterator into fixed-size lists.
partitionList(List<T>, int) - Static method in class org.apache.jackrabbit.oak.commons.collections.ListUtils
Split a list into partitions of a given size.
PathUtils - Class in org.apache.jackrabbit.oak.commons
Utility methods to parse a path.
paused - Variable in class org.apache.jackrabbit.oak.commons.Profiler
 
PerfLogger - Class in org.apache.jackrabbit.oak.commons
PerfLogger is a simpler wrapper around a slf4j Logger which comes with the capability to issue log statements containing the measurement between start() and end() methods.
PerfLogger(Logger) - Constructor for class org.apache.jackrabbit.oak.commons.PerfLogger
Create a new PerfLogger that shall use the given Logger object for logging
populate(Object, Map<String, ?>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Populates the bean properties from config instance.
position() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
position(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
premain(String, Instrumentation) - Static method in class org.apache.jackrabbit.oak.commons.Profiler
This method is called when the agent is installed.
prettyPrint(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Beautify (format) the json / jsop string.
Profiler - Class in org.apache.jackrabbit.oak.commons
A simple CPU profiling tool similar to java -Xrunhprof.
Profiler() - Constructor for class org.apache.jackrabbit.oak.commons.Profiler
 
PropertiesUtil - Class in org.apache.jackrabbit.oak.commons
The PropertiesUtil is a utility class providing some useful utility methods for converting property types.
put(byte) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
put(byte[]) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
put(byte[], int, int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
put(K, V) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
put(Buffer) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
putInt(int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
putLong(long) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 

Q

QueryUtils - Class in org.apache.jackrabbit.oak.commons
 

R

read() - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
read() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token and return the token type.
read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token and return the token type.
read(byte[]) - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
read(byte[], int, int) - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
read(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token which must match a given token type.
read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token which must match a given token type.
readBytes(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a byte array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Try to read the given number of bytes to the buffer.
readFully(FileChannel, int) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
readFully(FileChannel, int, ByteBuffer) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Try to read the given number of bytes starting at the specified position into the buffer.
readInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read an integer (4 bytes).
readLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a long (8 bytes).
readRawValue() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Return the row (escaped) token.
readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a value and return the raw Json representation.
readString() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a string.
readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a string.
readString(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a String.
readStringsAsSet(InputStream, boolean) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Reads strings from the given stream into a set and optionally unescaping for line breaks.
readVarInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a variable size integer.
readVarLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a variable size long.
reason() - Element in annotation type org.apache.jackrabbit.oak.commons.annotations.Internal
 
register(C) - Method in class org.apache.jackrabbit.oak.commons.pio.Closer
Add a Closeable to the list.
relativize(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Relativize a path wrt.
remaining() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
replace(K, V) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
Get the element in the cache if one exists, or add it to the cache if not.
reset() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
reset() - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
reset() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
Resets the stop watch, and puts it into stopped state.
resetReader() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Reset the position to 0, so that to restart reading.
resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Resets this instance.
resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
resetWriter() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Resets this instance, so that all data is discarded.
rethrow(Throwable) - Method in class org.apache.jackrabbit.oak.commons.pio.Closer
Sets a flag indicating that this method was called, then rethrows the given exception (potentially wrapped into Error or RuntimeException).
reverse(List<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.ListUtils
Returns a new list containing the elements of the specified list in reverse order.
rewind() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
ROOT_NAME - Static variable in class org.apache.jackrabbit.oak.commons.PathUtils
 
ROOT_PATH - Static variable in class org.apache.jackrabbit.oak.commons.PathUtils
 
run() - Method in class org.apache.jackrabbit.oak.commons.Profiler
 

S

safeAdd(long, long) - Static method in class org.apache.jackrabbit.oak.commons.LongUtils
Sums a and b and verifies that it doesn't overflow in signed long arithmetic, in which case Long.MAX_VALUE will be returned instead of the result.
setInfoLogMillis(long) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
 
setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
 
setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
setLineLength(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Set the line length, after which a newline is added (to improve readability).
setPos(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
SetUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Set conversions.
silence(String) - Method in class org.apache.jackrabbit.oak.commons.log.LogSilencer
Determine whether based on a provided key logging about that key should be silenced.
SILENCING_POSTFIX - Static variable in class org.apache.jackrabbit.oak.commons.log.LogSilencer
 
since() - Element in annotation type org.apache.jackrabbit.oak.commons.annotations.Internal
 
size() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
size(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns the number of elements in the specified iterable.
size(Iterator<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns the number of elements in the given iterator.
skip(long) - Method in class org.apache.jackrabbit.oak.commons.io.LazyInputStream
 
skipFully(InputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Skip a number of bytes in an input stream.
slice() - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
sort() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
sort(File) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Sorts the given file externally using the FileIOUtils.lexComparator and removes duplicates.
sort(File, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sort(File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Sorts the given file externally with the given comparator and removes duplicates.
sortAndSave(List<String>, Comparator<String>, Charset, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortAndSave(List<String>, Comparator<String>, Charset, File, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortAndSave(List<String>, Comparator<String>, Charset, File, boolean, boolean, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file
sortAndSave(List<String>, Comparator<String>, Charset, File, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file
sortAndSave(List<T>, Comparator<T>, Charset, File, boolean, boolean, Function<T, String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortAndSave(List<T>, Comparator<T>, Charset, File, boolean, boolean, Function<T, String>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file
sortAndSave(List<T>, Comparator<T>, Charset, File, boolean, Compression, Function<T, String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortAndSave(List<T>, Comparator<T>, Charset, File, boolean, Compression, Function<T, String>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file.
sortInBatch(BufferedReader, long, Comparator<T>, int, long, Charset, File, boolean, int, boolean, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(BufferedReader, long, Comparator<T>, int, long, Charset, File, boolean, int, boolean, Function<T, String>, Function<String, T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(BufferedReader, long, Comparator<T>, int, long, Charset, File, boolean, int, Compression, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(BufferedReader, long, Comparator<T>, int, long, Charset, File, boolean, int, Compression, Function<T, String>, Function<String, T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, boolean, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, int, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, int, boolean, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, int, Compression) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, int, Compression, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<T>, int, long, Charset, File, boolean, int, boolean, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<T>, int, long, Charset, File, boolean, int, boolean, Function<T, String>, Function<String, T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<T>, int, long, Charset, File, boolean, int, Compression, Function<T, String>, Function<String, T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Comparator<T>, int, long, Charset, File, boolean, int, Compression, Function<T, String>, Function<String, T>, Predicate<T>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortInBatch(File, Predicate<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
start() - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Shortcut to #start(null, false)
start() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
Starts the stop watch, will fail when running.
start(String) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Shortcut to start(traceMsgOrNull, false)
startCollecting() - Method in class org.apache.jackrabbit.oak.commons.Profiler
Start collecting profiling data.
startForInfoLog() - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Shortcut to start(null, true)
startForInfoLog(String) - Method in class org.apache.jackrabbit.oak.commons.PerfLogger
Shortcut to start(traceMsgOrNull, true)
stop() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
Stops the stop watch, will fail when not running.
stopCollecting() - Method in class org.apache.jackrabbit.oak.commons.Profiler
Stop collecting.
Stopwatch - Class in org.apache.jackrabbit.oak.commons.time
A stop watch based either on a Supplier of nanoseconds, or a Clock.
StreamUtils - Class in org.apache.jackrabbit.oak.commons.collections
Utility methods for Stream conversions.
STRING - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a string value.
StringSizeEstimator - Class in org.apache.jackrabbit.oak.commons.sort
Source copied from a publicly available library.
StringSort - Class in org.apache.jackrabbit.oak.commons.sort
Utility class to store a list of string and perform sort on that.
StringSort(int, Comparator<String>) - Constructor for class org.apache.jackrabbit.oak.commons.sort.StringSort
 
StringUtils - Class in org.apache.jackrabbit.oak.commons
Some string utility methods.
sumClasses - Variable in class org.apache.jackrabbit.oak.commons.Profiler
 
sumMethods - Variable in class org.apache.jackrabbit.oak.commons.Profiler
 
symmetricDifference(Set<T>, Set<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Returns a new set containing the symmetric difference of the two specified sets.
SystemPropertySupplier<T> - Class in org.apache.jackrabbit.oak.commons.properties
Utility class for consistent handling of system properties.

T

tag(char) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a Jsop tag character.
tag(char) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
tag(char) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a Jsop tag character.
TimeDurationFormatter - Class in org.apache.jackrabbit.oak.commons
Format a time duration as human-readable string, inspired by Stopwatch#toString().
TimeDurationFormatter(Locale, int, boolean) - Constructor for class org.apache.jackrabbit.oak.commons.TimeDurationFormatter
 
toArray(Iterable<T>, Class<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Converts an Iterable to an array of the specified type.
toArray(Iterator<? extends T>, Class<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Converts an iterator to an array of a specific type.
toArrayDeque(Iterable<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.DequeUtils
Convert an iterable to a ArrayDeque.
toBoolean(Object, boolean) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the boolean value of the parameter or the defaultValue if the parameter is null.
toDouble(Object, double) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a double or the defaultValue if the parameter is null or if the parameter is not a Double and cannot be converted to a Double from the parameter's string value.
toInteger(Object, int) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an integer or the defaultValue if the parameter is null or if the parameter is not an Integer and cannot be converted to an Integer from the parameter's string value.
toIterable(Iterator<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Convert an Iterator to an Iterable.
toJson(JsopBuilder) - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Write the object to a builder.
toLinkedList(Iterable<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.ListUtils
Convert an iterable to a LinkedList.
toLinkedSet(Iterable<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert an iterable to a LinkedHashSet.
toLinkedSet(T...) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert a vararg list of items to a set.
toList(Iterable<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.ListUtils
Convert an iterable to a list.
toList(Iterator<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.ListUtils
Convert an iterator to a list.
toLong(Object, long) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a long or the defaultValue if the parameter is null or if the parameter is not a Long and cannot be converted to a Long from the parameter's string value.
toObject(Object) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a single value.
toSet(Iterable<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert an iterable to a set.
toSet(Iterator<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert an iterator to a set.
toSet(T...) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert a vararg list of items to a set.
toStream(Iterable<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.StreamUtils
Generates a (non-parallel) Stream for the Iterable
toStream(Iterator<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.StreamUtils
Generates a (non-parallel) Stream for the Iterable
toString() - Method in class org.apache.jackrabbit.oak.commons.DebugTimer
 
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Pretty-print the object.
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Get the generated string.
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
toString() - Method in class org.apache.jackrabbit.oak.commons.time.Stopwatch
 
toString(Iterable<?>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Returns a string representation of the elements of the specified iterable.
toString(Object, String) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a string or the defaultValue if the parameter is null.
toStringArray(Object) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an array of Strings.
toStringArray(Object, String[]) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an array of Strings.
toTreeSet(Iterable<? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Convert an iterable to a TreeSet.
transform(Iterable<I>, Function<? super I, ? extends O>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IterableUtils
Transforms an Iterable by applying a given function to each element.
transform(Iterator<? extends F>, Function<? super F, ? extends T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.IteratorUtils
Returns an iterator that transforms the elements of another iterator.
TransformingComparator(Comparator<String>, Function<String, String>) - Constructor for class org.apache.jackrabbit.oak.commons.FileIOUtils.TransformingComparator
 
TRUE - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of the value "true".
tryParse(String) - Static method in class org.apache.jackrabbit.oak.commons.LongUtils
Parses the specified string as a signed decimal long value.

U

unescapeLineBreaks(String) - Static method in class org.apache.jackrabbit.oak.commons.sort.EscapeUtils
 
unifyInExcludes(Set<String>, Set<String>) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Unify path inclusions and exclusions.
union(Set<T>, Set<T>) - Static method in class org.apache.jackrabbit.oak.commons.collections.SetUtils
Returns a new set containing the union of the two specified sets.
update(CRC32) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
usingFile() - Method in class org.apache.jackrabbit.oak.commons.sort.StringSort
 
usingSystemPropertyReader(Function<String, String>) - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
For unit testing: specify a function to read system properties (overriding default of System.getProperty(String).
UUIDUtils - Class in org.apache.jackrabbit.oak.commons
 

V

validate(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if the path is valid, and throw an IllegalArgumentException if not.
Validate - Class in org.apache.jackrabbit.oak.commons.conditions
 
validateWith(Predicate<T>) - Method in class org.apache.jackrabbit.oak.commons.properties.SystemPropertySupplier
Specify a validation expression.
value(boolean) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append the boolean value 'true' or 'false'.
value(boolean) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(boolean) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append the boolean value 'true' or 'false'.
value(long) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a number.
value(long) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(long) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a number.
value(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a string or null.
value(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a string or null.

W

wrap(byte[]) - Static method in class org.apache.jackrabbit.oak.commons.Buffer
 
wrap(byte[], int, int) - Static method in class org.apache.jackrabbit.oak.commons.Buffer
 
wrap(Iterator<String>) - Static method in class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
wrap(Iterator<String>, File) - Static method in class org.apache.jackrabbit.oak.commons.io.BurnOnCloseFileIterator
 
write(WritableByteChannel) - Method in class org.apache.jackrabbit.oak.commons.Buffer
 
writeAsLine(BufferedWriter, String, boolean) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Writes a string as a new line into the given buffered writer and optionally escapes the line for line breaks.
writeBytes(OutputStream, byte[]) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a byte array.
writeInt(OutputStream, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write an integer (4 bytes).
writeLong(OutputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a long (8 bytes).
writeString(OutputStream, String) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a String.
writeStrings(Iterator<String>, File, boolean) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Writes string from the given iterator to the given file and optionally escape the written strings for line breaks.
writeStrings(Iterator<String>, File, boolean, Function<String, String>, Logger, String) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Writes string from the given iterator to the given file and optionally escape the written strings for line breaks.
writeStrings(Iterator<String>, File, boolean, Logger, String) - Static method in class org.apache.jackrabbit.oak.commons.FileIOUtils
Writes string from the given iterator to the given file and optionally escape the written strings for line breaks.
writeVarInt(OutputStream, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a variable size integer.
writeVarLong(OutputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a variable size long.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values