- read(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Read a token which must match a given token type.
- read() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
Read a token and return the token type.
- read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
-
- read() - 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.
- read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
-
Read a token and return the 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.
- 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(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Read a String.
- 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.
- 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.
- relativize(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
-
Relativize a path wrt.
- 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.
- 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.
- 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
-
- size() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
-
- skipFully(InputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
-
Skip a number of bytes in an input stream.
- sort(File, 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
-
Sort a list and save it to a temporary file
- sortAndSave(List<String>, Comparator<String>, Charset, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
-
Sort a list and save it to a temporary file
- sortInBatch(File) - 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>) - 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>, boolean) - 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, boolean) - 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
-
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.
- 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.
- StringUtils - Class in org.apache.jackrabbit.oak.commons
-
Some string utility methods.
- StringUtils() - Constructor for class org.apache.jackrabbit.oak.commons.StringUtils
-
- 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.
- 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.
- toJson(JsopBuilder) - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
-
- 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.
- 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(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.
- TRUE - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
-
The token type of the value "true".