Uses of Class
org.apache.jackrabbit.oak.plugins.document.util.StringValue
-
Packages that use StringValue Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of StringValue in org.apache.jackrabbit.oak.plugins.document
Fields in org.apache.jackrabbit.oak.plugins.document with type parameters of type StringValue Modifier and Type Field Description protected Cache<org.apache.jackrabbit.oak.cache.CacheValue,StringValue>MemoryDiffCache. diffCacheDiff cache.Methods in org.apache.jackrabbit.oak.plugins.document that return types with arguments of type StringValue Modifier and Type Method Description Cache<org.apache.jackrabbit.oak.cache.CacheValue,StringValue>DocumentNodeStoreBuilder. buildMemoryDiffCache()Cache<StringValue,NodeDocument>DocumentNodeStoreBuilder. buildPrevDocumentsCache(DocumentStore docStore) -
Uses of StringValue in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util that return StringValue Modifier and Type Method Description static StringValueStringValue. fromString(java.lang.String value)Methods in org.apache.jackrabbit.oak.plugins.document.util that return types with arguments of type StringValue Modifier and Type Method Description static java.lang.Iterable<StringValue>Utils. asStringValueIterable(@NotNull java.lang.Iterable<java.lang.String> values)
-