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

A

absent() - Static method in class tech.mlsql.common.utils.base.Optional
Returns an Optional instance with no contained reference.
AbstractCache<K,V> - Class in tech.mlsql.common.utils.cache
This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface.
AbstractCache() - Constructor for class tech.mlsql.common.utils.cache.AbstractCache
Constructor for use by subclasses.
AbstractCache.SimpleStatsCounter - Class in tech.mlsql.common.utils.cache
A thread-safe AbstractCache.StatsCounter implementation for use by Cache implementors.
AbstractCache.StatsCounter - Interface in tech.mlsql.common.utils.cache
Accumulates statistics during the operation of a Cache for presentation by Cache.stats().
AbstractCheckedFuture<V,X extends Exception> - Class in tech.mlsql.common.utils.concurrent
A delegating wrapper around a ListenableFuture that adds support for the AbstractCheckedFuture.checkedGet() and AbstractCheckedFuture.checkedGet(long, TimeUnit) methods.
AbstractCheckedFuture(ListenableFuture<V>) - Constructor for class tech.mlsql.common.utils.concurrent.AbstractCheckedFuture
Constructs an AbstractCheckedFuture that wraps a delegate.
AbstractFuture<V> - Class in tech.mlsql.common.utils.concurrent
An abstract implementation of the ListenableFuture interface.
AbstractFuture() - Constructor for class tech.mlsql.common.utils.concurrent.AbstractFuture
Constructor for use by subclasses.
AbstractIterator<T> - Class in tech.mlsql.common.utils.collect
This class provides a skeletal implementation of the Iterator interface, to make this interface easier to implement for certain types of data sources.
AbstractIterator() - Constructor for class tech.mlsql.common.utils.collect.AbstractIterator
Constructor for use by subclasses.
AbstractListeningExecutorService - Class in tech.mlsql.common.utils.concurrent
Abstract ListeningExecutorService implementation that creates ListenableFutureTask instances for each Runnable and Callable submitted to it.
AbstractListeningExecutorService() - Constructor for class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
AbstractSequentialIterator<T> - Class in tech.mlsql.common.utils.collect
This class provides a skeletal implementation of the Iterator interface for sequences whose next element can always be derived from the previous element.
AbstractSequentialIterator(T) - Constructor for class tech.mlsql.common.utils.collect.AbstractSequentialIterator
Creates a new iterator with the given first element, or, if firstOrNull is null, creates a new empty iterator.
ACK - Static variable in class tech.mlsql.common.utils.base.Ascii
Acknowledge: A communication control character transmitted by a receiver as an affirmative response to a sender.
add(String, Object) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, boolean) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, char) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, double) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, float) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, int) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(String, long) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds a name/value pair to the formatted output in name=value format.
add(E) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
add(int, E) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
add(E, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection.Builder
Adds element to the ImmutableCollection being built.
add(E...) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
add(int, E) - Method in class tech.mlsql.common.utils.collect.ImmutableList
Deprecated.
Unsupported operation.
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableList.Builder
Adds element to the ImmutableList.
add(E...) - Method in class tech.mlsql.common.utils.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
add(E, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Deprecated.
Unsupported operation.
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds element to the ImmutableMultiset.
add(E...) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Adds element to the ImmutableSet.
add(E...) - Method in class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Adds each element of elements to the ImmutableSet, ignoring duplicate elements (only the first duplicate element is added).
add(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Adds element to the ImmutableSortedSet.
add(E...) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
add(E, int) - Method in interface tech.mlsql.common.utils.collect.Multiset
Adds a number of occurrences of an element to this multiset.
add(E) - Method in interface tech.mlsql.common.utils.collect.Multiset
Adds a single occurrence of the specified element to this multiset.
add(E) - Method in class tech.mlsql.common.utils.collect.UnmodifiableListIterator
Deprecated.
Unsupported operation.
add(Runnable, Executor) - Method in class tech.mlsql.common.utils.concurrent.ExecutionList
Adds the Runnable and accompanying Executor to the list of listeners to execute.
addAll(Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
addAll(int, Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
addAll(Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
addAll(Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
addAll(Iterator<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection.Builder
Adds each element of elements to the ImmutableCollection being built.
addAll(int, Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableList
Deprecated.
Unsupported operation.
addAll(Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
addAll(Iterator<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableList.Builder
Adds each element of elements to the ImmutableList.
addAll(Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
addAll(Iterator<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds each element of elements to the ImmutableMultiset.
addAll(Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Adds each element of elements to the ImmutableSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterator<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Adds each element of elements to the ImmutableSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Iterator<? extends E>) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Adds each element of elements to the ImmutableSortedSet, ignoring duplicate elements (only the first duplicate element is added).
addAll(Collection<T>, Iterable<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Adds all elements in iterable to collection.
addAll(Collection<T>, Iterator<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Adds all elements in iterator to collection.
addCallback(ListenableFuture<V>, FutureCallback<? super V>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addCopies(E, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds a number of occurrences of an element to this ImmutableMultiset.
addDelayedShutdownHook(ExecutorService, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Add a shutdown hook to wait for thread completion in the given service.
addEscape(char, String) - Method in class tech.mlsql.common.utils.escape.Escapers.Builder
Adds a replacement string for the given input character.
addListener(Runnable, Executor) - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
Registers a listener to be run on the given executor.
addListener(Runnable, Executor) - Method in class tech.mlsql.common.utils.concurrent.ForwardingListenableFuture
 
addListener(Runnable, Executor) - Method in interface tech.mlsql.common.utils.concurrent.ListenableFuture
Registers a listener to be run on the given executor.
addListener(Runnable, Executor) - Method in class tech.mlsql.common.utils.concurrent.ListenableFutureTask
 
addValue(Object) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(boolean) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(char) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(double) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(float) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(int) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
addValue(long) - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Adds an unnamed value to the formatted output.
adler32() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the Adler-32 checksum algorithm (32 hash bits) by delegating to the Adler32 Checksum.
advance(Iterator<?>, int) - Static method in class tech.mlsql.common.utils.collect.Iterators
Calls next() on iterator, either numberToAdvance times or until hasNext() returns false, whichever comes first.
aliases - Variable in class tech.mlsql.common.utils.kv.LevelDB.TypeAliases
 
all(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns true if every element in iterable satisfies the predicate.
all(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns true if every element returned by iterator satisfies the given predicate.
allAsList(ListenableFuture<? extends V>...) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
allAsList(Iterable<? extends ListenableFuture<? extends V>>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its input futures, if all succeed.
allEqual() - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering which treats all values as equal, indicating "no ordering." Passing this ordering to any stable sort algorithm results in no change to the order of elements.
allMatch(Predicate<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns true if every element in this fluent iterable satisfies the predicate.
allPrimitiveTypes() - Static method in class tech.mlsql.common.utils.primitives.Primitives
Returns an immutable set of all nine primitive types (including void).
allWrapperTypes() - Static method in class tech.mlsql.common.utils.primitives.Primitives
Returns an immutable set of all nine primitive-wrapper types (including Void).
alwaysFalse() - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that always evaluates to false.
alwaysTrue() - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that always evaluates to true.
and(CharMatcher) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a matcher that matches any character matched by both this matcher and other.
and(Iterable<? extends Predicate<? super T>>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true.
and(Predicate<? super T>...) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if each of its components evaluates to true.
and(Predicate<? super T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if both of its components evaluate to true.
andThen(Converter<B, C>) - Method in class tech.mlsql.common.utils.base.Converter
Returns a converter whose convert method applies secondConverter to the result of this converter.
ANY - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Matches any character.
any(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns true if any element in iterable satisfies the predicate.
any(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns true if one or more elements returned by iterator satisfy the given predicate.
anyMatch(Predicate<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns true if any element in this fluent iterable satisfies the predicate.
anyOf(CharSequence) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher that matches any character present in the given character sequence.
append(CharSequence, File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Appends a character sequence (such as a string) to a file using the given character set.
appendTo(A, Iterable<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Iterator<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Object[]) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to appendable.
appendTo(A, Object, Object, Object...) - Method in class tech.mlsql.common.utils.base.Joiner
Appends to appendable the string representation of each of the remaining arguments.
appendTo(StringBuilder, Iterable<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Iterator<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Object[]) - Method in class tech.mlsql.common.utils.base.Joiner
Appends the string representation of each of parts, using the previously configured separator between each, to builder.
appendTo(StringBuilder, Object, Object, Object...) - Method in class tech.mlsql.common.utils.base.Joiner
Appends to builder the string representation of each of the remaining arguments.
appendTo(A, Map<?, ?>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Map<?, ?>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry of map, using the previously configured separator and key-value separator, to builder.
appendTo(A, Iterable<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(A, Iterator<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to appendable.
appendTo(StringBuilder, Iterable<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
appendTo(StringBuilder, Iterator<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Appends the string representation of each entry in entries, using the previously configured separator and key-value separator, to builder.
apply(Character) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns true if this matcher matches the given character.
apply(A) - Method in class tech.mlsql.common.utils.base.Converter
Deprecated.
Provided to satisfy the Function interface; use Converter.convert(A) instead.
apply(F) - Method in interface tech.mlsql.common.utils.base.Function
Returns the result of applying this function to input.
apply(T) - Method in interface tech.mlsql.common.utils.base.Predicate
Returns the result of applying this predicate to input.
apply(K) - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Deprecated.
Provided to satisfy the Function interface; use LoadingCache.get(K) or LoadingCache.getUnchecked(K) instead.
apply(I) - Method in interface tech.mlsql.common.utils.concurrent.AsyncFunction
Returns an output Future to use in place of the given input.
arbitrary() - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an arbitrary ordering over all objects, for which compare(a, b) == 0 implies a == b (identity equality).
areEqual() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns true if there are no differences between the two maps; that is, if the maps are equal.
ArrayBasedCharEscaper - Class in tech.mlsql.common.utils.escape
A CharEscaper that uses an array to quickly look up replacement characters for a given char value.
ArrayBasedCharEscaper(Map<Character, String>, char, char) - Constructor for class tech.mlsql.common.utils.escape.ArrayBasedCharEscaper
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
ArrayBasedCharEscaper(ArrayBasedEscaperMap, char, char) - Constructor for class tech.mlsql.common.utils.escape.ArrayBasedCharEscaper
Creates a new ArrayBasedCharEscaper instance with the given replacement map and specified safe range.
ArrayBasedEscaperMap - Class in tech.mlsql.common.utils.escape
An implementation-specific parameter class suitable for initializing ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
ArrayBasedUnicodeEscaper - Class in tech.mlsql.common.utils.escape
A UnicodeEscaper that uses an array to quickly look up replacement characters for a given code point.
ArrayBasedUnicodeEscaper(Map<Character, String>, int, int, String) - Constructor for class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
ArrayBasedUnicodeEscaper(ArrayBasedEscaperMap, int, int, String) - Constructor for class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
Creates a new ArrayBasedUnicodeEscaper instance with the given replacement map and specified safe range.
arrayListValues() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an ArrayList to store value collections.
arrayListValues(int) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an ArrayList to store value collections, initialized to expect the specified number of values per key.
arrayToString(String[], String) - Static method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
asBytes() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns the value of this hash code as a byte array.
asByteSink(OutputSupplier<? extends OutputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Convert all OutputSupplier<? extends OutputStream> implementations to extend ByteSink or provide a method for viewing the object as a ByteSink. This method is scheduled for removal in Guava 18.0.
asByteSink(File, FileWriteMode...) - Static method in class tech.mlsql.common.utils.io.Files
Returns a new ByteSink for writing bytes to the given file.
asByteSource(InputSupplier<? extends InputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Convert all InputSupplier<? extends InputStream> implementations to extend ByteSource or provide a method for viewing the object as a ByteSource. This method is scheduled for removal in Guava 18.0.
asByteSource(File) - Static method in class tech.mlsql.common.utils.io.Files
Returns a new ByteSource for reading bytes from the given file.
asByteSource(URL) - Static method in class tech.mlsql.common.utils.io.Resources
Returns a ByteSource that reads from the given URL.
asByteSource() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
Returns a ByteSource view of the resource from which its bytes can be read.
asCharSink(Charset) - Method in class tech.mlsql.common.utils.io.ByteSink
Returns a CharSink view of this ByteSink that writes characters to this sink as bytes encoded with the given charset.
asCharSink(OutputSupplier<? extends Appendable>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Convert all OutputSupplier<? extends Appendable> implementations to extend CharSink or provide a method for viewing the object as a CharSink. This method is scheduled for removal in Guava 18.0.
asCharSink(File, Charset, FileWriteMode...) - Static method in class tech.mlsql.common.utils.io.Files
Returns a new CharSink for writing character data to the given file using the given character set.
asCharSource(Charset) - Method in class tech.mlsql.common.utils.io.ByteSource
Returns a CharSource view of this byte source that decodes bytes read from this source as characters using the given Charset.
asCharSource(InputSupplier<? extends Readable>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Convert all InputSupplier<? extends Readable> implementations to extend CharSource or provide a method for viewing the object as a CharSource. This method is scheduled for removal in Guava 18.0.
asCharSource(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Returns a new CharSource for reading character data from the given file using the given character set.
asCharSource(URL, Charset) - Static method in class tech.mlsql.common.utils.io.Resources
Returns a CharSource that reads from the given URL using the given character set.
asCharSource(Charset) - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
Returns a CharSource view of the resource from which its bytes can be read as characters decoded with the given charset.
Ascii - Class in tech.mlsql.common.utils.base
Static methods pertaining to ASCII characters (those in the range of values 0x00 through 0x7F), and to strings containing such characters.
ASCII - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is ASCII, meaning that its code point is less than 128.
asConverter(BiMap<A, B>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a Converter that converts values using bimap.get(), and whose inverse view converts values using bimap.inverse().get()
asEnumeration(Iterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Adapts an Iterator to the Enumeration interface.
asFunction() - Method in class tech.mlsql.common.utils.escape.Escaper
Returns a Function that invokes Escaper.escape(String) on this escaper.
asInt() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns the first four bytes of this hashcode's bytes, converted to an int value in little-endian order.
asList() - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Returns a list view of the collection.
asList() - Method in class tech.mlsql.common.utils.collect.ImmutableList
Returns this list instance.
asList(E, E[]) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements.
asList(E, E, E[]) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements.
asList(char...) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(int...) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(long...) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asList(short...) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a fixed-size list backed by the specified array, similar to Arrays.asList(Object[]).
asLong() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns the first eight bytes of this hashcode's bytes, converted to a long value in little-endian order.
asMap() - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
asMap() - Method in interface tech.mlsql.common.utils.cache.Cache
Returns a view of the entries stored in this cache as a thread-safe map.
asMap() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
asMap() - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Returns a view of the entries stored in this cache as a thread-safe map.
asMap() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
asMap() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable map that associates each key with its corresponding values in the multimap.
asMap() - Method in interface tech.mlsql.common.utils.collect.ListMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap(Set<K>, Function<? super K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a live Map view whose keys are the contents of set and whose values are computed on demand using function.
asMap(SortedSet<K>, Function<? super K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of the sorted set as a map, mapping keys from the set according to the specified function.
asMap(NavigableSet<K>, Function<? super K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of the navigable set as a map, mapping keys from the set according to the specified function.
asMap() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap(ListMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, List<V>>.
asMap(SetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, Set<V>>.
asMap(SortedSetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns multimap.asMap(), with its type corrected from Map<K, Collection<V>> to Map<K, SortedSet<V>>.
asMap(Multimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
asMap() - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Returns a view of this multimap as a Map from each distinct key to the nonempty collection of that key's associated values.
asMap() - Method in interface tech.mlsql.common.utils.collect.SortedSetMultimap
Returns a map view that associates each key with the corresponding values in the multimap.
asMultimap() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns a multimap view of the map.
asOutputStream(PrimitiveSink) - Static method in class tech.mlsql.common.utils.hash.Funnels
Wraps a PrimitiveSink as an OutputStream, so it is easy to funnel an object to a PrimitiveSink if there is already a way to write the contents of the object to an OutputStream.
asSet() - Method in class tech.mlsql.common.utils.base.Optional
Returns an immutable singleton Set whose only element is the contained instance if it is present; an empty immutable Set otherwise.
assignableFrom(Class<?>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the class being tested is assignable from the given class.
asWriter(Appendable) - Static method in class tech.mlsql.common.utils.io.CharStreams
Returns a Writer that sends all output to the given Appendable target.
AsyncFunction<I,O> - Interface in tech.mlsql.common.utils.concurrent
Transforms a value, possibly asynchronously.
ATTEMPT_LOCAL_LOAD_FIRST - Static variable in class tech.mlsql.common.utils.hdfs.HdfsClassLoader
A configuration option to indicate whether or not to skip the standard ClassLoader hierarchical search and look at the configured jar first.
available(int, int, int) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
availableAndReturn(String, int, int) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
availableAndReturn(int, int) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
averageLoadPenalty() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the average time spent loading new values.
awaitUninterruptibly(CountDownLatch) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes latch.await() uninterruptibly.
awaitUninterruptibly(CountDownLatch, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes latch.await(timeout, unit) uninterruptibly.
AWT_TOOLKIT - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The awt.toolkit System Property.

B

base16() - Static method in class tech.mlsql.common.utils.io.BaseEncoding
The "base16" encoding specified by RFC 4648 section 8, Base 16 Encoding.
base32() - Static method in class tech.mlsql.common.utils.io.BaseEncoding
The "base32" encoding specified by RFC 4648 section 6, Base 32 Encoding.
base32Hex() - Static method in class tech.mlsql.common.utils.io.BaseEncoding
The "base32hex" encoding specified by RFC 4648 section 7, Base 32 Encoding with Extended Hex Alphabet.
base64() - Static method in class tech.mlsql.common.utils.io.BaseEncoding
The "base64" base encoding specified by RFC 4648 section 4, Base 64 Encoding.
base64Url() - Static method in class tech.mlsql.common.utils.io.BaseEncoding
The "base64url" encoding specified by RFC 4648 section 5, Base 64 Encoding with URL and Filename Safe Alphabet, also sometimes referred to as the "web safe Base64." (This is the same as the base 64 encoding with URL and filename safe alphabet from RFC 3548.)
BaseEncoding - Class in tech.mlsql.common.utils.io
A binary encoding scheme for reversibly translating between byte sequences and printable ASCII strings.
BaseEncoding.DecodingException - Exception in tech.mlsql.common.utils.io
Exception indicating invalid base-encoded input encountered while decoding.
BEL - Static variable in class tech.mlsql.common.utils.base.Ascii
Bell ('\a'): A character for use when there is a need to call for human attention.
Beta - Annotation Type in tech.mlsql.common.utils.annotations
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
BiMap<K,V> - Interface in tech.mlsql.common.utils.collect
A bimap (or "bidirectional map") is a map that preserves the uniqueness of its values as well as that of its keys.
binarySearch(List<? extends T>, T) - Method in class tech.mlsql.common.utils.collect.Ordering
Searches sortedList for key using the binary search algorithm.
binomial(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns n choose k, also known as the binomial coefficient of n and k, or Integer.MAX_VALUE if the result does not fit in an int.
binomial(int, int) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns n choose k, also known as the binomial coefficient of n and k, or Long.MAX_VALUE if the result does not fit in a long.
bits() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns the number of bits in this hash code; a positive multiple of 8.
bits() - Method in interface tech.mlsql.common.utils.hash.HashFunction
Returns the number of bits (a multiple of 32) that each hash code produced by this hash function has.
BoundType - Enum in tech.mlsql.common.utils.collect
Indicates whether an endpoint of some range is contained in the range itself ("closed") or not ("open").
breadthFirstTraversal(T) - Method in class tech.mlsql.common.utils.collect.TreeTraverser
Returns an unmodifiable iterable over the nodes in a tree structure, using breadth-first traversal.
BREAKING_WHITESPACE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is a breaking whitespace (that is, a whitespace which can be interpreted as a break between words for formatting purposes).
BS - Static variable in class tech.mlsql.common.utils.base.Ascii
Backspace ('\b'): A format effector which controls the movement of the printing position one printing space backward on the same printing line.
bufferToArray(ByteBuffer) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Returns a byte array with the buffer's contents, trying to avoid copying the data if possible.
build(CacheLoader<? super K1, V1>) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the supplied CacheLoader.
build() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Builds a cache which does not automatically load values when keys are requested.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap.Builder
Returns a newly-created immutable bimap.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableCollection.Builder
Returns a newly-created ImmutableCollection of the appropriate type, containing the elements provided to this builder.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableList.Builder
Returns a newly-created ImmutableList based on the contents of the Builder.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
Returns a newly-created immutable list multimap.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableMap.Builder
Returns a newly-created immutable map.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Returns a newly-created immutable multimap.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Returns a newly-created ImmutableMultiset based on the contents of the Builder.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Returns a newly-created ImmutableSet based on the contents of the Builder.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Returns a newly-created immutable set multimap.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap.Builder
Returns a newly-created immutable sorted map.
build() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Returns a newly-created ImmutableSortedSet based on the contents of the Builder and its comparator.
build() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder
Returns a new, empty Multimap with the specified implementation.
build(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder
Returns a Multimap with the specified implementation, initialized with the entries of multimap.
build() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.ListMultimapBuilder
 
build(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.ListMultimapBuilder
 
build() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.SetMultimapBuilder
 
build(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.SetMultimapBuilder
 
build() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.SortedSetMultimapBuilder
 
build(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.SortedSetMultimapBuilder
 
build() - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Returns a new thread factory using the options supplied during the building process.
build() - Method in class tech.mlsql.common.utils.escape.Escapers.Builder
Returns a new escaper based on the current state of the builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableBiMap.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableList.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableMap.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns a new builder.
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableSet.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Builder() - Constructor for class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Creates a new builder.
Builder(Comparator<? super K>) - Constructor for class tech.mlsql.common.utils.collect.ImmutableSortedMap.Builder
Creates a new builder.
Builder(Comparator<? super E>) - Constructor for class tech.mlsql.common.utils.collect.ImmutableSortedSet.Builder
Creates a new builder.
builder() - Static method in class tech.mlsql.common.utils.escape.Escapers
Returns a builder for creating simple, fast escapers.
ByteArrayDataInput - Interface in tech.mlsql.common.utils.io
An extension of DataInput for reading from in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
ByteArrayDataOutput - Interface in tech.mlsql.common.utils.io
An extension of DataOutput for writing to in-memory byte arrays; its methods offer identical functionality but do not throw IOException.
byteArrayFunnel() - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel that extracts the bytes from a byte array.
ByteProcessor<T> - Interface in tech.mlsql.common.utils.io
A callback interface to process bytes from a stream.
BYTES - Static variable in class tech.mlsql.common.utils.primitives.Chars
The number of bytes required to represent a primitive char value.
BYTES - Static variable in class tech.mlsql.common.utils.primitives.Ints
The number of bytes required to represent a primitive int value.
BYTES - Static variable in class tech.mlsql.common.utils.primitives.Longs
The number of bytes required to represent a primitive long value.
BYTES - Static variable in class tech.mlsql.common.utils.primitives.Shorts
The number of bytes required to represent a primitive short value.
ByteSink - Class in tech.mlsql.common.utils.io
A destination to which bytes can be written, such as a file.
ByteSink() - Constructor for class tech.mlsql.common.utils.io.ByteSink
Constructor for use by subclasses.
ByteSource - Class in tech.mlsql.common.utils.io
A readable source of bytes, such as a file.
ByteSource() - Constructor for class tech.mlsql.common.utils.io.ByteSource
Constructor for use by subclasses.
bytesToString(ByteBuffer) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert the given byte buffer to a string.
ByteStreams - Class in tech.mlsql.common.utils.io
Provides utility methods for working with byte arrays and I/O streams.
byteStringAs(String, ByteUnit) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed byte string (e.g.
byteStringAsBytes(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed byte string (e.g.
byteStringAsGb(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed byte string (e.g.
byteStringAsKb(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed byte string (e.g.
byteStringAsMb(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed byte string (e.g.
ByteUnit - Enum in tech.mlsql.common.utils.distribute.socket.server
11/3/2020 WilliamZhu(allwefantasy@gmail.com)

C

Cache<K,V> - Interface in tech.mlsql.common.utils.cache
A semi-persistent mapping from keys to values.
CacheBuilder<K,V> - Class in tech.mlsql.common.utils.cache
A builder of LoadingCache and Cache instances having any combination of the following features: automatic loading of entries into the cache least-recently-used eviction when a maximum size is exceeded time-based expiration of entries, measured since last access or last write keys automatically wrapped in weak references values automatically wrapped in weak or soft references notification of evicted (or otherwise removed) entries accumulation of cache access statistics
CacheBuilderSpec - Class in tech.mlsql.common.utils.cache
A specification of a CacheBuilder configuration.
CacheLoader<K,V> - Class in tech.mlsql.common.utils.cache
Computes or retrieves values, based on a key, for use in populating a LoadingCache.
CacheLoader() - Constructor for class tech.mlsql.common.utils.cache.CacheLoader
Constructor for use by subclasses.
CacheLoader.InvalidCacheLoadException - Exception in tech.mlsql.common.utils.cache
Thrown to indicate that an invalid response was returned from a call to CacheLoader.
CacheStats - Class in tech.mlsql.common.utils.cache
Statistics about the performance of a Cache.
CacheStats(long, long, long, long, long, long) - Constructor for class tech.mlsql.common.utils.cache.CacheStats
Constructs a new CacheStats instance.
Callables - Class in tech.mlsql.common.utils.concurrent
Static utility methods pertaining to the Callable interface.
CAN - Static variable in class tech.mlsql.common.utils.base.Ascii
Cancel: A control character used to indicate that the data with which it is sent is in error or is to be disregarded.
cancel(boolean) - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
 
cancel(boolean) - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
cartesianProduct(List<? extends Set<? extends B>>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
cartesianProduct(Set<? extends B>...) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns every possible list that can be formed by choosing one element from each of the given sets in order; the "n-ary Cartesian product" of the sets.
CaseFormat - Enum in tech.mlsql.common.utils.base
17/3/2020 WilliamZhu(allwefantasy@gmail.com)
ceiling(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
ceiling(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
ceilingEntry(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
ceilingKey(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
charactersOf(String) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns a view of the specified string as an immutable list of Character values.
charactersOf(CharSequence) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns a view of the specified CharSequence as a List<Character>, viewing sequence as a sequence of Unicode code units.
CharEscaper - Class in tech.mlsql.common.utils.escape
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
CharEscaper() - Constructor for class tech.mlsql.common.utils.escape.CharEscaper
Constructor for use by subclasses.
CharMatcher - Class in tech.mlsql.common.utils.base
Determines a true or false value for any Java char value, just as Predicate does for any Object.
CharMatcher() - Constructor for class tech.mlsql.common.utils.base.CharMatcher
Constructor for use by subclasses.
Chars - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to char primitives, that are not already found in either Character or Arrays.
Charsets - Class in tech.mlsql.common.utils.base
Contains constant definitions for the six standard Charset instances, which are guaranteed to be supported by all Java platform implementations.
CharSink - Class in tech.mlsql.common.utils.io
A destination to which characters can be written, such as a text file.
CharSink() - Constructor for class tech.mlsql.common.utils.io.CharSink
Constructor for use by subclasses.
CharSource - Class in tech.mlsql.common.utils.io
A readable source of characters, such as a text file.
CharSource() - Constructor for class tech.mlsql.common.utils.io.CharSource
Constructor for use by subclasses.
CharStreams - Class in tech.mlsql.common.utils.io
Provides utility methods for working with character streams.
checkArgument(boolean) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving one or more parameters to the calling method.
checkedAdd(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the sum of a and b, provided it does not overflow.
checkedAdd(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the sum of a and b, provided it does not overflow.
checkedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the char value that is equal to value, if possible.
checkedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the int value that is equal to value, if possible.
checkedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the short value that is equal to value, if possible.
checkedCast(long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the byte value that, when treated as unsigned, is equal to value, if possible.
CheckedFuture<V,X extends Exception> - Interface in tech.mlsql.common.utils.concurrent
A CheckedFuture is a ListenableFuture that includes versions of the get methods that can throw a checked exception.
checkedGet() - Method in class tech.mlsql.common.utils.concurrent.AbstractCheckedFuture
Exception checking version of Future.get() that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet(long, TimeUnit) - Method in class tech.mlsql.common.utils.concurrent.AbstractCheckedFuture
Exception checking version of Future.get(long, TimeUnit) that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet() - Method in interface tech.mlsql.common.utils.concurrent.CheckedFuture
Exception checking version of Future.get() that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedGet(long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.CheckedFuture
Exception checking version of Future.get(long, TimeUnit) that will translate InterruptedException, CancellationException and ExecutionException into application-specific exceptions.
checkedMultiply(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the product of a and b, provided it does not overflow.
checkedMultiply(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the product of a and b, provided it does not overflow.
checkedPow(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the b to the kth power, provided it does not overflow.
checkedPow(long, int) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the b to the kth power, provided it does not overflow.
checkedSubtract(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the difference of a and b, provided it does not overflow.
checkedSubtract(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the difference of a and b, provided it does not overflow.
checkElementIndex(int, int) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - Static method in class tech.mlsql.common.utils.base.Preconditions
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
children(T) - Method in class tech.mlsql.common.utils.collect.TreeTraverser
Returns the children of the specified node.
ClassPath - Class in tech.mlsql.common.utils.reflect
Scans the source of a ClassLoader and finds all loadable classes and resources.
ClassPath.ClassInfo - Class in tech.mlsql.common.utils.reflect
Represents a class that can be loaded through ClassPath.ClassInfo.load().
ClassPath.ResourceInfo - Class in tech.mlsql.common.utils.reflect
Represents a class path resource that can be either a class file or any other resource file loadable from the class path.
cleanUp() - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
cleanUp() - Method in interface tech.mlsql.common.utils.cache.Cache
Performs any pending maintenance operations needed by the cache.
cleanUp() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
clear() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
clear() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
clear() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
clear() - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
clear() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Deprecated.
Unsupported operation.
clear() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
clear() - Method in interface tech.mlsql.common.utils.collect.Multimap
Removes all key-value pairs from the multimap, leaving it empty.
close(Closeable, boolean) - Static method in class tech.mlsql.common.utils.io.Closeables
Closes a Closeable, with control over whether an IOException may be thrown.
close() - Method in class tech.mlsql.common.utils.io.Closer
Closes all Closeable instances that have been added to this Closer.
close() - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
close() - Method in class tech.mlsql.common.utils.kv.LevelDB
 
closeableIterator() - Method in class tech.mlsql.common.utils.kv.KVStoreView
Returns an iterator for the current configuration.
Closeables - Class in tech.mlsql.common.utils.io
Utility methods for working with Closeable objects.
closeQuietly(Closeable) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Closes the given object, ignoring IOExceptions.
Closer - Class in tech.mlsql.common.utils.io
A Closeable that collects Closeable resources and closes them all when it is closed.
codePointAt(CharSequence, int, int) - Static method in class tech.mlsql.common.utils.escape.UnicodeEscaper
Returns the Unicode code point of the character at the given index.
coerceToInteger(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns an integer representing an IPv4 address regardless of whether the supplied argument is an IPv4 address or not.
collapseFrom(CharSequence, char) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a string copy of the input character sequence, with each group of consecutive characters that match this matcher replaced by a single replacement character.
Collections2 - Class in tech.mlsql.common.utils.collect
Provides static methods for working with Collection instances.
combineOrdered(Iterable<HashCode>) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an ordered fashion.
combineUnordered(Iterable<HashCode>) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash code, having the same bit length as each of the input hash codes, that combines the information of these hash codes in an unordered fashion.
commonPrefix(CharSequence, CharSequence) - Static method in class tech.mlsql.common.utils.base.Strings
Returns the longest string prefix such that a.toString().startsWith(prefix) && b.toString().startsWith(prefix), taking care not to split surrogate pairs.
commonSuffix(CharSequence, CharSequence) - Static method in class tech.mlsql.common.utils.base.Strings
Returns the longest string suffix such that a.toString().endsWith(suffix) && b.toString().endsWith(suffix), taking care not to split surrogate pairs.
comparator() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
comparator() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
comparator() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns the comparator that orders the keys, which is Ordering.natural() when the natural ordering of the keys is used.
comparator() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns the comparator that orders the elements, which is Ordering.natural() when the natural ordering of the elements is used.
comparator() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns the comparator that orders this multiset, or Ordering.natural() if the natural ordering of the elements is used.
compare(T, T) - Method in class tech.mlsql.common.utils.collect.Ordering
 
compare(char, char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Compares the two specified char values.
compare(int, int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Compares the two specified int values.
compare(long, long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Compares the two specified long values.
compare(short, short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Compares the two specified short values.
compare(byte, byte) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Compares the two specified byte values, treating them as unsigned values between 0 and 255 inclusive.
compare(int, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Compares the two specified int values, treating them as unsigned values between 0 and 2^32 - 1 inclusive.
compare(long, long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Compares the two specified long values, treating them as unsigned values between 0 and 2^64 - 1 inclusive.
compilePython(String, String) - Static method in class tech.mlsql.common.utils.lang.py.PythonInterp
 
complementOf(Collection<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection.
complementOf(Collection<E>, Class<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates an EnumSet consisting of all enum values that are not in the specified collection.
compose(Function<B, C>, Function<A, ? extends B>) - Static method in class tech.mlsql.common.utils.base.Functions
Returns the composition of two functions.
compose(Predicate<B>, Function<A, ? extends B>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns the composition of a function and a predicate.
compose(Function<? super F, T>, Supplier<F>) - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a new supplier which is the composition of the provided function and supplier.
compound(Comparator<? super U>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering which first uses the ordering this, but which in the event of a "tie", then delegates to secondaryComparator.
compound(Iterable<? extends Comparator<? super T>>) - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering which tries each given comparator in order until a non-zero result is found, returning that result, and returning zero only if all comparators return zero.
ComputationException - Exception in tech.mlsql.common.utils.collect
Wraps an exception that occurred during a computation.
ComputationException(Throwable) - Constructor for exception tech.mlsql.common.utils.collect.ComputationException
Creates a new instance with the given cause.
computeNext() - Method in class tech.mlsql.common.utils.collect.AbstractIterator
Returns the next element.
computeNext(T) - Method in class tech.mlsql.common.utils.collect.AbstractSequentialIterator
Returns the element that follows previous, or returns null if no elements remain.
computeReplacement(CharEscaper, char) - Static method in class tech.mlsql.common.utils.escape.Escapers
Returns a string that would replace the given character in the specified escaper, or null if no replacement should be made.
computeReplacement(UnicodeEscaper, int) - Static method in class tech.mlsql.common.utils.escape.Escapers
Returns a string that would replace the given character in the specified escaper, or null if no replacement should be made.
concat(Iterable<? extends T>, Iterable<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Combines two iterables into a single iterable.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Combines three iterables into a single iterable.
concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Combines four iterables into a single iterable.
concat(Iterable<? extends T>...) - Static method in class tech.mlsql.common.utils.collect.Iterables
Combines multiple iterables into a single iterable.
concat(Iterable<? extends Iterable<? extends T>>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Combines multiple iterables into a single iterable.
concat(Iterator<? extends T>, Iterator<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Combines two iterators into a single iterator.
concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Combines three iterators into a single iterator.
concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Combines four iterators into a single iterator.
concat(Iterator<? extends T>...) - Static method in class tech.mlsql.common.utils.collect.Iterators
Combines multiple iterators into a single iterator.
concat(Iterator<? extends Iterator<? extends T>>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Combines multiple iterators into a single iterator.
concat(T[], T[], Class<T>) - Static method in class tech.mlsql.common.utils.collect.ObjectArrays
Returns a new array that contains the concatenated contents of two arrays.
concat(T, T[]) - Static method in class tech.mlsql.common.utils.collect.ObjectArrays
Returns a new array that prepends element to array.
concat(T[], T) - Static method in class tech.mlsql.common.utils.collect.ObjectArrays
Returns a new array that appends element to array.
concat(Iterable<? extends ByteSource>) - Static method in class tech.mlsql.common.utils.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(Iterator<? extends ByteSource>) - Static method in class tech.mlsql.common.utils.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(ByteSource...) - Static method in class tech.mlsql.common.utils.io.ByteSource
Concatenates multiple ByteSource instances into a single source.
concat(Iterable<? extends CharSource>) - Static method in class tech.mlsql.common.utils.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(Iterator<? extends CharSource>) - Static method in class tech.mlsql.common.utils.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(CharSource...) - Static method in class tech.mlsql.common.utils.io.CharSource
Concatenates multiple CharSource instances into a single source.
concat(char[]...) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the values from each provided array combined into a single array.
concat(int[]...) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the values from each provided array combined into a single array.
concat(long[]...) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the values from each provided array combined into a single array.
concat(short[]...) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the values from each provided array combined into a single array.
concurrencyLevel(int) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Guides the allowed concurrency among update operations.
concurrencyLevel(int) - Method in class tech.mlsql.common.utils.collect.MapMaker
Guides the allowed concurrency among update operations.
consistentHash(HashCode, int) - Static method in class tech.mlsql.common.utils.hash.Hashing
Assigns to hashCode a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
consistentHash(long, int) - Static method in class tech.mlsql.common.utils.hash.Hashing
Assigns to input a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows.
constant(E) - Static method in class tech.mlsql.common.utils.base.Functions
Creates a function that returns value for any input.
constrainToRange(int, int, int) - Static method in class tech.mlsql.common.utils.primitives.Ints
 
consumingIterable(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns a view of the supplied iterable that wraps each generated Iterator through Iterators.consumingIterator(Iterator).
consumingIterator(Iterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns a view of the supplied iterator that removes each element from the supplied iterator as it is returned.
contains(Pattern) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the CharSequence being tested contains any match for the given regular expression pattern.
contains(Object) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns true if this fluent iterable contains any object for which equals(element) is true.
contains(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
contains(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
 
contains(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
contains(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
contains(Iterable<?>, Object) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns true if iterable contains any object for which equals(element) is true.
contains(Iterator<?>, Object) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns true if iterator contains element.
contains(Object) - Method in interface tech.mlsql.common.utils.collect.Multiset
Determines whether this multiset contains the specified element.
contains(char[], char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns true if target is present as an element anywhere in array.
contains(int[], int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns true if target is present as an element anywhere in array.
contains(long[], long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns true if target is present as an element anywhere in array.
contains(short[], short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns true if target is present as an element anywhere in array.
containsAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
containsAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
containsAll(Collection<?>) - Method in interface tech.mlsql.common.utils.collect.Multiset
Returns true if this multiset contains at least one occurrence of each element in the specified collection.
containsEntry(Object, Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
containsEntry(Object, Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the key key and the value value.
containsKey(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
containsKey(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
containsKey(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
containsKey(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
 
containsKey(Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the key key.
containsOccurrences(Multiset<?>, Multiset<?>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns true if subMultiset.count(o) <= superMultiset.count(o) for all o.
containsPattern(String) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the CharSequence being tested contains any match for the given regular expression pattern.
containsValue(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
containsValue(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
containsValue(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
containsValue(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
 
containsValue(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
containsValue(Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns true if this multimap contains at least one key-value pair with the value value.
contentEquals(ByteSource) - Method in class tech.mlsql.common.utils.io.ByteSource
Checks that the contents of this byte source are equal to the contents of the given byte source.
convert(A) - Method in class tech.mlsql.common.utils.base.Converter
Returns a representation of a as an instance of type B.
convertAll(Iterable<? extends A>) - Method in class tech.mlsql.common.utils.base.Converter
Returns an iterable that applies convert to each element of fromIterable.
Converter<A,B> - Class in tech.mlsql.common.utils.base
A function from A to B with an associated reverse function from B to A; used for converting back and forth between different representations of the same information.
Converter() - Constructor for class tech.mlsql.common.utils.base.Converter
Constructor for use by subclasses.
convertFrom(long, ByteUnit) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
convertTo(long, ByteUnit) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
copy(InputSupplier<? extends InputStream>, OutputSupplier<? extends OutputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.copyTo(ByteSink) instead. This method is scheduled for removal in Guava 18.0.
copy(InputSupplier<? extends InputStream>, OutputStream) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.copyTo(OutputStream) instead. This method is scheduled for removal in Guava 18.0.
copy(InputStream, OutputSupplier<? extends OutputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSink.writeFrom(InputStream) instead. This method is scheduled for removal in Guava 18.0.
copy(InputStream, OutputStream) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Copies all bytes from the input stream to the output stream.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Copies all bytes from the readable channel to the writable channel.
copy(InputSupplier<R>, OutputSupplier<W>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use {@link CharSource#copyTo(CharSink) instead. This method is scheduled for removal in Guava 18.0.
copy(InputSupplier<R>, Appendable) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.copyTo(Appendable) instead. This method is scheduled for removal in Guava 18.0.
copy(Readable, Appendable) - Static method in class tech.mlsql.common.utils.io.CharStreams
Copies all characters between the Readable and Appendable objects.
copy(InputSupplier<? extends InputStream>, File) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use from.copyTo(Files.asByteSink(to)) after changing from to a ByteSource if necessary. This method is scheduled to be removed in Guava 18.0.
copy(File, OutputSupplier<? extends OutputStream>) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asByteSource(from).copyTo(to) after changing to to a ByteSink if necessary. This method is scheduled to be removed in Guava 18.0.
copy(File, OutputStream) - Static method in class tech.mlsql.common.utils.io.Files
Copies all bytes from a file to an output stream.
copy(File, File) - Static method in class tech.mlsql.common.utils.io.Files
Copies all the bytes from one file to another.
copy(InputSupplier<R>, File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use from.copyTo(Files.asCharSink(to, charset)) after changing from to a CharSource if necessary. This method is scheduled to be removed in Guava 18.0.
copy(File, Charset, OutputSupplier<W>) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asCharSource(from, charset).copyTo(to) after changing to to a CharSink if necessary. This method is scheduled to be removed in Guava 18.0.
copy(File, Charset, Appendable) - Static method in class tech.mlsql.common.utils.io.Files
Copies all characters from a file to an appendable object, using the given character set.
copy(URL, OutputStream) - Static method in class tech.mlsql.common.utils.io.Resources
Copies all bytes from a URL to an output stream.
copyHighestCountFirst(Multiset<E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns a copy of multiset as an ImmutableMultiset whose iteration order is highest count first, with ties broken by the iteration order of the original multiset.
copyInto(C) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Copies all the elements from this fluent iterable to collection.
copyInto(S) - Method in class tech.mlsql.common.utils.collect.Sets.SetView
Copies the current contents of this set view into an existing set.
copyOf(Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable bimap containing the same entries as map.
copyOf(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Collection<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(E[]) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing the same mappings as multimap.
copyOf(Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing the same entries as map.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing the same mappings as multimap.
copyOf(E[]) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements.
copyOf(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements.
copyOf(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements.
copyOf(E[]) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
copyOf(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
copyOf(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
copyOf(Collection<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
copyOf(Multimap<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable set multimap containing the same mappings as multimap.
copyOf(Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as map, sorted by the natural ordering of the keys.
copyOf(Map<? extends K, ? extends V>, Comparator<? super K>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as map, with keys sorted by the provided comparator.
copyOf(E[]) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Collection<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
copyOf(Comparator<? super E>, Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOf(Comparator<? super E>, Collection<? extends E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by the given Comparator.
copyOfSorted(SortedMap<K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable map containing the same entries as the provided sorted map, with the same ordering.
copyOfSorted(SortedSet<E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the elements of a sorted set, sorted by the same Comparator.
copyTo(OutputStream) - Method in class tech.mlsql.common.utils.io.ByteSource
Copies the contents of this byte source to the given OutputStream.
copyTo(ByteSink) - Method in class tech.mlsql.common.utils.io.ByteSource
Copies the contents of this byte source to the given ByteSink.
copyTo(Appendable) - Method in class tech.mlsql.common.utils.io.CharSource
Appends the contents of this source to the given Appendable (such as a Writer).
copyTo(CharSink) - Method in class tech.mlsql.common.utils.io.CharSource
Copies the contents of this source to the given sink.
count(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
count(Object) - Method in interface tech.mlsql.common.utils.collect.Multiset
Returns the number of occurrences of an element in this multiset (the count of the element).
count(Class<?>) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
count(Class<?>, String, Object) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
count(Class<?>) - Method in interface tech.mlsql.common.utils.kv.KVStore
Returns the number of items of the given type currently in the store.
count(Class<?>, String, Object) - Method in interface tech.mlsql.common.utils.kv.KVStore
Returns the number of items of the given type which match the given indexed value.
count(Class<?>) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
count(Class<?>, String, Object) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
countIn(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns the number of matching characters found in a character sequence.
CR - Static variable in class tech.mlsql.common.utils.base.Ascii
Carriage Return ('\r'): A format effector which controls the movement of the printing position to the first printing position on the same printing line.
crc32() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits) by delegating to the CRC32 Checksum.
create() - Static method in class tech.mlsql.common.utils.collect.HashMultiset
Creates a new, empty HashMultiset using the default initial capacity.
create(int) - Static method in class tech.mlsql.common.utils.collect.HashMultiset
Creates a new, empty HashMultiset with the specified expected number of distinct elements.
create(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.HashMultiset
Creates a new HashMultiset containing the specified elements.
create() - Static method in class tech.mlsql.common.utils.collect.LinkedHashMultiset
Creates a new, empty LinkedHashMultiset using the default initial capacity.
create(int) - Static method in class tech.mlsql.common.utils.collect.LinkedHashMultiset
Creates a new, empty LinkedHashMultiset with the specified expected number of distinct elements.
create(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.LinkedHashMultiset
Creates a new LinkedHashMultiset containing the specified elements.
create(Throwable) - Method in interface tech.mlsql.common.utils.concurrent.FutureFallback
Returns a Future to be used in place of the Future that failed with the given exception.
create(Callable<V>) - Static method in class tech.mlsql.common.utils.concurrent.ListenableFutureTask
Creates a ListenableFutureTask that will upon running, execute the given Callable.
create(Runnable, V) - Static method in class tech.mlsql.common.utils.concurrent.ListenableFutureTask
Creates a ListenableFutureTask that will upon running, execute the given Runnable, and arrange that get will return the given result on successful completion.
create() - Static method in class tech.mlsql.common.utils.concurrent.SettableFuture
Creates a new SettableFuture in the default state.
create(Map<Character, String>) - Static method in class tech.mlsql.common.utils.escape.ArrayBasedEscaperMap
Returns a new ArrayBasedEscaperMap for creating ArrayBasedCharEscaper or ArrayBasedUnicodeEscaper instances.
create() - Static method in class tech.mlsql.common.utils.io.Closer
Creates a new Closer.
createClassLoader(JavaByteObject) - Static method in class tech.mlsql.common.utils.lang.ja.JavaReflect
 
createFileManager(StandardJavaFileManager, JavaByteObject) - Static method in class tech.mlsql.common.utils.lang.ja.JavaReflect
 
createParentDirs(File) - Static method in class tech.mlsql.common.utils.io.Files
Creates any necessary but nonexistent parent directories of the specified file.
createStarted() - Static method in class tech.mlsql.common.utils.base.Stopwatch
Creates (and starts) a new stopwatch using System.nanoTime() as its time source.
createStarted(Ticker) - Static method in class tech.mlsql.common.utils.base.Stopwatch
Creates (and starts) a new stopwatch, using the specified time source.
createTempDir() - Static method in class tech.mlsql.common.utils.io.Files
Atomically creates a new directory somewhere beneath the system's temporary directory (as defined by the java.io.tmpdir system property), and returns its name.
createUnstarted() - Static method in class tech.mlsql.common.utils.base.Stopwatch
Creates (but does not start) a new stopwatch using System.nanoTime() as its time source.
createUnstarted(Ticker) - Static method in class tech.mlsql.common.utils.base.Stopwatch
Creates (but does not start) a new stopwatch, using the specified time source.
cycle() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns a fluent iterable whose Iterator cycles indefinitely over the elements of this fluent iterable.
cycle(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an iterable whose iterators cycle indefinitely over the elements of iterable.
cycle(T...) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an iterable whose iterators cycle indefinitely over the provided elements.
cycle(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator that cycles indefinitely over the elements of iterable.
cycle(T...) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator that cycles indefinitely over the provided elements.

D

DC1 - Static variable in class tech.mlsql.common.utils.base.Ascii
Device Controls: Characters for the control of ancillary devices associated with data processing or telecommunication systems, more especially switching devices "on" or "off." (If a single "stop" control is required to interrupt or turn off ancillary devices, DC4 is the preferred assignment.)
DC2 - Static variable in class tech.mlsql.common.utils.base.Ascii
 
DC3 - Static variable in class tech.mlsql.common.utils.base.Ascii
 
DC4 - Static variable in class tech.mlsql.common.utils.base.Ascii
 
dealDecimal(double, DecimalFormat) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
deal the decimal by the decimal format
dealDecimal(double, int) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
deal the decimal to define number decimal places
decode(CharSequence) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Decodes the specified character sequence, and returns the resulting byte[].
decode(String) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the unsigned int value represented by the given string.
decode(String) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns the unsigned long value represented by the given string.
decodingSource(CharSource) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns a ByteSource that reads base-encoded bytes from the specified CharSource.
decodingStream(Reader) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an InputStream that decodes base-encoded input from the specified Reader.
DEFAULT_DRIVER_MEM_MB - Static variable in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Define a default value for driver memory here since this value is referenced across the code base and nearly all files already use Utils.scala
DEL - Static variable in class tech.mlsql.common.utils.base.Ascii
Delete: This character is used primarily to "erase" or "obliterate" erroneous or unwanted characters in perforated tape.
delegate() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
delegate() - Method in class tech.mlsql.common.utils.cache.ForwardingCache.SimpleForwardingCache
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingIterator
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingObject
Returns the backing delegate instance that methods are forwarded to.
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingSet
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
delegate() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
delegate() - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
delegate() - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture.SimpleForwardingFuture
 
delegate() - Method in class tech.mlsql.common.utils.concurrent.ForwardingListenableFuture
 
delegate() - Method in class tech.mlsql.common.utils.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
 
delete(Class<?>, Object) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
delete(Class<?>, Object) - Method in interface tech.mlsql.common.utils.kv.KVStore
Removes an object and all data related to it, like index entries, from the store.
delete(Class<?>, Object) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
deleteRecursively(File) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Delete a file or directory and its contents recursively.
deleteRecursively(File, FilenameFilter) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Delete a file or directory and its contents recursively.
dereference(ListenableFuture<? extends ListenableFuture<? extends V>>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a new ListenableFuture whose result is the product of calling get() on the Future nested within the given Future, effectively chaining the futures one after the other.
descendingIterator() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
descendingIterator() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
descendingKeySet() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
descendingMap() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
descendingMultiset() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns a descending view of this multiset.
descendingSet() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
descendingSet() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
deserialize(byte[], Class<T>) - Method in class tech.mlsql.common.utils.kv.KVStoreSerializer
 
difference(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Computes the difference between two maps.
difference(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Equivalence<? super V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Computes the difference between two maps.
difference(SortedMap<K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Computes the difference between two sorted maps, using the comparator of the left map, or Ordering.natural() if the left map uses the natural ordering of its elements.
difference(Multiset<E>, Multiset<?>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the difference of two multisets.
difference(Set<E>, Set<?>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an unmodifiable view of the difference of two sets.
DIGIT - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is a digit according to Unicode.
disableCaching() - Static method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
Returns a CacheBuilderSpec that will prevent caching.
divide(int, int, RoundingMode) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the result of dividing p by q, rounding using the specified RoundingMode.
divide(long, long, RoundingMode) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the result of dividing p by q, rounding using the specified RoundingMode.
divide(int, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns dividend / divisor, where the dividend and divisor are treated as unsigned 32-bit quantities.
divide(long, long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns dividend / divisor, where the dividend and divisor are treated as unsigned 64-bit quantities.
DLE - Static variable in class tech.mlsql.common.utils.base.Ascii
Data Link Escape: A communication control character which will change the meaning of a limited number of contiguously following characters.
doBackward(B) - Method in class tech.mlsql.common.utils.base.Converter
Returns a representation of b as an instance of type A.
doEquivalent(T, T) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns true if a and b are considered equivalent.
doForward(A) - Method in class tech.mlsql.common.utils.base.Converter
Returns a representation of a as an instance of type B.
doHash(T) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns a hash code for non-null object t.
done() - Method in class tech.mlsql.common.utils.concurrent.ListenableFutureTask
Internal implementation detail used to invoke the listeners.
drain(BlockingQueue<E>, Collection<? super E>, int, long, TimeUnit) - Static method in class tech.mlsql.common.utils.collect.Queues
Drains the queue as BlockingQueue.drainTo(Collection, int), but if the requested numElements elements are not available, it will wait for them up to the specified timeout.
drainUninterruptibly(BlockingQueue<E>, Collection<? super E>, int, long, TimeUnit) - Static method in class tech.mlsql.common.utils.collect.Queues
Drains the queue as Queues.drain(BlockingQueue, Collection, int, long, TimeUnit), but with a different behavior in case it is interrupted while waiting.

E

elapsed(TimeUnit) - Method in class tech.mlsql.common.utils.base.Stopwatch
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit, with any fraction rounded down.
elementsEqual(Iterable<?>, Iterable<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Determines whether two iterables contain equal elements in the same order.
elementsEqual(Iterator<?>, Iterator<?>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Determines whether two iterators contain equal elements in the same order.
elementSet() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
elementSet() - Method in interface tech.mlsql.common.utils.collect.Multiset
Returns the set of distinct elements contained in this multiset.
elementSet() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns a NavigableSet view of the distinct elements in this multiset.
EM - Static variable in class tech.mlsql.common.utils.base.Ascii
End of Medium: A control character associated with the sent data which may be used to identify the physical end of the medium, or the end of the used, or wanted, portion of information recorded on a medium.
empty() - Static method in class tech.mlsql.common.utils.io.ByteSource
Returns an immutable ByteSource that contains no bytes.
empty() - Static method in class tech.mlsql.common.utils.io.CharSource
Returns an immutable CharSource that contains no characters.
emptyIterator() - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the empty iterator.
emptyToNull(String) - Static method in class tech.mlsql.common.utils.base.Strings
Returns the given string if it is nonempty; null otherwise.
encode(byte[]) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Encodes the specified byte array, and returns the encoded String.
encode(byte[], int, int) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Encodes the specified range of the specified byte array, and returns the encoded String.
encodingSink(CharSink) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns a ByteSink that writes base-encoded bytes to the specified CharSink.
encodingStream(Writer) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an OutputStream that encodes bytes using this encoding into the specified Writer.
endOfData() - Method in class tech.mlsql.common.utils.collect.AbstractIterator
Implementations of AbstractIterator.computeNext() must invoke this method when there are no elements left in the iteration.
ENQ - Static variable in class tech.mlsql.common.utils.base.Ascii
Enquiry: A communication control character used in data communication systems as a request for a response from a remote station.
ensureCapacity(char[], int, int) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns an array containing the same values as array, but guaranteed to be of a specified minimum length.
ensureCapacity(int[], int, int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns an array containing the same values as array, but guaranteed to be of a specified minimum length.
ensureCapacity(long[], int, int) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns an array containing the same values as array, but guaranteed to be of a specified minimum length.
ensureCapacity(short[], int, int) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns an array containing the same values as array, but guaranteed to be of a specified minimum length.
entries() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
entries() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable collection of all key-value pairs in the multimap.
entries() - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable collection of all key-value pairs in the multimap.
entries() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entries() - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances.
entriesDiffering() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns an unmodifiable map describing keys that appear in both maps, but with different values.
entriesDiffering() - Method in interface tech.mlsql.common.utils.collect.SortedMapDifference
 
entriesInCommon() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns an unmodifiable map containing the entries that appear in both maps; that is, the intersection of the two maps.
entriesInCommon() - Method in interface tech.mlsql.common.utils.collect.SortedMapDifference
 
entriesOnlyOnLeft() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns an unmodifiable map containing the entries from the left map whose keys are not present in the right map.
entriesOnlyOnLeft() - Method in interface tech.mlsql.common.utils.collect.SortedMapDifference
 
entriesOnlyOnRight() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns an unmodifiable map containing the entries from the right map whose keys are not present in the left map.
entriesOnlyOnRight() - Method in interface tech.mlsql.common.utils.collect.SortedMapDifference
 
entrySet() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
entrySet() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
entrySet() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable set of the mappings in this map.
entrySet() - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
entrySet() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable set of the mappings in this map, sorted by the key ordering.
entrySet() - Method in interface tech.mlsql.common.utils.collect.Multiset
Returns a view of the contents of this multiset, grouped into Multiset.Entry instances, each providing an element of the multiset and the count of that element.
enumKeys(Class<K0>) - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses an EnumMap to map keys to value collections.
enumSetValues(Class<V0>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an EnumSet to store value collections.
EOT - Static variable in class tech.mlsql.common.utils.base.Ascii
End of Transmission: A communication control character used to indicate the conclusion of a transmission, which may have contained one or more texts and any associated headings.
equal(Object, Object) - Static method in class tech.mlsql.common.utils.base.Objects
Determines whether two possibly-null objects are equal.
equal(InputSupplier<? extends InputStream>, InputSupplier<? extends InputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.contentEquals(ByteSource) instead. This method is scheduled for removal in Guava 18.0.
equal(File, File) - Static method in class tech.mlsql.common.utils.io.Files
Returns true if the files contains the same bytes.
equals(Object) - Method in class tech.mlsql.common.utils.base.Converter
Indicates whether another object is equal to this converter.
equals() - Static method in class tech.mlsql.common.utils.base.Equivalence
Returns an equivalence that delegates to Object.equals(java.lang.Object) and Object.hashCode().
equals(Object) - Method in class tech.mlsql.common.utils.base.Equivalence.Wrapper
Returns true if Equivalence.equivalent(Object, Object) applied to the wrapped references is true and both wrappers use the same equivalence.
equals(Object) - Method in interface tech.mlsql.common.utils.base.Function
Indicates whether another object is equal to this function.
equals(Object) - Method in class tech.mlsql.common.utils.base.Optional
Returns true if object is an Optional instance, and either the contained references are equal to each other or both are absent.
equals(Object) - Method in interface tech.mlsql.common.utils.base.Predicate
Indicates whether another object is equal to this predicate.
equals(Object) - Method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
 
equals(Object) - Method in class tech.mlsql.common.utils.cache.CacheStats
 
equals(Object) - Method in class tech.mlsql.common.utils.cache.RemovalNotification
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingSet
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
equals(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableSet
 
equals(Object) - Method in interface tech.mlsql.common.utils.collect.ListMultimap
Compares the specified object to this multimap for equality.
equals(Object) - Method in interface tech.mlsql.common.utils.collect.MapDifference
Compares the specified object with this instance for equality.
equals(Object) - Method in interface tech.mlsql.common.utils.collect.MapDifference.ValueDifference
Two instances are considered equal if their MapDifference.ValueDifference.leftValue() values are equal and their MapDifference.ValueDifference.rightValue() values are also equal.
equals(Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Compares the specified object with this multimap for equality.
equals(Object) - Method in interface tech.mlsql.common.utils.collect.Multiset.Entry
equals(Object) - Method in interface tech.mlsql.common.utils.collect.Multiset
Compares the specified object with this multiset for equality.
equals(Object) - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Compares the specified object to this multimap for equality.
equals(Object) - Method in class tech.mlsql.common.utils.hash.HashCode
 
equals(Object) - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
 
equalTo(T) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the object being tested equals() the given target or both are null.
Equivalence<T> - Class in tech.mlsql.common.utils.base
A strategy for determining whether two instances are considered equivalent.
Equivalence() - Constructor for class tech.mlsql.common.utils.base.Equivalence
Constructor for use by subclasses.
Equivalence.Wrapper<T> - Class in tech.mlsql.common.utils.base
equivalent(T, T) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns true if the given objects are considered equivalent.
equivalentTo(T) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns a predicate that evaluates to true if and only if the input is equivalent to target according to this equivalence relation.
err(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
ESC - Static variable in class tech.mlsql.common.utils.base.Ascii
Escape: A control character intended to provide code extension (supplementary characters) in general information interchange.
escape(String) - Method in class tech.mlsql.common.utils.escape.ArrayBasedCharEscaper
 
escape(char) - Method in class tech.mlsql.common.utils.escape.ArrayBasedCharEscaper
Escapes a single character using the replacement array and safe range values.
escape(String) - Method in class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
 
escape(int) - Method in class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
Escapes a single Unicode code point using the replacement array and safe range values.
escape(String) - Method in class tech.mlsql.common.utils.escape.CharEscaper
Returns the escaped form of a given literal string.
escape(char) - Method in class tech.mlsql.common.utils.escape.CharEscaper
Returns the escaped form of the given character, or null if this character does not need to be escaped.
escape(String) - Method in class tech.mlsql.common.utils.escape.Escaper
Returns the escaped form of a given literal string.
escape(int) - Method in class tech.mlsql.common.utils.escape.UnicodeEscaper
Returns the escaped form of the given Unicode code point, or null if this code point does not need to be escaped.
escape(String) - Method in class tech.mlsql.common.utils.escape.UnicodeEscaper
Returns the escaped form of a given literal string.
Escaper - Class in tech.mlsql.common.utils.escape
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
Escaper() - Constructor for class tech.mlsql.common.utils.escape.Escaper
Constructor for use by subclasses.
Escapers - Class in tech.mlsql.common.utils.escape
Static utility methods pertaining to Escaper instances.
Escapers.Builder - Class in tech.mlsql.common.utils.escape
A builder for simple, fast escapers.
escapeSlow(String, int) - Method in class tech.mlsql.common.utils.escape.CharEscaper
Returns the escaped form of a given literal string, starting at the given index.
escapeSlow(String, int) - Method in class tech.mlsql.common.utils.escape.UnicodeEscaper
Returns the escaped form of a given literal string, starting at the given index.
escapeUnsafe(char) - Method in class tech.mlsql.common.utils.escape.ArrayBasedCharEscaper
Escapes a char value that has no direct explicit value in the replacement array and lies outside the stated safe range.
escapeUnsafe(int) - Method in class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
Escapes a code point that has no direct explicit value in the replacement array and lies outside the stated safe range.
ETB - Static variable in class tech.mlsql.common.utils.base.Ascii
End of Transmission Block: A communication control character used to indicate the end of a block of data for communication purposes.
ETX - Static variable in class tech.mlsql.common.utils.base.Ascii
End of Text: A communication control character used to terminate a sequence of characters started with STX and transmitted as an entity.
evictionCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times an entry has been evicted.
execute() - Method in class tech.mlsql.common.utils.concurrent.ExecutionList
Runs this execution list, executing all existing pairs in the order they were added.
ExecutionError - Error in tech.mlsql.common.utils.concurrent
ExecutionError() - Constructor for error tech.mlsql.common.utils.concurrent.ExecutionError
Creates a new instance with null as its detail message.
ExecutionError(String) - Constructor for error tech.mlsql.common.utils.concurrent.ExecutionError
Creates a new instance with the given detail message.
ExecutionError(String, Error) - Constructor for error tech.mlsql.common.utils.concurrent.ExecutionError
Creates a new instance with the given detail message and cause.
ExecutionError(Error) - Constructor for error tech.mlsql.common.utils.concurrent.ExecutionError
Creates a new instance with the given cause.
ExecutionList - Class in tech.mlsql.common.utils.concurrent
A list of listeners, each with an associated Executor, that guarantees that every Runnable that is added will be executed after ExecutionList.execute() is called.
ExecutionList() - Constructor for class tech.mlsql.common.utils.concurrent.ExecutionList
Creates a new, empty ExecutionList.
expireAfterAccess(long, TimeUnit) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, the most recent replacement of its value, or its last access.
expireAfterWrite(long, TimeUnit) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
explicit(List<T>) - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering that compares objects according to the order in which they appear in the given list.
explicit(T, T...) - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering that compares objects according to the order in which they are given to this method.

F

factorial(int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns n!, that is, the product of the first n positive integers, 1 if n == 0, or Integer.MAX_VALUE if the result does not fit in a int.
factorial(int) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns n!, that is, the product of the first n positive integers, 1 if n == 0, or Long.MAX_VALUE if the result does not fit in a long.
FF - Static variable in class tech.mlsql.common.utils.base.Ascii
Form Feed ('\f'): A format effector which controls the movement of the printing position to the first pre-determined printing line on the next form or page.
FILE_ENCODING - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The file.separator System Property.
Files - Class in tech.mlsql.common.utils.io
Provides utility methods for working with files.
fileTreeTraverser() - Static method in class tech.mlsql.common.utils.io.Files
Returns a TreeTraverser instance for File trees.
FileWriteMode - Enum in tech.mlsql.common.utils.io
Modes for opening a file for writing.
filter(Collection<E>, Predicate<? super E>) - Static method in class tech.mlsql.common.utils.collect.Collections2
Returns the elements of unfiltered that satisfy a predicate.
filter(Predicate<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns the elements from this fluent iterable that satisfy a predicate.
filter(Class<T>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns the elements from this fluent iterable that are instances of class type.
filter(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the elements of unfiltered that satisfy a predicate.
filter(Iterable<?>, Class<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns all instances of class type in unfiltered.
filter(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the elements of unfiltered that satisfy a predicate.
filter(Iterator<?>, Class<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns all instances of class type in unfiltered.
filter(Multiset<E>, Predicate<? super E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns a view of the elements of unfiltered that satisfy a predicate.
filter(Set<E>, Predicate<? super E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns the elements of unfiltered that satisfy a predicate.
filter(SortedSet<E>, Predicate<? super E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns the elements of a SortedSet, unfiltered, that satisfy a predicate.
filter(NavigableSet<E>, Predicate<? super E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns the elements of a NavigableSet, unfiltered, that satisfy a predicate.
filterEntries(Map<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a map containing the mappings in unfiltered that satisfy a predicate.
filterEntries(SortedMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a sorted map containing the mappings in unfiltered that satisfy a predicate.
filterEntries(NavigableMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a sorted map containing the mappings in unfiltered that satisfy a predicate.
filterEntries(BiMap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a bimap containing the mappings in unfiltered that satisfy a predicate.
filterEntries(Multimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered that satisfy a predicate.
filterEntries(SetMultimap<K, V>, Predicate<? super Map.Entry<K, V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered that satisfy a predicate.
filterKeys(Map<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a map containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(SortedMap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a sorted map containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(NavigableMap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a navigable map containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(BiMap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a bimap containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(Multimap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(SetMultimap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered whose keys satisfy a predicate.
filterKeys(ListMultimap<K, V>, Predicate<? super K>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered whose keys satisfy a predicate.
filterValues(Map<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a map containing the mappings in unfiltered whose values satisfy a predicate.
filterValues(SortedMap<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a sorted map containing the mappings in unfiltered whose values satisfy a predicate.
filterValues(NavigableMap<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a navigable map containing the mappings in unfiltered whose values satisfy a predicate.
filterValues(BiMap<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a bimap containing the mappings in unfiltered whose values satisfy a predicate.
filterValues(Multimap<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered whose values satisfy a predicate.
filterValues(SetMultimap<K, V>, Predicate<? super V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap containing the mappings in unfiltered whose values satisfy a predicate.
find(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the first element in iterable that satisfies the given predicate; use this method only when such an element is known to exist.
find(Iterable<? extends T>, Predicate<? super T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the first element in iterable that satisfies the given predicate, or defaultValue if none found.
find(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the first element in iterator that satisfies the given predicate; use this method only when such an element is known to exist.
find(Iterator<? extends T>, Predicate<? super T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the first element in iterator that satisfies the given predicate.
findClass(String) - Method in class tech.mlsql.common.utils.hdfs.HdfsClassLoader
Search for the class in the configured jar file stored in HDFS.
first() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an Optional containing the first element in this fluent iterable.
first() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
first() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
first(Object) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Iterates starting at the given value of the chosen index (inclusive).
firstEntry() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
firstEntry() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns the entry of the first element in this multiset, or null if this multiset is empty.
firstKey() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
firstKey() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
firstMatch(Predicate<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an Optional containing the first element in this fluent iterable that satisfies the given predicate, if such an element exists.
firstNonNull(T, T) - Static method in class tech.mlsql.common.utils.base.Objects
Returns the first of two given parameters that is not null, if either is, or otherwise throws a NullPointerException.
fixedLength(int) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that divides strings into pieces of the given length.
floor(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
floor(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
floorEntry(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
floorKey(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
FluentIterable<E> - Class in tech.mlsql.common.utils.collect
FluentIterable provides a rich interface for manipulating Iterable instances in a chained fashion.
FluentIterable() - Constructor for class tech.mlsql.common.utils.collect.FluentIterable
Constructor for use by subclasses.
forArray(T...) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator containing the elements of array in order.
forcePut(K, V) - Method in interface tech.mlsql.common.utils.collect.BiMap
An alternate form of put that silently removes any existing entry with the value value before proceeding with the BiMap.put(K, V) operation.
forcePut(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Deprecated.
Unsupported operation.
forEnumeration(Enumeration<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Adapts an Enumeration to the Iterator interface.
forMap(Map<K, V>) - Static method in class tech.mlsql.common.utils.base.Functions
Returns a function which performs a map lookup.
forMap(Map<K, ? extends V>, V) - Static method in class tech.mlsql.common.utils.base.Functions
Returns a function which performs a map lookup with a default value.
forMap(Map<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a multimap view of the specified map.
formatDaouble(double, int) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
forPredicate(Predicate<? super Character>) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a matcher with identical behavior to the given Character-based predicate, but which operates on primitive char instances instead.
forPredicate(Predicate<T>) - Static method in class tech.mlsql.common.utils.base.Functions
Creates a function that returns the same boolean output as the given predicate for all inputs.
forString(String) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the InetAddress having the given string representation.
forSupplier(Supplier<T>) - Static method in class tech.mlsql.common.utils.base.Functions
Returns a function that always returns the result of invoking Supplier.get() on supplier, regardless of its input.
forUriString(String) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns an InetAddress representing the literal IPv4 or IPv6 host portion of a URL, encoded in the format specified by RFC 3986 section 3.2.2.
ForwardingCache<K,V> - Class in tech.mlsql.common.utils.cache
A cache which forwards all its method calls to another cache.
ForwardingCache() - Constructor for class tech.mlsql.common.utils.cache.ForwardingCache
Constructor for use by subclasses.
ForwardingCache.SimpleForwardingCache<K,V> - Class in tech.mlsql.common.utils.cache
A simplified version of ForwardingCache where subclasses can pass in an already constructed Cache as the delegete.
ForwardingCollection<E> - Class in tech.mlsql.common.utils.collect
A collection which forwards all its method calls to another collection.
ForwardingCollection() - Constructor for class tech.mlsql.common.utils.collect.ForwardingCollection
Constructor for use by subclasses.
ForwardingConcurrentMap<K,V> - Class in tech.mlsql.common.utils.collect
A concurrent map which forwards all its method calls to another concurrent map.
ForwardingConcurrentMap() - Constructor for class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
Constructor for use by subclasses.
ForwardingFuture<V> - Class in tech.mlsql.common.utils.concurrent
A Future which forwards all its method calls to another future.
ForwardingFuture() - Constructor for class tech.mlsql.common.utils.concurrent.ForwardingFuture
Constructor for use by subclasses.
ForwardingFuture.SimpleForwardingFuture<V> - Class in tech.mlsql.common.utils.concurrent
A simplified version of ForwardingFuture where subclasses can pass in an already constructed Future as the delegate.
ForwardingIterator<T> - Class in tech.mlsql.common.utils.collect
An iterator which forwards all its method calls to another iterator.
ForwardingIterator() - Constructor for class tech.mlsql.common.utils.collect.ForwardingIterator
Constructor for use by subclasses.
ForwardingList<E> - Class in tech.mlsql.common.utils.collect
A list which forwards all its method calls to another list.
ForwardingList() - Constructor for class tech.mlsql.common.utils.collect.ForwardingList
Constructor for use by subclasses.
ForwardingListenableFuture<V> - Class in tech.mlsql.common.utils.concurrent
A ListenableFuture which forwards all its method calls to another future.
ForwardingListenableFuture() - Constructor for class tech.mlsql.common.utils.concurrent.ForwardingListenableFuture
Constructor for use by subclasses.
ForwardingListenableFuture.SimpleForwardingListenableFuture<V> - Class in tech.mlsql.common.utils.concurrent
A simplified version of ForwardingListenableFuture where subclasses can pass in an already constructed ListenableFuture as the delegate.
ForwardingMap<K,V> - Class in tech.mlsql.common.utils.collect
A map which forwards all its method calls to another map.
ForwardingMap() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMap
Constructor for use by subclasses.
ForwardingMap.StandardEntrySet - Class in tech.mlsql.common.utils.collect
ForwardingMap.StandardKeySet - Class in tech.mlsql.common.utils.collect
ForwardingMap.StandardValues - Class in tech.mlsql.common.utils.collect
ForwardingMapEntry<K,V> - Class in tech.mlsql.common.utils.collect
A map entry which forwards all its method calls to another map entry.
ForwardingMapEntry() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMapEntry
Constructor for use by subclasses.
ForwardingMultimap<K,V> - Class in tech.mlsql.common.utils.collect
A multimap which forwards all its method calls to another multimap.
ForwardingMultimap() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMultimap
Constructor for use by subclasses.
ForwardingMultiset<E> - Class in tech.mlsql.common.utils.collect
A multiset which forwards all its method calls to another multiset.
ForwardingMultiset() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMultiset
Constructor for use by subclasses.
ForwardingMultiset.StandardElementSet - Class in tech.mlsql.common.utils.collect
ForwardingNavigableSet<E> - Class in tech.mlsql.common.utils.collect
A navigable set which forwards all its method calls to another navigable set.
ForwardingNavigableSet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingNavigableSet
Constructor for use by subclasses.
ForwardingNavigableSet.StandardDescendingSet - Class in tech.mlsql.common.utils.collect
A sensible implementation of NavigableSet.descendingSet() in terms of the other methods of NavigableSet, notably including NavigableSet.descendingIterator().
ForwardingObject - Class in tech.mlsql.common.utils.collect
An abstract base class for implementing the decorator pattern.
ForwardingObject() - Constructor for class tech.mlsql.common.utils.collect.ForwardingObject
Constructor for use by subclasses.
ForwardingSet<E> - Class in tech.mlsql.common.utils.collect
A set which forwards all its method calls to another set.
ForwardingSet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingSet
Constructor for use by subclasses.
ForwardingSortedMap<K,V> - Class in tech.mlsql.common.utils.collect
A sorted map which forwards all its method calls to another sorted map.
ForwardingSortedMap() - Constructor for class tech.mlsql.common.utils.collect.ForwardingSortedMap
Constructor for use by subclasses.
ForwardingSortedMap.StandardKeySet - Class in tech.mlsql.common.utils.collect
A sensible implementation of SortedMap.keySet() in terms of the methods of ForwardingSortedMap.
ForwardingSortedSet<E> - Class in tech.mlsql.common.utils.collect
A sorted set which forwards all its method calls to another sorted set.
ForwardingSortedSet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingSortedSet
Constructor for use by subclasses.
frequency(Iterable<?>, Object) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the number of elements in the specified iterable that equal the specified object.
frequency(Iterator<?>, Object) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the number of elements in the specified iterator that equal the specified object.
from(CacheBuilderSpec) - Static method in class tech.mlsql.common.utils.cache.CacheBuilder
Constructs a new CacheBuilder instance with the settings specified in spec.
from(String) - Static method in class tech.mlsql.common.utils.cache.CacheBuilder
Constructs a new CacheBuilder instance with the settings specified in spec.
from(Function<K, V>) - Static method in class tech.mlsql.common.utils.cache.CacheLoader
Returns a cache loader based on an existing function instance.
from(Supplier<V>) - Static method in class tech.mlsql.common.utils.cache.CacheLoader
Returns a cache loader based on an existing supplier instance.
from(Iterable<E>) - Static method in class tech.mlsql.common.utils.collect.FluentIterable
Returns a fluent iterable that wraps iterable, or iterable itself if it is already a FluentIterable.
from(FluentIterable<E>) - Static method in class tech.mlsql.common.utils.collect.FluentIterable
Deprecated.
instances of FluentIterable don't need to be converted to FluentIterable
from(Comparator<T>) - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering based on an existing comparator instance.
from(Ordering<T>) - Static method in class tech.mlsql.common.utils.collect.Ordering
Deprecated.
no need to use this
from(ClassLoader) - Static method in class tech.mlsql.common.utils.reflect.ClassPath
Returns a ClassPath representing all classes and resources loadable from classloader and its ancestor class loaders.
fromByteArray(byte[]) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the char value whose big-endian representation is stored in the first 2 bytes of bytes; equivalent to ByteBuffer.wrap(bytes).getChar().
fromByteArray(byte[]) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the int value whose big-endian representation is stored in the first 4 bytes of bytes; equivalent to ByteBuffer.wrap(bytes).getInt().
fromByteArray(byte[]) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the long value whose big-endian representation is stored in the first 8 bytes of bytes; equivalent to ByteBuffer.wrap(bytes).getLong().
fromByteArray(byte[]) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the short value whose big-endian representation is stored in the first 2 bytes of bytes; equivalent to ByteBuffer.wrap(bytes).getShort().
fromBytes(byte[]) - Static method in class tech.mlsql.common.utils.hash.HashCode
Creates a HashCode from a byte array.
fromBytes(byte, byte) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the char value whose byte representation is the given 2 bytes, in big-endian order; equivalent to Chars.fromByteArray(new byte[] {b1, b2}).
fromBytes(byte, byte, byte, byte) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the int value whose byte representation is the given 4 bytes, in big-endian order; equivalent to Ints.fromByteArray(new byte[] {b1, b2, b3, b4}).
fromBytes(byte, byte, byte, byte, byte, byte, byte, byte) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the long value whose byte representation is the given 8 bytes, in big-endian order; equivalent to Longs.fromByteArray(new byte[] {b1, b2, b3, b4, b5, b6, b7, b8}).
fromBytes(byte, byte) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the short value whose byte representation is the given 2 bytes, in big-endian order; equivalent to Shorts.fromByteArray(new byte[] {b1, b2}).
fromInt(int) - Static method in class tech.mlsql.common.utils.hash.HashCode
Creates a 32-bit HashCode representation of the given int value.
fromInteger(int) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns an Inet4Address having the integer value specified by the argument.
fromLittleEndianByteArray(byte[]) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns an address from a little-endian ordered byte array (the opposite of what InetAddress.getByAddress(java.lang.String, byte[]) expects).
fromLong(long) - Static method in class tech.mlsql.common.utils.base.WowBitSet
 
fromLong(long) - Static method in class tech.mlsql.common.utils.hash.HashCode
Creates a 64-bit HashCode representation of the given long value.
fromNullable(T) - Static method in class tech.mlsql.common.utils.base.Optional
If nullableReference is non-null, returns an Optional instance containing that reference; otherwise returns Optional.absent().
fromProperties(Properties) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates an ImmutableMap<String, String> from a Properties instance.
fromString(String) - Static method in class tech.mlsql.common.utils.hash.HashCode
Creates a HashCode from a hexadecimal (base 16) encoded string.
FS - Static variable in class tech.mlsql.common.utils.base.Ascii
File/Group/Record/Unit Separator: These information separators may be used within data in optional fashion, except that their hierarchical relationship shall be: FS is the most inclusive, then GS, then RS, and US is least inclusive.
Function<F,T> - Interface in tech.mlsql.common.utils.base
Determines an output value based on an input value.
Functions - Class in tech.mlsql.common.utils.base
 
Funnel<T> - Interface in tech.mlsql.common.utils.hash
An object which can send data from an object of type T into a PrimitiveSink.
funnel(T, PrimitiveSink) - Method in interface tech.mlsql.common.utils.hash.Funnel
Sends a stream of data from the from object into the sink into.
Funnels - Class in tech.mlsql.common.utils.hash
Funnels for common types.
FutureCallback<V> - Interface in tech.mlsql.common.utils.concurrent
A callback for accepting the results of a Future computation asynchronously.
FutureFallback<V> - Interface in tech.mlsql.common.utils.concurrent
Provides a backup Future to replace an earlier failed Future.
Futures - Class in tech.mlsql.common.utils.concurrent
Static utility methods pertaining to the Future interface.

G

gcd(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the greatest common divisor of a, b.
gcd(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the greatest common divisor of a, b.
get() - Method in class tech.mlsql.common.utils.base.Equivalence.Wrapper
Returns the (possibly null) reference wrapped by this instance.
get() - Method in class tech.mlsql.common.utils.base.Optional
Returns the contained instance, which must be present.
get() - Method in interface tech.mlsql.common.utils.base.Supplier
Retrieves an instance of the appropriate type.
get(K, Callable<? extends V>) - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
get(K, Callable<? extends V>) - Method in interface tech.mlsql.common.utils.cache.Cache
Returns the value associated with key in this cache, obtaining that value from valueLoader if necessary.
get(K, Callable<? extends V>) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
get(K) - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Returns the value associated with key in this cache, first loading that value if necessary.
get(int) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns the element at the specified position in this fluent iterable.
get(int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
get(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
get(K) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
get(K) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable list of the values for the given key.
get(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
get(K) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable collection of the values for the given key.
get(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable set of the values for the given key.
get(Iterable<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the element at the specified position in an iterable.
get(Iterable<? extends T>, int, T) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the element at the specified position in an iterable or a default value otherwise.
get(Iterator<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterators
Advances iterator position + 1 times, returning the element at the positionth position.
get(Iterator<? extends T>, int, T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Advances iterator position + 1 times, returning the element at the positionth position or defaultValue otherwise.
get(K) - Method in interface tech.mlsql.common.utils.collect.ListMultimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Returns a view collection of the values associated with key in this multimap, if any.
get(K) - Method in interface tech.mlsql.common.utils.collect.SortedSetMultimap
Returns a collection view of all values associated with a key.
get(long, TimeUnit) - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
get() - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
get() - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
get(long, TimeUnit) - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
get(Future<V>, Class<X>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns the result of Future.get(), converting most exceptions to a new instance of the given checked exception type.
get(Future<V>, long, TimeUnit, Class<X>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns the result of Future.get(long, TimeUnit), converting most exceptions to a new instance of the given checked exception type.
get6to4IPv4Address(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the IPv4 address embedded in a 6to4 address.
getAll(Iterable<? extends K>) - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Returns a map of the values associated with keys, creating or retrieving those values if necessary.
getAllClasses() - Method in class tech.mlsql.common.utils.reflect.ClassPath
Returns all classes loadable from the current class path.
getAllPresent(Iterable<?>) - Method in class tech.mlsql.common.utils.cache.AbstractCache
This implementation of getAllPresent lacks any insight into the internal cache data structure, and is thus forced to return the query keys instead of the cached keys.
getAllPresent(Iterable<?>) - Method in interface tech.mlsql.common.utils.cache.Cache
Returns a map of the values associated with keys in this cache.
getAllPresent(Iterable<?>) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
getBooleanParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getBooleanParam(String, boolean) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getBooleanParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getBytes() - Method in class tech.mlsql.common.utils.lang.ja.JavaByteObject
 
getCausalChain(Throwable) - Static method in class tech.mlsql.common.utils.base.Throwables
Gets a Throwable cause chain as a list.
getCause() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
Returns the cause for which the entry was removed.
getCharContent(boolean) - Method in class tech.mlsql.common.utils.lang.ja.JavaStringObject
 
getClient() - Method in class tech.mlsql.common.utils.net.InetAddresses.TeredoInfo
 
getCoercedIPv4Address(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Coerces an IPv6 address into an IPv4 address.
getCompatIPv4Address(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the IPv4 address embedded in an IPv4 compatible address.
getCompilationUnits(String, String) - Static method in class tech.mlsql.common.utils.lang.ja.JavaReflect
 
getCount() - Method in interface tech.mlsql.common.utils.collect.Multiset.Entry
Returns the count of the associated element in the underlying multiset.
getDoubleParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getDoubleParam(String, double) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getDoubleParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getDoubleValue(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
将对象转出成double
getDoubleValue(Object, double) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getElement() - Method in interface tech.mlsql.common.utils.collect.Multiset.Entry
Returns the multiset element corresponding to this entry.
getEmbeddedIPv4ClientAddress(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Examines the Inet6Address to extract the embedded IPv4 client address if the InetAddress is an IPv6 address of one of the specified address types that contain an embedded IPv4 address.
getEndMainParam() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Converts the given ThreadPoolExecutor into an ExecutorService that exits when the application is complete.
getExitingExecutorService(ThreadPoolExecutor) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Converts the given ThreadPoolExecutor into an ExecutorService that exits when the application is complete.
getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Converts the given ScheduledThreadPoolExecutor into a ScheduledExecutorService that exits when the application is complete.
getExitingScheduledExecutorService(ScheduledThreadPoolExecutor) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Converts the given ThreadPoolExecutor into a ScheduledExecutorService that exits when the application is complete.
getFileExtension(String) - Static method in class tech.mlsql.common.utils.io.Files
Returns the file extension for the given file name, or the empty string if the file has no extension.
getFirst(Iterable<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the first element in iterable or defaultValue if the iterable is empty.
getFlags() - Method in class tech.mlsql.common.utils.net.InetAddresses.TeredoInfo
 
getHost() - Static method in class tech.mlsql.common.utils.network.NetUtils
 
getIfPresent(Object) - Method in interface tech.mlsql.common.utils.cache.Cache
Returns the value associated with key in this cache, or null if there is no cached value for key.
getIfPresent(Object) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
getIndexValue(String, Object) - Method in class tech.mlsql.common.utils.kv.KVTypeInfo
 
getInput() - Method in class tech.mlsql.common.utils.io.ByteSource
Deprecated.
This method is only provided for temporary compatibility with the InputSupplier interface and should not be called directly. Use ByteSource.openStream() instead. This method is scheduled for removal in Guava 18.0.
getInput() - Method in class tech.mlsql.common.utils.io.CharSource
Deprecated.
This method is only provided for temporary compatibility with the InputSupplier interface and should not be called directly. Use CharSource.openStream() instead. This method is scheduled for removal in Guava 18.0.
getInput() - Method in interface tech.mlsql.common.utils.io.InputSupplier
Deprecated.
Returns an object that encapsulates a readable resource.
getIntParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getIntParam(String, int) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getIntParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getIntValue(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
将对象转出成int
getIntValue(Object, int) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
将对象转出成int
getIsatapIPv4Address(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the IPv4 address embedded in an ISATAP address.
getJavaHome() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Gets the Java home directory as a File.
getJavaIoTmpDir() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Gets the Java IO temporary directory as a File.
getJavaVersion() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Deprecated.
Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0.
getKey() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
 
getKey() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
getLast(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the last element of iterable.
getLast(Iterable<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the last element of iterable or defaultValue if the iterable is empty.
getLast(Iterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Advances iterator to the end, returning the last element.
getLast(Iterator<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Advances iterator to the end, returning the last element or defaultValue if the iterator is empty.
getLongParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getLongParam(String, long) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getLongParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getLongValue(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
将对象转出成int
getLongValue(Object, long) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getMainParam() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getMainParamAndCheck() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
为空时直接抛出异常
getMetadata(Class<T>) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
getMetadata(Class<T>) - Method in interface tech.mlsql.common.utils.kv.KVStore
Returns app-specific metadata from the store, or null if it's not currently set.
getMetadata(Class<T>) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
getName() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ClassInfo
Returns the fully qualified name of the class.
getNameWithoutExtension(String) - Static method in class tech.mlsql.common.utils.io.Files
Returns the file name without its file extension or path.
getNext(Iterator<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the next element in iterator or defaultValue if the iterator is empty.
getNumInt(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getNumTInt(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getNumTPoint(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getOnlyElement(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the single element contained in iterable.
getOnlyElement(Iterable<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the single element contained in iterable, or defaultValue if the iterable is empty.
getOnlyElement(Iterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the single element contained in iterator.
getOnlyElement(Iterator<? extends T>, T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the single element contained in iterator, or defaultValue if the iterator is empty.
getOutput() - Method in class tech.mlsql.common.utils.io.ByteSink
Deprecated.
This method is only provided for temporary compatibility with the OutputSupplier interface and should not be called directly. Use ByteSink.openStream() instead. This method is scheduled for removal in Guava 18.0.
getOutput() - Method in class tech.mlsql.common.utils.io.CharSink
Deprecated.
This method is only provided for temporary compatibility with the OutputSupplier interface and should not be called directly. Use CharSink.openStream() instead. This method is scheduled for removal in Guava 18.0.
getOutput() - Method in interface tech.mlsql.common.utils.io.OutputSupplier
Deprecated.
Returns an object that encapsulates a writable resource.
getPackageName() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ClassInfo
Returns the package name of the class, without attempting to load the class.
getPackageName(Class<?>) - Static method in class tech.mlsql.common.utils.reflect.Reflection
Returns the package name of clazz according to the Java Language Specification (section 6.7).
getPackageName(String) - Static method in class tech.mlsql.common.utils.reflect.Reflection
Returns the package name of classFullName according to the Java Language Specification (section 6.7).
getParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getParam(String, String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
获取参数,没有时返回默认值
getParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getParamsMap() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getPercent(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
格式化百分比
getPercent(String, String) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getPercent(String, String, int) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getPort() - Method in class tech.mlsql.common.utils.net.InetAddresses.TeredoInfo
 
getPorts(int, int, int) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
getProcessName() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Returns the name of this JVM process.
getRandNum(int, int) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
返回指定范围的随机数
getResource(String) - Static method in class tech.mlsql.common.utils.io.Resources
Returns a URL pointing to resourceName if the resource is found using the context class loader.
getResource(Class<?>, String) - Static method in class tech.mlsql.common.utils.io.Resources
Given a resourceName that is relative to contextClass, returns a URL pointing to the named resource.
getResourceName() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
Returns the fully qualified name of the resource.
getResources() - Method in class tech.mlsql.common.utils.reflect.ClassPath
Returns all resources loadable from the current class path, including the class files of all loadable classes but excluding the "META-INF/MANIFEST.MF" file.
getResult() - Method in interface tech.mlsql.common.utils.io.ByteProcessor
Return the result of processing all the bytes.
getResult() - Method in interface tech.mlsql.common.utils.io.LineProcessor
Return the result of processing all the lines.
getRootCause(Throwable) - Static method in class tech.mlsql.common.utils.base.Throwables
Returns the innermost cause of throwable.
getServer() - Method in class tech.mlsql.common.utils.net.InetAddresses.TeredoInfo
 
getSimpleName() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ClassInfo
Returns the simple name of the underlying class as given in the source code.
getStackTraceAsString(Throwable) - Static method in class tech.mlsql.common.utils.base.Throwables
Returns a string containing the result of toString(), followed by the full, recursive stack trace of throwable.
getStartMainParam() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
getTeredoInfo(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the Teredo information embedded in a Teredo address.
getTimeValue(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
getTopLevelClasses() - Method in class tech.mlsql.common.utils.reflect.ClassPath
Returns all top level classes loadable from the current class path.
getTopLevelClasses(String) - Method in class tech.mlsql.common.utils.reflect.ClassPath
Returns all top level classes whose package name is packageName.
getTopLevelClassesRecursive(String) - Method in class tech.mlsql.common.utils.reflect.ClassPath
Returns all top level classes whose package name is packageName or starts with packageName followed by a '.'.
getUnchecked(K) - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Returns the value associated with key in this cache, first loading that value if necessary.
getUnchecked(Future<V>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns the result of calling Future.get() uninterruptibly on a task known not to throw a checked exception.
getUninterruptibly(Future<V>) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes future.get() uninterruptibly.
getUninterruptibly(Future<V>, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes future.get(timeout, unit) uninterruptibly.
getUserDir() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Gets the user directory as a File.
getUserHome() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Gets the user home directory as a File.
getValue() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
 
getValue() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
goodFastHash(int) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a general-purpose, temporary-use, non-cryptographic hash function.
greatestOf(Iterable<E>, int) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the k greatest elements of the given iterable according to this ordering, in order from greatest to least.
greatestOf(Iterator<E>, int) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the k greatest elements from the given iterator according to this ordering, in order from greatest to least.
GS - Static variable in class tech.mlsql.common.utils.base.Ascii
 
GwtCompatible - Annotation Type in tech.mlsql.common.utils.annotations
The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
GwtIncompatible - Annotation Type in tech.mlsql.common.utils.annotations
The presence of this annotation on a method indicates that the method may not be used with the Google Web Toolkit (GWT), even though its type is annotated as GwtCompatible and accessible in GWT.

H

hasEmbeddedIPv4ClientAddress(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Examines the Inet6Address to determine if it is an IPv6 address of one of the specified address types that contain an embedded IPv4 address.
hash(T) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns a hash code for t.
hash() - Method in interface tech.mlsql.common.utils.hash.Hasher
Computes a hash code based on the data that have been provided to this hasher.
hash(HashFunction) - Method in class tech.mlsql.common.utils.io.ByteSource
Hashes the contents of this byte source using the given hash function.
hash(InputSupplier<? extends InputStream>, HashFunction) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.hash(HashFunction) instead. This method is scheduled for removal in Guava 18.0.
hash(File, HashFunction) - Static method in class tech.mlsql.common.utils.io.Files
Computes the hash code of the file using hashFunction.
hashBytes(byte[]) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putBytes(input).hash().
hashBytes(byte[], int, int) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putBytes(input, off, len).hash().
hashCode() - Method in class tech.mlsql.common.utils.base.Equivalence.Wrapper
Returns the result of Equivalence.hash(Object) applied to the wrapped reference.
hashCode(Object...) - Static method in class tech.mlsql.common.utils.base.Objects
Generates a hash code for multiple values.
hashCode() - Method in class tech.mlsql.common.utils.base.Optional
Returns a hash code for this instance.
hashCode() - Method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
 
hashCode() - Method in class tech.mlsql.common.utils.cache.CacheStats
 
hashCode() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingSet
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
hashCode() - Method in class tech.mlsql.common.utils.collect.ImmutableSet
 
hashCode() - Method in interface tech.mlsql.common.utils.collect.MapDifference
Returns the hash code for this instance.
hashCode() - Method in interface tech.mlsql.common.utils.collect.MapDifference.ValueDifference
The hash code equals the value Arrays.asList(leftValue(), rightValue()).hashCode().
hashCode() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns the hash code for this multimap.
hashCode() - Method in interface tech.mlsql.common.utils.collect.Multiset.Entry
hashCode() - Method in interface tech.mlsql.common.utils.collect.Multiset
Returns the hash code for this multiset.
HashCode - Class in tech.mlsql.common.utils.hash
An immutable hash code of arbitrary bit length.
hashCode() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns a "Java hash code" for this HashCode instance; this is well-defined (so, for example, you can safely put HashCode instances into a HashSet) but is otherwise probably not what you want to use.
hashCode(char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns a hash code for value; equal to the result of invoking ((Character) value).hashCode().
hashCode(int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a hash code for value; equal to the result of invoking ((Integer) value).hashCode().
hashCode(long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a hash code for value; equal to the result of invoking ((Long) value).hashCode().
hashCode(short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a hash code for value; equal to the result of invoking ((Short) value).hashCode().
hashCode() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
 
Hasher - Interface in tech.mlsql.common.utils.hash
A PrimitiveSink that can compute a hash code after reading the input.
HashFunction - Interface in tech.mlsql.common.utils.hash
A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.
Hashing - Class in tech.mlsql.common.utils.hash
Static methods to obtain HashFunction instances, and other static hashing-related utilities.
hashInt(int) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putInt(input).hash(); returns the hash code for the given int value, interpreted in little-endian byte order.
hashKeys() - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses a hash table to map keys to value collections.
hashKeys(int) - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses a hash table to map keys to value collections, initialized to expect the specified number of keys.
hashLong(long) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putLong(input).hash(); returns the hash code for the given long value, interpreted in little-endian byte order.
HashMultiset<E> - Class in tech.mlsql.common.utils.collect
Multiset implementation backed by a HashMap.
hashObject(T, Funnel<? super T>) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putObject(instance, funnel).hash().
hashSetValues() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses a hash-based Set to store value collections.
hashSetValues(int) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses a hash-based Set to store value collections, initialized to expect the specified number of values per key.
hashString(CharSequence, Charset) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putString(input, charset).hash().
hashUnencodedChars(CharSequence) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Shortcut for newHasher().putUnencodedChars(input).hash().
hasNext() - Method in class tech.mlsql.common.utils.collect.AbstractIterator
 
hasNext() - Method in class tech.mlsql.common.utils.collect.AbstractSequentialIterator
 
hasNext() - Method in class tech.mlsql.common.utils.collect.ForwardingIterator
 
hasParam(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
是否有指定参数
hasParamAndCheck(String) - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
是否有指定参数,没有时直接抛出异常
HdfsClassLoader - Class in tech.mlsql.common.utils.hdfs
A ClassLoader that reads its class data from a jar file stored in HDFS.
HdfsClassLoader(Configuration, Path) - Constructor for class tech.mlsql.common.utils.hdfs.HdfsClassLoader
 
headMap(K) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
headMap(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys are less than toKey.
headMap(K, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys are less than (or equal to, if inclusive) toKey.
headMultiset(E, BoundType) - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns a view of this multiset restricted to the elements less than upperBound, optionally including upperBound itself.
headSet(E, boolean) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
headSet(E) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
headSet(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
headSet(E, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
higher(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
higher(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
higherEntry(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
higherKey(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
hitCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times Cache lookup methods have returned a cached value.
hitRate() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the ratio of cache requests which were hits.
holdPort(int) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
HT - Static variable in class tech.mlsql.common.utils.base.Ascii
Horizontal Tabulation ('\t'): A format effector which controls the movement of the printing position to the next in a series of predetermined positions along the printing line.

I

identity() - Static method in class tech.mlsql.common.utils.base.Converter
Returns a serializable converter that always converts or reverses an object to itself.
identity() - Static method in class tech.mlsql.common.utils.base.Equivalence
Returns an equivalence that uses == to compare values and System.identityHashCode(Object) to compute the hash code.
identity() - Static method in class tech.mlsql.common.utils.base.Functions
Returns the identity function.
immediateCancelledFuture() - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a ListenableFuture which is cancelled immediately upon construction, so that isCancelled() always returns true.
immediateCheckedFuture(V) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a CheckedFuture which has its value set immediately upon construction.
immediateFailedCheckedFuture(X) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a CheckedFuture which has an exception set immediately upon construction.
immediateFailedFuture(Throwable) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a ListenableFuture which has an exception set immediately upon construction.
immediateFuture(V) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a ListenableFuture which has its value set immediately upon construction.
ImmutableBiMap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable BiMap with reliable user-specified iteration order.
ImmutableBiMap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable bimap instances, especially public static final bimaps ("constant bimaps").
ImmutableCollection<E> - Class in tech.mlsql.common.utils.collect
An immutable collection.
ImmutableCollection.Builder<E> - Class in tech.mlsql.common.utils.collect
Abstract base class for builders of ImmutableCollection types.
immutableCopy() - Method in class tech.mlsql.common.utils.collect.Sets.SetView
Returns an immutable copy of the current contents of this set view.
immutableEntry(K, V) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map entry with the specified key and value.
immutableEntry(E, int) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an immutable multiset entry with the specified element and count.
immutableEnumMap(Map<K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map instance containing the given entries.
immutableEnumSet(E, E...) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an immutable set instance containing the given enum elements.
immutableEnumSet(Iterable<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an immutable set instance containing the given enum elements.
ImmutableList<E> - Class in tech.mlsql.common.utils.collect
A high-performance, immutable, random-access List implementation.
ImmutableList.Builder<E> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable list instances, especially public static final lists ("constant lists").
ImmutableListMultimap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable ListMultimap with reliable user-specified key and value iteration order.
ImmutableListMultimap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable ListMultimap instances, especially public static final multimaps ("constant multimaps").
ImmutableMap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable, hash-based Map with reliable user-specified iteration order.
ImmutableMap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable map instances, especially public static final maps ("constant maps").
ImmutableMultimap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable Multimap.
ImmutableMultimap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable multimap instances, especially public static final multimaps ("constant multimaps").
ImmutableMultiset<E> - Class in tech.mlsql.common.utils.collect
An immutable hash-based multiset.
ImmutableMultiset.Builder<E> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable multiset instances, especially public static final multisets ("constant multisets").
ImmutableSet<E> - Class in tech.mlsql.common.utils.collect
A high-performance, immutable Set with reliable, user-specified iteration order.
ImmutableSet.Builder<E> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable set instances, especially public static final sets ("constant sets").
ImmutableSetMultimap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable SetMultimap with reliable user-specified key and value iteration order.
ImmutableSetMultimap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable SetMultimap instances, especially public static final multimaps ("constant multimaps").
immutableSortedCopy(Iterable<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns an immutable copy of the given iterable sorted by this ordering.
ImmutableSortedMap<K,V> - Class in tech.mlsql.common.utils.collect
An immutable SortedMap.
ImmutableSortedMap.Builder<K,V> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable sorted map instances, especially public static final maps ("constant maps").
ImmutableSortedSet<E> - Class in tech.mlsql.common.utils.collect
An immutable SortedSet that stores its elements in a sorted array.
ImmutableSortedSet.Builder<E> - Class in tech.mlsql.common.utils.collect
A builder for creating immutable sorted set instances, especially public static final sets ("constant sets"), with a given comparator.
in(Collection<? extends T>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is a member of the given collection.
increment(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns a new InetAddress that is one more than the passed in address.
incrementBy(AbstractCache.StatsCounter) - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
Increments all counters by the values in other.
index(Function<? super E, K>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Creates an index ImmutableListMultimap that contains the results of applying a specified function to each item in this FluentIterable of values.
index(Iterable<V>, Function<? super V, K>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates an index ImmutableListMultimap that contains the results of applying a specified function to each item in an Iterable of values.
index(Iterator<V>, Function<? super V, K>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates an index ImmutableListMultimap that contains the results of applying a specified function to each item in an Iterator of values.
index(String) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Iterates according to the given index.
indexIn(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns the index of the first matching character in a character sequence, or -1 if no matching character is present.
indexIn(CharSequence, int) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns the index of the first matching character in a character sequence, starting from a given position, or -1 if no character matches after that position.
indexOf(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
indexOf(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
indexOf(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the index in iterable of the first element that satisfies the provided predicate, or -1 if the Iterable has no such elements.
indexOf(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the index in iterator of the first element that satisfies the provided predicate, or -1 if the Iterator has no such elements.
indexOf(char[], char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the index of the first appearance of the value target in array.
indexOf(char[], char[]) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
indexOf(int[], int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the index of the first appearance of the value target in array.
indexOf(int[], int[]) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
indexOf(long[], long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the index of the first appearance of the value target in array.
indexOf(long[], long[]) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
indexOf(short[], short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the index of the first appearance of the value target in array.
indexOf(short[], short[]) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the start position of the first occurrence of the specified target within array, or -1 if there is no such occurrence.
indices() - Method in class tech.mlsql.common.utils.kv.KVTypeInfo
 
InetAddresses - Class in tech.mlsql.common.utils.net
Static utility methods pertaining to InetAddress instances.
InetAddresses.TeredoInfo - Class in tech.mlsql.common.utils.net
A simple immutable data class to encapsulate the information to be found in a Teredo address.
initialCapacity(int) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Sets the minimum total size for the internal hash tables.
initialCapacity(int) - Method in class tech.mlsql.common.utils.collect.MapMaker
Sets the minimum total size for the internal hash tables.
initialize(Class<?>...) - Static method in class tech.mlsql.common.utils.reflect.Reflection
Ensures that the given classes are initialized, as described in JLS Section 12.4.2.
InMemoryStore - Class in tech.mlsql.common.utils.kv
Implementation of KVStore that keeps data deserialized in memory.
InMemoryStore() - Constructor for class tech.mlsql.common.utils.kv.InMemoryStore
 
InputSupplier<T> - Interface in tech.mlsql.common.utils.io
Deprecated.
For InputSupplier<? extends InputStream>, use ByteSource instead. For InputSupplier<? extends Reader>, use CharSource. Implementations of InputSupplier that don't fall into one of those categories do not benefit from any of the methods in common.io and should use a different interface. This interface is scheduled for removal in June 2015.
inRange(char, char) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher that matches any character in a given range (both endpoints are inclusive).
instanceOf(Class<?>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the object being tested is an instance of the given class.
integerFunnel() - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel for integers.
interruptTask() - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
Subclasses can override this method to implement interruption of the future's computation.
intersection(Multiset<E>, Multiset<?>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the intersection of two multisets.
intersection(Set<E>, Set<?>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an unmodifiable view of the intersection of two sets.
IntMath - Class in tech.mlsql.common.utils.math
A class for arithmetic on values of type int.
Ints - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to int primitives, that are not already found in either Integer or Arrays.
invalidate(Object) - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
invalidate(Object) - Method in interface tech.mlsql.common.utils.cache.Cache
Discards any cached value for key key.
invalidate(Object) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
invalidateAll(Iterable<?>) - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
invalidateAll() - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
invalidateAll(Iterable<?>) - Method in interface tech.mlsql.common.utils.cache.Cache
Discards any cached values for keys keys.
invalidateAll() - Method in interface tech.mlsql.common.utils.cache.Cache
Discards all entries in the cache.
invalidateAll(Iterable<?>) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
invalidateAll() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
InvalidCacheLoadException(String) - Constructor for exception tech.mlsql.common.utils.cache.CacheLoader.InvalidCacheLoadException
 
inverse() - Method in interface tech.mlsql.common.utils.collect.BiMap
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key.
inverse() - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns the inverse view of this bimap, which maps each of this bimap's values to its associated key.
inverse() - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap which is the inverse of this one.
inverse() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap which is the inverse of this one.
inverse() - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap which is the inverse of this one.
invertFrom(Multimap<? extends V, ? extends K>, M) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Copies each key-value mapping in source into dest, with its key and value reversed.
INVISIBLE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is invisible; that is, if its Unicode category is any of SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according to ICU4J.
invokeAll(Collection<? extends Callable<T>>) - Method in interface tech.mlsql.common.utils.concurrent.ListeningExecutorService
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.ListeningExecutorService
is(char) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher that matches only one specified character.
is6to4Address(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Evaluates whether the argument is a 6to4 address.
IS_JAVA_1_1 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_JAVA_1_6 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.6 (also 1.6.x versions).
IS_JAVA_1_7 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Java version 1.7 (also 1.7.x versions).
IS_OS_AIX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is AIX.
IS_OS_HP_UX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Mac.
IS_OS_OS2 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_7 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows 7.
IS_OS_WINDOWS_95 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_VISTA - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows Vista.
IS_OS_WINDOWS_XP - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Is true if this is Windows XP.
isCancelled() - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
 
isCancelled() - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
isCompatIPv4Address(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Evaluates whether the argument is an IPv6 "compat" address.
isDirectory() - Static method in class tech.mlsql.common.utils.io.Files
Returns a predicate that returns the result of File.isDirectory() on input files.
isDone() - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
 
isDone() - Method in class tech.mlsql.common.utils.concurrent.ForwardingFuture
 
isEmpty() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Determines whether this fluent iterable is empty.
isEmpty() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
isEmpty() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
isEmpty() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
isEmpty() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
isEmpty(Iterable<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Determines if the given iterable contains no elements.
isEmpty() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns true if this multimap contains no key-value pairs.
isEmpty() - Method in class tech.mlsql.common.utils.io.ByteSource
Returns whether the source has zero bytes.
isEmpty() - Method in class tech.mlsql.common.utils.io.CharSource
Returns whether the source has zero chars.
isFile() - Static method in class tech.mlsql.common.utils.io.Files
Returns a predicate that returns the result of File.isFile() on input files.
isInetAddress(String) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns true if the supplied string is a valid IP string literal, false otherwise.
isIsatapAddress(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Evaluates whether the argument is an ISATAP address.
isJavaAwtHeadless() - Static method in class tech.mlsql.common.utils.os.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(float) - Static method in class tech.mlsql.common.utils.os.SystemUtils
Is the Java version at least the requested version.
isJavaVersionAtLeast(int) - Static method in class tech.mlsql.common.utils.os.SystemUtils
Is the Java version at least the requested version.
isLowerCase(char) - Static method in class tech.mlsql.common.utils.base.Ascii
Indicates whether c is one of the twenty-six lowercase ASCII alphabetic characters between 'a' and 'z' inclusive.
isMappedIPv4Address(String) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
isMaximum(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns true if the InetAddress is either 255.255.255.255 for IPv4 or ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff for IPv6.
isNot(char) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher that matches any character except the one specified.
isNull() - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is null.
isNullOrEmpty(String) - Static method in class tech.mlsql.common.utils.base.Strings
Returns true if the given string is null or is the empty string.
isNum(String) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
判断是否是数字
ISO_8859_1 - Static variable in class tech.mlsql.common.utils.base.Charsets
ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).
isOrdered(Iterable<? extends T>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns true if each element in iterable after the first is greater than or equal to the element that preceded it, according to this ordering.
isParamSplit(char) - Static method in class tech.mlsql.common.utils.shell.command.ParamsUtil
字符是参数间字符吗
isParamStart(char) - Static method in class tech.mlsql.common.utils.shell.command.ParamsUtil
字符是参数的开始吗
isPowerOfTwo(int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns true if x represents a power of two.
isPowerOfTwo(long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns true if x represents a power of two.
isPresent() - Method in class tech.mlsql.common.utils.base.Optional
Returns true if this holder contains a (non-null) instance.
isQuote(char) - Static method in class tech.mlsql.common.utils.shell.command.ParamsUtil
字符是引号吗
isRunning() - Method in class tech.mlsql.common.utils.base.Stopwatch
Returns true if Stopwatch.start() has been called on this stopwatch, and Stopwatch.stop() has not been called since the last call to start().
isStrictlyOrdered(Iterable<? extends T>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns true if each element in iterable after the first is strictly greater than the element that preceded it, according to this ordering.
isTeredoAddress(Inet6Address) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Evaluates whether the argument is a Teredo address.
isUpperCase(char) - Static method in class tech.mlsql.common.utils.base.Ascii
Indicates whether c is one of the twenty-six uppercase ASCII alphabetic characters between 'A' and 'Z' inclusive.
isUriInetAddress(String) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns true if the supplied string is a valid URI IP string literal, false otherwise.
isWrapperType(Class<?>) - Static method in class tech.mlsql.common.utils.primitives.Primitives
Returns true if type is one of the nine primitive-wrapper types, such as Integer.
Iterables - Class in tech.mlsql.common.utils.collect
This class contains static utility methods that operate on or return objects of type Iterable.
iterator() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
iterator() - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Returns an unmodifiable iterator across the elements in this collection.
iterator() - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
iterator() - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
iterator() - Method in class tech.mlsql.common.utils.collect.ImmutableSet
 
iterator() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
iterator() - Method in interface tech.mlsql.common.utils.collect.Multiset
iterator() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Iterators - Class in tech.mlsql.common.utils.collect
This class contains static utility methods that operate on or return objects of type Iterator.

J

JAVA_AWT_FONTS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.awt.fonts System Property.
JAVA_AWT_GRAPHICSENV - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.awt.graphicsenv System Property.
JAVA_AWT_HEADLESS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.awt.headless System Property.
JAVA_AWT_PRINTERJOB - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.awt.printerjob System Property.
JAVA_CLASS_PATH - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.compiler System Property.
JAVA_DIGIT - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is a digit according to Java's definition.
JAVA_ENDORSED_DIRS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.endorsed.dirs System Property.
JAVA_EXT_DIRS - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.io.tmpdir System Property.
JAVA_ISO_CONTROL - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is an ISO control character as specified by Character.isISOControl(char).
JAVA_LETTER - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is a letter according to Java's definition.
JAVA_LETTER_OR_DIGIT - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is a letter or digit according to Java's definition.
JAVA_LIBRARY_PATH - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.library.path System Property.
JAVA_LOWER_CASE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is lower case according to Java's definition.
JAVA_RUNTIME_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.specification.version System Property.
JAVA_UPPER_CASE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is upper case according to Java's definition.
JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.util.prefs.PreferencesFactory System Property.
JAVA_VENDOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.version System Property.
JAVA_VERSION_FLOAT - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Gets the Java version as a float.
JAVA_VERSION_INT - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Gets the Java version as an int.
JAVA_VERSION_TRIMMED - Static variable in class tech.mlsql.common.utils.os.SystemUtils
Gets the Java version as a String trimming leading letters.
JAVA_VM_INFO - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The java.vm.version System Property.
JavaByteObject - Class in tech.mlsql.common.utils.lang.ja
 
JavaByteObject(String) - Constructor for class tech.mlsql.common.utils.lang.ja.JavaByteObject
 
JavaDoc - Class in tech.mlsql.common.utils
2019-07-21 WilliamZhu(allwefantasy@gmail.com)
JavaDoc() - Constructor for class tech.mlsql.common.utils.JavaDoc
 
JavaReflect - Class in tech.mlsql.common.utils.lang.ja
 
JavaReflect() - Constructor for class tech.mlsql.common.utils.lang.ja.JavaReflect
 
JavaStringObject - Class in tech.mlsql.common.utils.lang.ja
Created by allwefantasy on 27/8/2018.
JavaStringObject(String, String) - Constructor for class tech.mlsql.common.utils.lang.ja.JavaStringObject
 
JavaUtils - Class in tech.mlsql.common.utils.distribute.socket.server
 
JavaUtils() - Constructor for class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
 
join(Iterable<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Iterator<?>) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Object[]) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a string containing the string representation of each of parts, using the previously configured separator between each.
join(Object, Object, Object...) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a string containing the string representation of each argument, using the previously configured separator between each.
join(Map<?, ?>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Returns a string containing the string representation of each entry of map, using the previously configured separator and key-value separator.
join(Iterable<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Returns a string containing the string representation of each entry in entries, using the previously configured separator and key-value separator.
join(Iterator<? extends Map.Entry<?, ?>>) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Returns a string containing the string representation of each entry in entries, using the previously configured separator and key-value separator.
join(Iterable<? extends InputSupplier<? extends InputStream>>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.concat(Iterable) instead. This method is scheduled for removal in Guava 18.0.
join(InputSupplier<? extends InputStream>...) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.concat(ByteSource[]) instead. This method is scheduled for removal in Guava 18.0.
join(Iterable<? extends InputSupplier<? extends Reader>>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.concat(Iterable) instead. This method is scheduled for removal in Guava 18.0.
join(InputSupplier<? extends Reader>...) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.concat(CharSource[]) instead. This method is scheduled for removal in Guava 18.0.
join(String, char...) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns a string containing the supplied char values separated by separator.
join(String, int...) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a string containing the supplied int values separated by separator.
join(String, long...) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a string containing the supplied long values separated by separator.
join(String, short...) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a string containing the supplied short values separated by separator.
join(String, byte...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns a string containing the supplied byte values separated by separator.
join(String, int...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns a string containing the supplied unsigned int values separated by separator.
join(String, long...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns a string containing the supplied unsigned long values separated by separator.
Joiner - Class in tech.mlsql.common.utils.base
An object which joins pieces of text (specified as an array, Iterable, varargs or even a Map) with a separator.
Joiner.MapJoiner - Class in tech.mlsql.common.utils.base
An object that joins map entries in the same manner as Joiner joins iterables and arrays.
joinUninterruptibly(Thread) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes toJoin.join() uninterruptibly.
joinUninterruptibly(Thread, long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes unit.timedJoin(toJoin, timeout) uninterruptibly.
JythonUtils - Class in tech.mlsql.common.utils.lang.py
Created by allwefantasy on 28/8/2018.
JythonUtils() - Constructor for class tech.mlsql.common.utils.lang.py.JythonUtils
 

K

key() - Method in enum tech.mlsql.common.utils.base.StandardSystemProperty
Returns the key used to lookup this system property.
keys() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
keys() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns a collection, which may contain duplicates, of all keys.
keys() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view collection containing the key from each key-value pair in this multimap, without collapsing duplicates.
keySet() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
keySet() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
keySet() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable set of the keys in this map.
keySet() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable set of the distinct keys in this multimap.
keySet() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable sorted set of the keys in this map.
keySet() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view collection of all distinct keys contained in this multimap.
KVIndex - Annotation Type in tech.mlsql.common.utils.kv
Tags a field to be indexed when storing an object.
KVStore - Interface in tech.mlsql.common.utils.kv
Abstraction for a local key/value store for storing app data.
KVStoreIterator<T> - Interface in tech.mlsql.common.utils.kv
An iterator for KVStore.
KVStoreSerializer - Class in tech.mlsql.common.utils.kv
Serializer used to translate between app-defined types and the LevelDB store.
KVStoreSerializer() - Constructor for class tech.mlsql.common.utils.kv.KVStoreSerializer
 
KVStoreView<T> - Class in tech.mlsql.common.utils.kv
A configurable view that allows iterating over values in a KVStore.
KVStoreView(Class<T>) - Constructor for class tech.mlsql.common.utils.kv.KVStoreView
 
KVTypeInfo - Class in tech.mlsql.common.utils.kv
Wrapper around types managed in a KVStore, providing easy access to their indexed fields.
KVTypeInfo(Class<?>) - Constructor for class tech.mlsql.common.utils.kv.KVTypeInfo
 

L

last() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an Optional containing the last element in this fluent iterable.
last() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
last() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
last(Object) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Stops iteration at the given value of the chosen index (inclusive).
lastEntry() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
lastEntry() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns the entry of the last element in this multiset, or null if this multiset is empty.
lastIndexIn(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns the index of the last matching character in a character sequence, or -1 if no matching character is present.
lastIndexOf(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
lastIndexOf(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
lastIndexOf(char[], char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the index of the last appearance of the value target in array.
lastIndexOf(int[], int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the index of the last appearance of the value target in array.
lastIndexOf(long[], long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the index of the last appearance of the value target in array.
lastIndexOf(short[], short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the index of the last appearance of the value target in array.
lastKey() - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
lastKey() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
lazyTransform(Future<I>, Function<? super I, ? extends O>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Like Futures.transform(ListenableFuture, Function) except that the transformation function is invoked on each call to get() on the returned future.
leastOf(Iterable<E>, int) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the k least elements of the given iterable according to this ordering, in order from least to greatest.
leastOf(Iterator<E>, int) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the k least elements from the given iterator according to this ordering, in order from least to greatest.
leftValue() - Method in interface tech.mlsql.common.utils.collect.MapDifference.ValueDifference
Returns the value from the left map (possibly null).
length(InputSupplier<? extends InputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.size() instead. This method is scheduled for removal in Guava 18.0.
LevelDB - Class in tech.mlsql.common.utils.kv
Implementation of KVStore that uses LevelDB as the underlying data store.
LevelDB(File) - Constructor for class tech.mlsql.common.utils.kv.LevelDB
 
LevelDB(File, KVStoreSerializer) - Constructor for class tech.mlsql.common.utils.kv.LevelDB
 
LevelDB.TypeAliases - Class in tech.mlsql.common.utils.kv
Needs to be public for Jackson.
lexicographical() - Method in class tech.mlsql.common.utils.collect.Ordering
Returns a new ordering which sorts iterables by comparing corresponding elements pairwise until a nonzero result is found; imposes "dictionary order".
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns a comparator that compares two char arrays lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a comparator that compares two int arrays lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a comparator that compares two long arrays lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a comparator that compares two short arrays lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns a comparator that compares two byte arrays lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns a comparator that compares two arrays of unsigned int values lexicographically.
lexicographicalComparator() - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns a comparator that compares two arrays of unsigned long values lexicographically.
LF - Static variable in class tech.mlsql.common.utils.base.Ascii
Line Feed ('\n'): A format effector which controls the movement of the printing position to the next printing line.
limit(int) - Method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that behaves equivalently to this splitter but stops splitting after it reaches the limit.
limit(int) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Creates a fluent iterable with the first size elements of this fluent iterable.
limit(Iterable<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterables
Creates an iterable with the first limitSize elements of the given iterable.
limit(Iterator<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterators
Creates an iterator returning the first limitSize elements of the given iterator.
limit(InputStream, long) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Wraps a InputStream, limiting the number of bytes which can be read.
LINE_SEPARATOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The line.separator System Property.
LineProcessor<T> - Interface in tech.mlsql.common.utils.io
A callback to be used with the streaming readLines methods.
LineReader - Class in tech.mlsql.common.utils.io
A class for reading lines of text.
LineReader(Readable) - Constructor for class tech.mlsql.common.utils.io.LineReader
Creates a new instance that will read lines from the given Readable object.
linkedHashKeys(int) - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses an hash table to map keys to value collections, initialized to expect the specified number of keys.
LinkedHashMultiset<E> - Class in tech.mlsql.common.utils.collect
A Multiset implementation with predictable iteration order.
linkedHashSetValues() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an insertion-ordered hash-based Set to store value collections.
linkedHashSetValues(int) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses an insertion-ordered hash-based Set to store value collections, initialized to expect the specified number of values per key.
linkedListValues() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses a LinkedList to store value collections.
ListenableFuture<V> - Interface in tech.mlsql.common.utils.concurrent
A Future that accepts completion listeners.
ListenableFutureTask<V> - Class in tech.mlsql.common.utils.concurrent
A FutureTask that also implements the ListenableFuture interface.
ListenableScheduledFuture<V> - Interface in tech.mlsql.common.utils.concurrent
Helper interface to implement both ListenableFuture and ScheduledFuture.
listeningDecorator(ExecutorService) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Creates an ExecutorService whose submit and invokeAll methods submit ListenableFutureTask instances to the given delegate executor.
listeningDecorator(ScheduledExecutorService) - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Creates a ScheduledExecutorService whose submit and invokeAll methods submit ListenableFutureTask instances to the given delegate executor.
ListeningExecutorService - Interface in tech.mlsql.common.utils.concurrent
An ExecutorService that returns ListenableFuture instances.
ListeningScheduledExecutorService - Interface in tech.mlsql.common.utils.concurrent
A ScheduledExecutorService that returns ListenableFuture instances from its ExecutorService methods.
listIterator() - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
listIterator(int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
listIterator() - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
listIterator(int) - Method in class tech.mlsql.common.utils.collect.ImmutableList
 
ListMultimap<K,V> - Interface in tech.mlsql.common.utils.collect
A Multimap that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key.
Lists - Class in tech.mlsql.common.utils.collect
Static utility methods pertaining to List instances.
load(K) - Method in class tech.mlsql.common.utils.cache.CacheLoader
Computes or retrieves the value corresponding to key.
load() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ClassInfo
Loads (but doesn't link or initialize) the class.
loadAll(Iterable<? extends K>) - Method in class tech.mlsql.common.utils.cache.CacheLoader
Computes or retrieves the values corresponding to keys.
loadClass(String) - Method in class tech.mlsql.common.utils.hdfs.HdfsClassLoader
Override to allow for checking the local jar first instead of the standard search which would check the parent class loader first.
loadCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the total number of times that Cache lookup methods attempted to load new values.
loadExceptionCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times Cache lookup methods threw an exception while loading a new value.
loadExceptionRate() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the ratio of cache loading attempts which threw exceptions.
LoadingCache<K,V> - Interface in tech.mlsql.common.utils.cache
A semi-persistent mapping from keys to values.
loadSuccessCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times Cache lookup methods have successfully loaded a new value.
log10(int, RoundingMode) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the base-10 logarithm of x, rounded according to the specified rounding mode.
log10(long, RoundingMode) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the base-10 logarithm of x, rounded according to the specified rounding mode.
log2(int, RoundingMode) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
log2(long, RoundingMode) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the base-2 logarithm of x, rounded according to the specified rounding mode.
longFunnel() - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel for longs.
LongMath - Class in tech.mlsql.common.utils.math
A class for arithmetic on values of type long.
Longs - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to long primitives, that are not already found in either Long or Arrays.
lower(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
lower(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
lowerCase() - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an encoding that behaves equivalently to this encoding, but encodes and decodes with lowercase letters.
lowerEntry(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
lowerKey(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 

M

main(String[]) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
main(String[]) - Static method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
makeChecked(ListenableFuture<V>, Function<Exception, X>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a CheckedFuture out of a normal ListenableFuture and a Function that maps from Exception instances into the appropriate checked type.
makeMap() - Method in class tech.mlsql.common.utils.collect.MapMaker
Builds a thread-safe map, without on-demand computation of values.
map(File) - Static method in class tech.mlsql.common.utils.io.Files
Fully maps a file read-only in to memory as per FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long).
map(File, FileChannel.MapMode) - Static method in class tech.mlsql.common.utils.io.Files
Fully maps a file in to memory as per FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long) using the requested FileChannel.MapMode.
map(File, FileChannel.MapMode, long) - Static method in class tech.mlsql.common.utils.io.Files
MapDifference<K,V> - Interface in tech.mlsql.common.utils.collect
An object representing the differences between two maps.
MapDifference.ValueDifference<V> - Interface in tech.mlsql.common.utils.collect
A difference between the mappings from two maps with the same key.
mapException(Exception) - Method in class tech.mlsql.common.utils.concurrent.AbstractCheckedFuture
Translates from an InterruptedException, CancellationException or ExecutionException thrown by get to an exception of type X to be thrown by checkedGet.
MapMaker - Class in tech.mlsql.common.utils.collect
A builder of ConcurrentMap instances having any combination of the following features: keys or values automatically wrapped in weak or soft references notification of evicted (or otherwise removed) entries on-demand computation of values for keys not already present
MapMaker() - Constructor for class tech.mlsql.common.utils.collect.MapMaker
Constructs a new MapMaker instance with default settings, including strong keys, strong values, and no automatic eviction of any kind.
mapper - Variable in class tech.mlsql.common.utils.kv.KVStoreSerializer
Object mapper used to process app-specific types.
Maps - Class in tech.mlsql.common.utils.collect
Static utility methods pertaining to Map instances (including instances of SortedMap, BiMap, etc.).
Maps.EntryTransformer<K,V1,V2> - Interface in tech.mlsql.common.utils.collect
A transformation of the value of a key-value pair, using both key and value as inputs.
matches(char) - Method in class tech.mlsql.common.utils.base.CharMatcher
Determines a true or false value for the given character.
matchesAllOf(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns true if a character sequence contains only matching characters.
matchesAnyOf(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns true if a character sequence contains at least one matching character.
matchesNoneOf(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns true if a character sequence contains no matching characters.
MAX - Static variable in class tech.mlsql.common.utils.base.Ascii
The maximum value of an ASCII character.
max(Iterator<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the greatest of the specified values according to this ordering.
max(Iterable<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the greatest of the specified values according to this ordering.
max(E, E) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the greater of the two values according to this ordering.
max(E, E, E, E...) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the greatest of the specified values according to this ordering.
max(long) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Stops iteration after a number of elements has been retrieved.
max(char...) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the greatest value present in array.
max(int...) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the greatest value present in array.
max(long...) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the greatest value present in array.
max(short...) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the greatest value present in array.
max(byte...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the greatest value present in array.
max(int...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the greatest value present in array, treating values as unsigned.
max(long...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns the greatest value present in array, treating values as unsigned.
MAX_POWER_OF_TWO - Static variable in class tech.mlsql.common.utils.primitives.Ints
The largest power of two that can be represented as an int.
MAX_POWER_OF_TWO - Static variable in class tech.mlsql.common.utils.primitives.Longs
The largest power of two that can be represented as a long.
MAX_POWER_OF_TWO - Static variable in class tech.mlsql.common.utils.primitives.Shorts
The largest power of two that can be represented as a short.
MAX_POWER_OF_TWO - Static variable in class tech.mlsql.common.utils.primitives.UnsignedBytes
The largest power of two that can be represented as an unsigned byte.
MAX_VALUE - Static variable in class tech.mlsql.common.utils.primitives.UnsignedBytes
The largest value that fits into an unsigned byte.
MAX_VALUE - Static variable in class tech.mlsql.common.utils.primitives.UnsignedLongs
 
maximumSize(long) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies the maximum number of entries the cache may contain.
maximumWeight(long) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies the maximum weight of entries the cache may contain.
md5() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the MD5 hash algorithm (128 hash bits) by delegating to the MD5 MessageDigest.
mean(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the arithmetic mean of x and y, rounded towards negative infinity.
mean(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the arithmetic mean of x and y, rounded toward negative infinity.
memoize(Supplier<T>) - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a supplier which caches the instance retrieved during the first call to get() and returns that value on subsequent calls to get().
memoizeWithExpiration(Supplier<T>, long, TimeUnit) - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a supplier that caches the instance supplied by the delegate and removes the cached value after the specified time has passed.
mergeSorted(Iterable<? extends Iterable<? extends T>>, Comparator<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an iterable over the merged contents of all given iterables.
mergeSorted(Iterable<? extends Iterator<? extends T>>, Comparator<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator over the merged contents of all given iterators, traversing every element of the input iterators.
MIN - Static variable in class tech.mlsql.common.utils.base.Ascii
The minimum value of an ASCII character.
min(Iterator<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the least of the specified values according to this ordering.
min(Iterable<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the least of the specified values according to this ordering.
min(E, E) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the lesser of the two values according to this ordering.
min(E, E, E, E...) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the least of the specified values according to this ordering.
min(char...) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the least value present in array.
min(int...) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the least value present in array.
min(long...) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns the least value present in array.
min(short...) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the least value present in array.
min(byte...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the least value present in array.
min(int...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the least value present in array, treating values as unsigned.
min(long...) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns the least value present in array, treating values as unsigned.
minus(CacheStats) - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns a new CacheStats representing the difference between this CacheStats and other.
missCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times Cache lookup methods have returned an uncached (newly loaded) value, or null.
missRate() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the ratio of cache requests which were misses.
mod(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns x mod m, a non-negative value less than m.
mod(long, int) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns x mod m, a non-negative value less than m.
mod(long, long) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns x mod m, a non-negative value less than m.
MoreExecutors - Class in tech.mlsql.common.utils.concurrent
Factory and utility methods for Executor, ExecutorService, and ThreadFactory.
move(File, File) - Static method in class tech.mlsql.common.utils.io.Files
Moves the file from one path to another.
Multimap<K,V> - Interface in tech.mlsql.common.utils.collect
A collection that maps keys to values, similar to Map, but in which each key may be associated with multiple values.
MultimapBuilder<K0,V0> - Class in tech.mlsql.common.utils.collect
A builder for a multimap implementation that allows customization of the backing map and value collection implementations used in a particular multimap.
MultimapBuilder.ListMultimapBuilder<K0,V0> - Class in tech.mlsql.common.utils.collect
A specialization of MultimapBuilder that generates ListMultimap instances.
MultimapBuilder.MultimapBuilderWithKeys<K0> - Class in tech.mlsql.common.utils.collect
An intermediate stage in a MultimapBuilder in which the key-value collection map implementation has been specified, but the value collection implementation has not.
MultimapBuilder.SetMultimapBuilder<K0,V0> - Class in tech.mlsql.common.utils.collect
A specialization of MultimapBuilder that generates SetMultimap instances.
MultimapBuilder.SortedSetMultimapBuilder<K0,V0> - Class in tech.mlsql.common.utils.collect
A specialization of MultimapBuilder that generates SortedSetMultimap instances.
Multimaps - Class in tech.mlsql.common.utils.collect
Provides static methods acting on or generating a Multimap.
Multiset<E> - Interface in tech.mlsql.common.utils.collect
A collection that supports order-independent equality, like Set, but may have duplicate elements.
Multiset.Entry<E> - Interface in tech.mlsql.common.utils.collect
An unmodifiable element-count pair for a multiset.
Multisets - Class in tech.mlsql.common.utils.collect
Provides static utility methods for creating and working with Multiset instances.
murmur3_128(int) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using the given seed value.
murmur3_128() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 128-bit murmur3 algorithm, x64 variant (little-endian variant), using a seed value of zero.
murmur3_32(int) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using the given seed value.
murmur3_32() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 32-bit murmur3 algorithm, x86 variant (little-endian variant), using a seed value of zero.

N

NAK - Static variable in class tech.mlsql.common.utils.base.Ascii
Negative Acknowledge: A communication control character transmitted by a receiver as a negative response to the sender.
natural() - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns a serializable ordering that uses the natural order of the values.
NATURAL_INDEX_NAME - Static variable in annotation type tech.mlsql.common.utils.kv.KVIndex
 
naturalOrder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns a builder that creates immutable sorted maps whose keys are ordered by their natural ordering.
naturalOrder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns a builder that creates immutable sorted sets whose elements are ordered by their natural ordering.
navigableKeySet() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
negate() - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a matcher that matches any character not matched by this matcher.
NetUtils - Class in tech.mlsql.common.utils.network
Created by allwefantasy on 16/7/2018.
NetUtils() - Constructor for class tech.mlsql.common.utils.network.NetUtils
 
newArray(Class<T>, int) - Static method in class tech.mlsql.common.utils.collect.ObjectArrays
Returns a new array of the given length with the specified component type.
newArray(T[], int) - Static method in class tech.mlsql.common.utils.collect.ObjectArrays
Returns a new array of the given length with the same type as a reference array.
newArrayBlockingQueue(int) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty ArrayBlockingQueue with the given (fixed) capacity and nonfair access policy.
newArrayDeque() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty ArrayDeque.
newArrayDeque(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an ArrayDeque containing the elements of the specified iterable, in the order they are returned by the iterable's iterator.
newArrayList() - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a mutable, empty ArrayList instance.
newArrayList(E...) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a mutable ArrayList instance containing the given elements.
newArrayList(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a mutable ArrayList instance containing the given elements.
newArrayList(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a mutable ArrayList instance containing the given elements.
newArrayListWithCapacity(int) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates an ArrayList instance backed by an array of the exact size specified; equivalent to ArrayList.ArrayList(int).
newArrayListWithExpectedSize(int) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates an ArrayList instance sized appropriately to hold an estimated number of elements without resizing.
newBuilder() - Static method in class tech.mlsql.common.utils.cache.CacheBuilder
Constructs a new CacheBuilder instance with default settings, including strong keys, strong values, and no automatic eviction of any kind.
newConcurrentHashSet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a thread-safe set backed by a hash map.
newConcurrentHashSet(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a thread-safe set backed by a hash map and containing the given elements.
newConcurrentLinkedQueue() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty ConcurrentLinkedQueue.
newConcurrentLinkedQueue(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates a ConcurrentLinkedQueue containing the elements of the specified iterable, in the order they are returned by the iterable's iterator.
newConcurrentMap() - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a general-purpose instance of ConcurrentMap, which supports all optional operations of the ConcurrentMap interface.
newCopyOnWriteArrayList() - Static method in class tech.mlsql.common.utils.collect.Lists
Creates an empty CopyOnWriteArrayList instance.
newCopyOnWriteArrayList(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a CopyOnWriteArrayList instance containing the given elements.
newCopyOnWriteArraySet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates an empty CopyOnWriteArraySet instance.
newCopyOnWriteArraySet(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a CopyOnWriteArraySet instance containing the given elements.
newDataInput(byte[]) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Returns a new ByteArrayDataInput instance to read from the bytes array from the beginning.
newDataInput(byte[], int) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Returns a new ByteArrayDataInput instance to read from the bytes array, starting at the given position.
newDataOutput() - Static method in class tech.mlsql.common.utils.io.ByteStreams
Returns a new ByteArrayDataOutput instance with a default size.
newDataOutput(int) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Returns a new ByteArrayDataOutput instance sized to hold size bytes before resizing.
newEnumMap(Class<K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates an EnumMap instance.
newEnumMap(Map<K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates an EnumMap with the same mappings as the specified map.
newEnumSet(Iterable<E>, Class<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns a new EnumSet instance containing the given elements.
newHasher() - Method in interface tech.mlsql.common.utils.hash.HashFunction
Begins a new hash code computation by returning an initialized, stateful Hasher instance that is ready to receive data.
newHasher(int) - Method in interface tech.mlsql.common.utils.hash.HashFunction
Begins a new hash code computation as HashFunction.newHasher(), but provides a hint of the expected size of the input (in bytes).
newHashMap() - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable, empty HashMap instance.
newHashMap(Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable HashMap instance with the same mappings as the specified map.
newHashMapWithExpectedSize(int) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a HashMap instance, with a high enough "initial capacity" that it should hold expectedSize elements without growth.
newHashSet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable, empty HashSet instance.
newHashSet(E...) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newHashSet(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newHashSet(Iterator<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable HashSet instance containing the given elements in unspecified order.
newHashSetWithExpectedSize(int) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a HashSet instance, with a high enough "initial capacity" that it should hold expectedSize elements without growth.
newIdentityHashMap() - Static method in class tech.mlsql.common.utils.collect.Maps
Creates an IdentityHashMap instance.
newIdentityHashSet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates an empty Set that uses identity to determine equality.
newInputStreamSupplier(byte[]) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.wrap(byte[]) instead. This method is scheduled for removal in Guava 18.0.
newInputStreamSupplier(byte[], int, int) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.wrap(b).slice(off, len) instead. This method is scheduled for removal in Guava 18.0.
newInputStreamSupplier(File) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asByteSource(File). This method is scheduled for removal in Guava 18.0.
newInputStreamSupplier(URL) - Static method in class tech.mlsql.common.utils.io.Resources
Returns a factory that will supply instances of InputStream that read from the given URL.
newLinkedBlockingDeque() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
newLinkedBlockingDeque(int) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty LinkedBlockingDeque with the given (fixed) capacity.
newLinkedBlockingDeque(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, containing the elements of the specified iterable, in the order they are returned by the iterable's iterator.
newLinkedBlockingQueue() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty LinkedBlockingQueue with a capacity of Integer.MAX_VALUE.
newLinkedBlockingQueue(int) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty LinkedBlockingQueue with the given (fixed) capacity.
newLinkedBlockingQueue(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates a LinkedBlockingQueue with a capacity of Integer.MAX_VALUE, containing the elements of the specified iterable, in the order they are returned by the iterable's iterator.
newLinkedHashMap() - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable, empty, insertion-ordered LinkedHashMap instance.
newLinkedHashMap(Map<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable, insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
newLinkedHashMapWithExpectedSize(int) - Static method in class tech.mlsql.common.utils.collect.Maps
 
newLinkedHashSet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable, empty LinkedHashSet instance.
newLinkedHashSet(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable LinkedHashSet instance containing the given elements in order.
newLinkedHashSetWithExpectedSize(int) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a LinkedHashSet instance, with a high enough "initial capacity" that it should hold expectedSize elements without growth.
newLinkedList() - Static method in class tech.mlsql.common.utils.collect.Lists
Creates an empty LinkedList instance.
newLinkedList(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Lists
Creates a LinkedList instance containing the given elements.
newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates a new ListMultimap that uses the provided map and factory.
newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates a new Multimap backed by map, whose internal value collections are generated by factory.
newOutputStreamSupplier(File) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use #asByteSink(File). This method is scheduled for removal in Guava 18.0.
newOutputStreamSupplier(File, boolean) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asByteSink(File, FileWriteMode...), passing FileWriteMode.APPEND for append. This method is scheduled for removal in Guava 18.0.
newPriorityBlockingQueue() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty PriorityBlockingQueue with the ordering given by its elements' natural ordering.
newPriorityBlockingQueue(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates a PriorityBlockingQueue containing the given elements.
newPriorityQueue() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty PriorityQueue with the ordering given by its elements' natural ordering.
newPriorityQueue(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Creates a PriorityQueue containing the given elements.
newProxy(Class<T>, InvocationHandler) - Static method in class tech.mlsql.common.utils.reflect.Reflection
Returns a proxy instance that implements interfaceType by dispatching method invocations to handler.
newReader(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Returns a buffered reader that reads from a file using the given character set.
newReaderSupplier(String) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource#wrap(CharSequence}
newReaderSupplier(InputSupplier<? extends InputStream>, Charset) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use ByteSource.asCharSource(Charset) instead. This method is scheduled for removal in Guava 18.0.
newReaderSupplier(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asCharSource(File, Charset). This method is scheduled for removal in Guava 18.0.
newReaderSupplier(URL, Charset) - Static method in class tech.mlsql.common.utils.io.Resources
Returns a factory that will supply instances of InputStreamReader that read a URL using the given character set.
newSetFromMap(Map<E, Boolean>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns a set backed by the specified map.
newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates a new SetMultimap that uses the provided map and factory.
newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Creates a new SortedSetMultimap that uses the provided map and factory.
newSynchronousQueue() - Static method in class tech.mlsql.common.utils.collect.Queues
Creates an empty SynchronousQueue with nonfair access policy.
newTaskFor(Runnable, T) - Method in class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
newTaskFor(Callable<T>) - Method in class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
newTreeMap() - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable, empty TreeMap instance using the natural ordering of its elements.
newTreeMap(SortedMap<K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable TreeMap instance with the same mappings as the specified map and using the same ordering as the specified map.
newTreeMap(Comparator<C>) - Static method in class tech.mlsql.common.utils.collect.Maps
Creates a mutable, empty TreeMap instance using the given comparator.
newTreeSet() - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable, empty TreeSet instance sorted by the natural sort ordering of its elements.
newTreeSet(Iterable<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable TreeSet instance containing the given elements sorted by their natural ordering.
newTreeSet(Comparator<? super E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Creates a mutable, empty TreeSet instance with the given comparator.
newWriter(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Returns a buffered writer that writes to a file using the given character set.
newWriterSupplier(OutputSupplier<? extends OutputStream>, Charset) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use ByteSink.asCharSink(Charset) instead. This method is scheduled for removal in Guava 18.0.
newWriterSupplier(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use #asCharSink(File, Charset). This method is scheduled for removal in Guava 18.0.
newWriterSupplier(File, Charset, boolean) - Static method in class tech.mlsql.common.utils.io.Files
Deprecated.
Use Files.asCharSink(File, Charset, FileWriteMode...), passing FileWriteMode.APPEND for append. This method is scheduled for removal in Guava 18.0.
next() - Method in class tech.mlsql.common.utils.collect.AbstractIterator
 
next() - Method in class tech.mlsql.common.utils.collect.AbstractSequentialIterator
 
next() - Method in class tech.mlsql.common.utils.collect.ForwardingIterator
 
next() - Method in interface tech.mlsql.common.utils.collect.PeekingIterator
next(int) - Method in interface tech.mlsql.common.utils.kv.KVStoreIterator
Retrieve multiple elements from the store.
nextEscapeIndex(CharSequence, int, int) - Method in class tech.mlsql.common.utils.escape.ArrayBasedUnicodeEscaper
 
nextEscapeIndex(CharSequence, int, int) - Method in class tech.mlsql.common.utils.escape.UnicodeEscaper
Scans a sub-sequence of characters from a given CharSequence, returning the index of the next character that requires escaping.
NL - Static variable in class tech.mlsql.common.utils.base.Ascii
Alternate name for Ascii.LF.
nonCancellationPropagating(ListenableFuture<V>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a new ListenableFuture whose result is set from the supplied future when it completes.
NONE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Matches no characters.
noneOf(CharSequence) - Static method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher that matches any character not present in the given character sequence.
nonNegativeHash(Object) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Returns a hash consistent with Spark's Utils.nonNegativeHash().
not(Predicate<T>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the given predicate evaluates to false.
notNull() - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if the object reference being tested is not null.
NUL - Static variable in class tech.mlsql.common.utils.base.Ascii
Null ('\0'): The all-zeros character which may serve to accomplish time fill and media fill.
nullEscaper() - Static method in class tech.mlsql.common.utils.escape.Escapers
Returns an Escaper that does no escaping, passing all character data through unchanged.
nullOutputStream() - Static method in class tech.mlsql.common.utils.io.ByteStreams
Returns an OutputStream that simply discards written bytes.
nullsFirst() - Method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering that treats null as less than all other values and uses this to compare non-null values.
nullsLast() - Method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering that treats null as greater than all other values and uses this ordering to compare non-null values.
nullToEmpty(String) - Static method in class tech.mlsql.common.utils.base.Strings
Returns the given string if it is non-null; the empty string otherwise.
nullWriter() - Static method in class tech.mlsql.common.utils.io.CharStreams
Returns a Writer that simply discards written chars.
NumberUtil - Class in tech.mlsql.common.utils.shell.command
 
NumberUtil() - Constructor for class tech.mlsql.common.utils.shell.command.NumberUtil
 

O

ObjectArrays - Class in tech.mlsql.common.utils.collect
 
Objects - Class in tech.mlsql.common.utils.base
Helper functions that can operate on any Object.
Objects.ToStringHelper - Class in tech.mlsql.common.utils.base
of(T) - Static method in class tech.mlsql.common.utils.base.Optional
Returns an Optional instance containing the given non-null reference.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns the empty bimap.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable bimap containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable map containing the given entries, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns the empty immutable list.
of(E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing a single element.
of(E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of(E, E, E, E, E, E, E, E, E, E, E, E, E...) - Static method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list containing the given elements, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns the empty multimap.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Returns an immutable multimap containing the given entries, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns the empty map.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing the given entries, in order.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable map containing the given entries, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an empty multimap.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable multimap containing the given entries, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns the empty immutable multiset.
of(E) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing a single element.
of(E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in order.
of(E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in order.
of(E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in order.
of(E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in order.
of(E, E, E, E, E, E, E...) - Static method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Returns an immutable multiset containing the given elements, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns the empty immutable set.
of(E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing a single element.
of(E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
of(E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
of(E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
of(E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
of(E, E, E, E, E, E, E...) - Static method in class tech.mlsql.common.utils.collect.ImmutableSet
Returns an immutable set containing the given elements, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns the empty multimap.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap containing the given entries, in order.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Returns an immutable multimap containing the given entries, in order.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns the empty sorted map.
of(K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable map containing a single entry.
of(K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable sorted map containing the given entries, sorted by the natural ordering of their keys.
of(K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable sorted map containing the given entries, sorted by the natural ordering of their keys.
of(K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable sorted map containing the given entries, sorted by the natural ordering of their keys.
of(K, V, K, V, K, V, K, V, K, V) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable sorted map containing the given entries, sorted by the natural ordering of their keys.
of() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns the empty immutable sorted set.
of(E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing a single element.
of(E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
of(E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
of(E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
of(E, E, E, E, E) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
of(E, E, E, E, E, E, E...) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns an immutable sorted set containing the given elements sorted by their natural ordering.
ofInstance(T) - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a supplier that always supplies instance.
omitEmptyStrings() - Method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that behaves equivalently to this splitter, but automatically omits empty strings from the results.
omitNullValues() - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Configures the Objects.ToStringHelper so Objects.ToStringHelper.toString() will ignore properties with null value.
omitPadding() - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an encoding that behaves equivalently to this encoding, but omits any padding characters as specified by RFC 4648 section 3.2, Padding of Encoded Data.
on(String) - Static method in class tech.mlsql.common.utils.base.Joiner
Returns a joiner which automatically places separator between consecutive elements.
on(char) - Static method in class tech.mlsql.common.utils.base.Joiner
Returns a joiner which automatically places separator between consecutive elements.
on(char) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that uses the given single-character separator.
on(CharMatcher) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that considers any single character matched by the given CharMatcher to be a separator.
on(String) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that uses the given fixed string as a separator.
on(Pattern) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that considers any subsequence matching pattern to be a separator.
onFailure(Throwable) - Method in interface tech.mlsql.common.utils.concurrent.FutureCallback
Invoked when a Future computation fails or is canceled.
onPattern(String) - Static method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that considers any subsequence matching a given pattern (regular expression) to be a separator.
onRemoval(RemovalNotification<K, V>) - Method in interface tech.mlsql.common.utils.cache.RemovalListener
Notifies the listener that a removal occurred at some point in the past.
onResultOf(Function<F, ? extends T>) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns a new equivalence relation for F which evaluates equivalence by first applying function to the argument, then evaluating using this.
onResultOf(Function<F, ? extends T>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns a new ordering on F which orders elements by first applying a function to them, then comparing those results using this.
onSuccess(V) - Method in interface tech.mlsql.common.utils.concurrent.FutureCallback
Invoked with the result of the Future computation when it is successful.
openBufferedStream() - Method in class tech.mlsql.common.utils.io.ByteSink
Opens a new buffered OutputStream for writing to this sink.
openBufferedStream() - Method in class tech.mlsql.common.utils.io.ByteSource
Opens a new buffered InputStream for reading from this source.
openBufferedStream() - Method in class tech.mlsql.common.utils.io.CharSink
Opens a new buffered Writer for writing to this sink.
openBufferedStream() - Method in class tech.mlsql.common.utils.io.CharSource
Opens a new BufferedReader for reading from this source.
openOutputStream() - Method in class tech.mlsql.common.utils.lang.ja.JavaByteObject
 
openStream() - Method in class tech.mlsql.common.utils.io.ByteSink
Opens a new OutputStream for writing to this sink.
openStream() - Method in class tech.mlsql.common.utils.io.ByteSource
Opens a new InputStream for reading from this source.
openStream() - Method in class tech.mlsql.common.utils.io.CharSink
Opens a new Writer for writing to this sink.
openStream() - Method in class tech.mlsql.common.utils.io.CharSource
Opens a new Reader for reading from this source.
Optional<T> - Class in tech.mlsql.common.utils.base
An immutable object that may contain a non-null reference to another object.
or(CharMatcher) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a matcher that matches any character matched by either this matcher or other.
or(T) - Method in class tech.mlsql.common.utils.base.Optional
Returns the contained instance if it is present; defaultValue otherwise.
or(Optional<? extends T>) - Method in class tech.mlsql.common.utils.base.Optional
Returns this Optional if it has a value present; secondChoice otherwise.
or(Supplier<? extends T>) - Method in class tech.mlsql.common.utils.base.Optional
Returns the contained instance if it is present; supplier.get() otherwise.
or(Iterable<? extends Predicate<? super T>>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if any one of its components evaluates to true.
or(Predicate<? super T>...) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if any one of its components evaluates to true.
or(Predicate<? super T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.base.Predicates
Returns a predicate that evaluates to true if either of its components evaluates to true.
orderedBy(Comparator<K>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns a builder that creates immutable sorted maps with an explicit comparator.
orderedBy(Comparator<E>) - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns a builder that creates immutable sorted sets with an explicit comparator.
orderedPermutations(Iterable<E>) - Static method in class tech.mlsql.common.utils.collect.Collections2
Returns a Collection of all the permutations of the specified Iterable.
orderedPermutations(Iterable<E>, Comparator<? super E>) - Static method in class tech.mlsql.common.utils.collect.Collections2
Returns a Collection of all the permutations of the specified Iterable using the specified Comparator for establishing the lexicographical ordering.
Ordering<T> - Class in tech.mlsql.common.utils.collect
A comparator, with additional methods to support common operations.
Ordering() - Constructor for class tech.mlsql.common.utils.collect.Ordering
Constructs a new instance of this class (only invokable by the subclass constructor, typically implicit).
orderKeysBy(Comparator<? super K>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
Specifies the ordering of the generated multimap's keys.
orderKeysBy(Comparator<? super K>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Specifies the ordering of the generated multimap's keys.
orderKeysBy(Comparator<? super K>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Specifies the ordering of the generated multimap's keys.
orderValuesBy(Comparator<? super V>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
Specifies the ordering of the generated multimap's values for each key.
orderValuesBy(Comparator<? super V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Specifies the ordering of the generated multimap's values for each key.
orderValuesBy(Comparator<? super V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Specifies the ordering of the generated multimap's values for each key.
orNull() - Method in class tech.mlsql.common.utils.base.Optional
Returns the contained instance if it is present; null otherwise.
OS_ARCH - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The os.arch System Property.
OS_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The os.version System Property.
OutputSupplier<T> - Interface in tech.mlsql.common.utils.io
Deprecated.
For OutputSupplier<? extends OutputStream>, use ByteSink instead. For OutputSupplier<? extends Writer>, use CharSink. Implementations of OutputSupplier that don't fall into one of those categories do not benefit from any of the methods in common.io and should use a different interface. This interface is scheduled for removal in June 2015.

P

paddedPartition(Iterable<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterables
Divides an iterable into unmodifiable sublists of the given size, padding the final iterable with null values if necessary.
paddedPartition(Iterator<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterators
Divides an iterator into unmodifiable sublists of the given size, padding the final iterator with null values if necessary.
padEnd(String, int, char) - Static method in class tech.mlsql.common.utils.base.Strings
Returns a string, of length at least minLength, consisting of string appended with as many copies of padChar as are necessary to reach that length.
padStart(String, int, char) - Static method in class tech.mlsql.common.utils.base.Strings
Returns a string, of length at least minLength, consisting of string prepended with as many copies of padChar as are necessary to reach that length.
padToLong() - Method in class tech.mlsql.common.utils.hash.HashCode
If this hashcode has enough bits, returns asLong(), otherwise returns a long value with asBytes() as the least-significant bytes and 0x00 as the remaining most-significant bytes.
pairwise() - Method in class tech.mlsql.common.utils.base.Equivalence
Returns an equivalence over iterables based on the equivalence of their elements.
ParamsUtil - Class in tech.mlsql.common.utils.shell.command
2019-01-03 WilliamZhu(allwefantasy@gmail.com)
ParamsUtil(String, String) - Constructor for class tech.mlsql.common.utils.shell.command.ParamsUtil
 
ParamsUtil(String) - Constructor for class tech.mlsql.common.utils.shell.command.ParamsUtil
 
ParamsUtil(String[]) - Constructor for class tech.mlsql.common.utils.shell.command.ParamsUtil
 
ParamsUtil(String[], String) - Constructor for class tech.mlsql.common.utils.shell.command.ParamsUtil
 
parent(Object) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Defines the value of the parent index when iterating over a child index.
parse(String) - Static method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
Creates a CacheBuilderSpec from a string.
parseDouble(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
parseFloat(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
parseLong(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
parseNumber(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
parseUnsignedByte(String) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the unsigned byte value represented by the given decimal string.
parseUnsignedByte(String, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the unsigned byte value represented by a string with the given radix.
parseUnsignedInt(String) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the unsigned int value represented by the given decimal string.
parseUnsignedInt(String, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the unsigned int value represented by a string with the given radix.
parseUnsignedLong(String) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns the unsigned long value represented by the given decimal string.
parseUnsignedLong(String, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns the unsigned long value represented by a string with the given radix.
partition(Iterable<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterables
Divides an iterable into unmodifiable sublists of the given size (the final iterable may be smaller).
partition(Iterator<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterators
Divides an iterator into unmodifiable sublists of the given size (the final list may be smaller).
partition(List<T>, int) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns consecutive sublists of a list, each of the same size (the final list may be smaller).
PATH_SEPARATOR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The path.separator System Property.
peek() - Method in class tech.mlsql.common.utils.collect.AbstractIterator
Returns the next element in the iteration without advancing the iteration, according to the contract of PeekingIterator.peek().
peek() - Method in interface tech.mlsql.common.utils.collect.PeekingIterator
Returns the next element in the iteration, without advancing the iteration.
peekingIterator(Iterator<? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns a PeekingIterator backed by the given iterator.
peekingIterator(PeekingIterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Deprecated.
no need to use this
PeekingIterator<E> - Interface in tech.mlsql.common.utils.collect
An iterator that supports a one-element lookahead while iterating.
permutations(Collection<E>) - Static method in class tech.mlsql.common.utils.collect.Collections2
Returns a Collection of all the permutations of the specified Collection.
platformThreadFactory() - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Returns a default thread factory used to create new threads.
plus(CacheStats) - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns a new CacheStats representing the sum of this CacheStats and other.
pollFirst() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
pollFirst() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Deprecated.
Unsupported operation.
pollFirstEntry() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Deprecated.
Unsupported operation.
pollFirstEntry() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns and removes the entry associated with the lowest element in this multiset, or returns null if this multiset is empty.
pollLast() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
pollLast() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Deprecated.
Unsupported operation.
pollLastEntry() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Deprecated.
Unsupported operation.
pollLastEntry() - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns and removes the entry associated with the greatest element in this multiset, or returns null if this multiset is empty.
postOrderTraversal(T) - Method in class tech.mlsql.common.utils.collect.TreeTraverser
Returns an unmodifiable iterable over the nodes in a tree structure, using post-order traversal.
pow(int, int) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns b to the kth power.
pow(long, int) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns b to the kth power.
powerSet(Set<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns the set of all possible subsets of set.
precomputed() - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a char matcher functionally equivalent to this one, but which may be faster to query than the original; your mileage may vary.
Preconditions - Class in tech.mlsql.common.utils.base
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
Predicate<T> - Interface in tech.mlsql.common.utils.base
Determines a true or false value for a given input.
Predicates - Class in tech.mlsql.common.utils.base
Static utility methods pertaining to Predicate instances.
preOrderTraversal(T) - Method in class tech.mlsql.common.utils.collect.TreeTraverser
Returns an unmodifiable iterable over the nodes in a tree structure, using pre-order traversal.
presentInstances(Iterable<? extends Optional<? extends T>>) - Static method in class tech.mlsql.common.utils.base.Optional
Returns the value of each present instance from the supplied optionals, in order, skipping over occurrences of Optional.absent().
Primitives - Class in tech.mlsql.common.utils.primitives
Contains static utility methods pertaining to primitive types and their corresponding wrapper types.
PrimitiveSink - Interface in tech.mlsql.common.utils.hash
An object which can receive a stream of primitive values.
processBytes(byte[], int, int) - Method in interface tech.mlsql.common.utils.io.ByteProcessor
This method will be called for each chunk of bytes in an input stream.
processLine(String) - Method in interface tech.mlsql.common.utils.io.LineProcessor
This method will be called once for each line.
propagate(Throwable) - Static method in class tech.mlsql.common.utils.base.Throwables
Propagates throwable as-is if it is an instance of RuntimeException or Error, or else as a last resort, wraps it in a RuntimeException then propagates.
propagateIfInstanceOf(Throwable, Class<X>) - Static method in class tech.mlsql.common.utils.base.Throwables
Propagates throwable exactly as-is, if and only if it is an instance of declaredType.
propagateIfPossible(Throwable) - Static method in class tech.mlsql.common.utils.base.Throwables
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException or Error.
propagateIfPossible(Throwable, Class<X>) - Static method in class tech.mlsql.common.utils.base.Throwables
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException, Error, or declaredType.
propagateIfPossible(Throwable, Class<X1>, Class<X2>) - Static method in class tech.mlsql.common.utils.base.Throwables
Propagates throwable exactly as-is, if and only if it is an instance of RuntimeException, Error, declaredType1, or declaredType2.
put(K, V) - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
put(K, V) - Method in interface tech.mlsql.common.utils.cache.Cache
Associates value with key in this cache.
put(K, V) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
put(K, V) - Method in interface tech.mlsql.common.utils.collect.BiMap
put(K, V) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
put(K, V) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap.Builder
Associates key with value in the built bimap.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
 
put(Map.Entry<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
Adds an entry to the built multimap.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableMap.Builder
Associates key with value in the built map.
put(Map.Entry<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMap.Builder
Adds the given entry to the map, making it immutable if necessary.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Deprecated.
Unsupported operation.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Adds a key-value mapping to the built multimap.
put(Map.Entry<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Adds an entry to the built multimap.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Adds a key-value mapping to the built multimap if it is not already present.
put(Map.Entry<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
Adds an entry to the built multimap if it is not already present.
put(K, V) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap.Builder
Associates key with value in the built map.
put(Map.Entry<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap.Builder
Adds the given entry to the map, making it immutable if necessary.
put(K, V) - Method in interface tech.mlsql.common.utils.collect.Multimap
Stores a key-value pair in this multimap.
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
putAll(Map<? extends K, ? extends V>) - Method in interface tech.mlsql.common.utils.cache.Cache
Copies all of the mappings from the specified map to the cache.
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
putAll(Map<? extends K, ? extends V>) - Method in interface tech.mlsql.common.utils.collect.BiMap
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
putAll(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
putAll(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap.Builder
Associates all of the given map's keys and values in the built bimap.
putAll(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
 
putAll(K, V...) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
 
putAll(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMap.Builder
Associates all of the given map's keys and values in the built map.
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Deprecated.
Unsupported operation.
putAll(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Stores a collection of values with the same key in the built multimap.
putAll(K, V...) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Stores an array of values with the same key in the built multimap.
putAll(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap.Builder
Stores another multimap's entries in the built multimap.
putAll(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
putAll(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
putAll(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
 
putAll(K, V...) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
 
putAll(Multimap<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap.Builder
Associates all of the given map's keys and values in the built map.
putAll(K, Iterable<? extends V>) - Method in interface tech.mlsql.common.utils.collect.Multimap
Stores a key-value pair in this multimap for each of values, all using the same key, key.
putAll(Multimap<? extends K, ? extends V>) - Method in interface tech.mlsql.common.utils.collect.Multimap
Stores all key-value pairs of multimap in this multimap, in the order returned by multimap.entries().
putBoolean(boolean) - Method in interface tech.mlsql.common.utils.hash.Hasher
Equivalent to putByte(b ? (byte) 1 : (byte) 0).
putBoolean(boolean) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a boolean into this sink.
putByte(byte) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putByte(byte) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a byte into this sink.
putBytes(byte[]) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putBytes(byte[], int, int) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putBytes(byte[]) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts an array of bytes into this sink.
putBytes(byte[], int, int) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a chunk of an array of bytes into this sink.
putChar(char) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putChar(char) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a character into this sink.
putDouble(double) - Method in interface tech.mlsql.common.utils.hash.Hasher
Equivalent to putLong(Double.doubleToRawLongBits(d)).
putDouble(double) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a double into this sink.
putFloat(float) - Method in interface tech.mlsql.common.utils.hash.Hasher
Equivalent to putInt(Float.floatToRawIntBits(f)).
putFloat(float) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a float into this sink.
putIfAbsent(K, V) - Method in class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
 
putInt(int) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putInt(int) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts an int into this sink.
putLong(long) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putLong(long) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a long into this sink.
putObject(T, Funnel<? super T>) - Method in interface tech.mlsql.common.utils.hash.Hasher
A simple convenience for funnel.funnel(object, this).
putShort(short) - Method in interface tech.mlsql.common.utils.hash.Hasher
 
putShort(short) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a short into this sink.
putString(CharSequence, Charset) - Method in interface tech.mlsql.common.utils.hash.Hasher
Equivalent to putBytes(charSequence.toString().getBytes(charset)).
putString(CharSequence, Charset) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts a string into this sink using the given charset.
putUnencodedChars(CharSequence) - Method in interface tech.mlsql.common.utils.hash.Hasher
Equivalent to processing each char value in the CharSequence, in order.
putUnencodedChars(CharSequence) - Method in interface tech.mlsql.common.utils.hash.PrimitiveSink
Puts each 16-bit code unit from the CharSequence into this sink.
putUninterruptibly(BlockingQueue<E>, E) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes queue.put(element) uninterruptibly.
PythonInterp - Class in tech.mlsql.common.utils.lang.py
Created by allwefantasy on 28/8/2018.
PythonInterp() - Constructor for class tech.mlsql.common.utils.lang.py.PythonInterp
 

Q

Queues - Class in tech.mlsql.common.utils.collect
Static utility methods pertaining to Queue and Deque instances.

R

raw() - Method in class tech.mlsql.common.utils.base.WowBitSet
 
read() - Method in class tech.mlsql.common.utils.base.Ticker
Returns the number of nanoseconds elapsed since this ticker's fixed point of reference.
read() - Method in class tech.mlsql.common.utils.io.ByteSource
Reads the full contents of this byte source as a byte array.
read(ByteProcessor<T>) - Method in class tech.mlsql.common.utils.io.ByteSource
Reads the contents of this byte source using the given processor to process bytes as they are read.
read(InputStream, byte[], int, int) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Reads some bytes from an input stream and stores them into the buffer array b.
read() - Method in class tech.mlsql.common.utils.io.CharSource
Reads the contents of this source as a string.
read(Class<T>, Object) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
read(Class<T>, Object) - Method in interface tech.mlsql.common.utils.kv.KVStore
Read a specific instance of an object.
read(Class<T>, Object) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
readBoolean() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readByte() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readBytes(InputSupplier<? extends InputStream>, ByteProcessor<T>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.read(ByteProcessor) instead. This method is scheduled for removal in Guava 18.0.
readBytes(InputStream, ByteProcessor<T>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Process the bytes of the given input stream using the given processor.
readBytes(File, ByteProcessor<T>) - Static method in class tech.mlsql.common.utils.io.Files
Process the bytes of a file.
readChar() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readDouble() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readFirstLine() - Method in class tech.mlsql.common.utils.io.CharSource
Reads the first link of this source as a string.
readFirstLine(InputSupplier<R>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.readFirstLine() instead. This method is scheduled for removal in Guava 18.0.
readFirstLine(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Reads the first line from a file.
readFloat() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readFully(ReadableByteChannel, ByteBuffer) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Fills a buffer with data read from the channel.
readFully(byte[]) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readFully(byte[], int, int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readFully(InputStream, byte[]) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Attempts to read enough bytes from the stream to fill the given byte array, with the same behavior as DataInput.readFully(byte[]).
readFully(InputStream, byte[], int, int) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Attempts to read len bytes from the stream into the given array starting at off, with the same behavior as DataInput.readFully(byte[], int, int).
readInt() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readLine() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readLine() - Method in class tech.mlsql.common.utils.io.LineReader
Reads a line of text.
readLines() - Method in class tech.mlsql.common.utils.io.CharSource
Reads all the lines of this source as a list of strings.
readLines(LineProcessor<T>) - Method in class tech.mlsql.common.utils.io.CharSource
Reads lines of text from this source, processing each line as it is read using the given processor.
readLines(InputSupplier<R>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.readLines() instead, but note that it returns an ImmutableList. This method is scheduled for removal in Guava 18.0.
readLines(Readable) - Static method in class tech.mlsql.common.utils.io.CharStreams
Reads all of the lines from a Readable object.
readLines(Readable, LineProcessor<T>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Streams lines from a Readable object, stopping when the processor returns false or all lines have been read and returning the result produced by the processor.
readLines(InputSupplier<R>, LineProcessor<T>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.readLines(LineProcessor) instead. This method is scheduled for removal in Guava 18.0.
readLines(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Reads all of the lines from a file.
readLines(File, Charset, LineProcessor<T>) - Static method in class tech.mlsql.common.utils.io.Files
Streams lines from a File, stopping when our callback returns false, or we have read all of the lines.
readLines(URL, Charset, LineProcessor<T>) - Static method in class tech.mlsql.common.utils.io.Resources
Streams lines from a URL, stopping when our callback returns false, or we have read all of the lines.
readLines(URL, Charset) - Static method in class tech.mlsql.common.utils.io.Resources
Reads all of the lines from a URL.
readLong() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readShort() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readUnsignedByte() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readUnsignedShort() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
readUTF() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
recordEviction() - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
recordEviction() - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Records the eviction of an entry from the cache.
recordHits(int) - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
recordHits(int) - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Records cache hits.
recordLoadException(long) - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
recordLoadException(long) - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Records the failed load of a new entry.
recordLoadSuccess(long) - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
recordLoadSuccess(long) - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Records the successful load of a new entry.
recordMisses(int) - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
recordMisses(int) - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Records cache misses.
recordStats() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Enable the accumulation of CacheStats during the operation of the cache.
Reflection - Class in tech.mlsql.common.utils.reflect
Static utilities relating to Java reflection.
refresh(K) - Method in interface tech.mlsql.common.utils.cache.LoadingCache
Loads a new value for key key, possibly asynchronously.
refreshAfterWrite(long, TimeUnit) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that active entries are eligible for automatic refresh once a fixed duration has elapsed after the entry's creation, or the most recent replacement of its value.
register(C) - Method in class tech.mlsql.common.utils.io.Closer
Registers the given closeable to be closed when this Closer is closed.
releasePort(ServerSocket) - Static method in class tech.mlsql.common.utils.network.NetUtils
 
reload(K, V) - Method in class tech.mlsql.common.utils.cache.CacheLoader
Computes or retrieves a replacement value corresponding to an already-cached key.
remainder(int, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns dividend % divisor, where the dividend and divisor are treated as unsigned 32-bit quantities.
remainder(long, long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns dividend % divisor, where the dividend and divisor are treated as unsigned 64-bit quantities.
RemovalCause - Enum in tech.mlsql.common.utils.cache
The reason why a cached entry was removed.
removalListener(RemovalListener<? super K1, ? super V1>) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies a listener instance that caches should notify each time an entry is removed for any reason.
RemovalListener<K,V> - Interface in tech.mlsql.common.utils.cache
An object that can receive a notification when an entry is removed from a cache.
RemovalNotification<K,V> - Class in tech.mlsql.common.utils.cache
A notification of the removal of a single entry.
remove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
remove(Object, Object) - Method in class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
 
remove() - Method in class tech.mlsql.common.utils.collect.ForwardingIterator
 
remove(int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
remove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
remove(Object, Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
remove(Object, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
remove(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
remove(int) - Method in class tech.mlsql.common.utils.collect.ImmutableList
Deprecated.
Unsupported operation.
remove(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Deprecated.
Unsupported operation.
remove(Object, Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
remove(Object, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Deprecated.
Unsupported operation.
remove(Object, Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Removes a single key-value pair with the key key and the value value from this multimap, if such exists.
remove(Object, int) - Method in interface tech.mlsql.common.utils.collect.Multiset
Removes a number of occurrences of the specified element from this multiset.
remove(Object) - Method in interface tech.mlsql.common.utils.collect.Multiset
Removes a single occurrence of the specified element from this multiset, if present.
remove() - Method in interface tech.mlsql.common.utils.collect.PeekingIterator
remove() - Method in class tech.mlsql.common.utils.collect.UnmodifiableIterator
Deprecated.
Unsupported operation.
removeAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
removeAll(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
removeAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
removeAll(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Deprecated.
Unsupported operation.
removeAll(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
removeAll(Object) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Deprecated.
Unsupported operation.
removeAll(Iterable<?>, Collection<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Removes, from an iterable, every element that belongs to the provided collection.
removeAll(Iterator<?>, Collection<?>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Traverses an iterator and removes every element that belongs to the provided collection.
removeAll(Object) - Method in interface tech.mlsql.common.utils.collect.ListMultimap
Removes all values associated with the key key.
removeAll(Object) - Method in interface tech.mlsql.common.utils.collect.Multimap
Removes all values associated with the key key.
removeAll(Collection<?>) - Method in interface tech.mlsql.common.utils.collect.Multiset
removeAll(Object) - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Removes all values associated with the key key.
removeAll(Object) - Method in interface tech.mlsql.common.utils.collect.SortedSetMultimap
Removes all values associated with a given key.
removeFrom(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a string containing all non-matching characters of a character sequence, in order.
removeIf(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Removes, from an iterable, every element that satisfies the provided predicate.
removeIf(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Removes every element that satisfies the provided predicate from the iterator.
removeOccurrences(Multiset<?>, Multiset<?>) - Static method in class tech.mlsql.common.utils.collect.Multisets
For each occurrence of an element e in occurrencesToRemove, removes one occurrence of e in multisetToModify.
repeat(String, int) - Static method in class tech.mlsql.common.utils.base.Strings
Returns a string consisting of a specific number of concatenated copies of an input string.
replace(K, V) - Method in class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
 
replace(K, V, V) - Method in class tech.mlsql.common.utils.collect.ForwardingConcurrentMap
 
replaceFrom(CharSequence, char) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a string copy of the input character sequence, with each character that matches this matcher replaced by a given replacement character.
replaceFrom(CharSequence, CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a string copy of the input character sequence, with each character that matches this matcher replaced by a given replacement sequence.
replaceValues(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
replaceValues(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableListMultimap
Deprecated.
Unsupported operation.
replaceValues(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Deprecated.
Unsupported operation.
replaceValues(K, Iterable<? extends V>) - Method in class tech.mlsql.common.utils.collect.ImmutableSetMultimap
Deprecated.
Unsupported operation.
replaceValues(K, Iterable<? extends V>) - Method in interface tech.mlsql.common.utils.collect.ListMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface tech.mlsql.common.utils.collect.Multimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface tech.mlsql.common.utils.collect.SetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
replaceValues(K, Iterable<? extends V>) - Method in interface tech.mlsql.common.utils.collect.SortedSetMultimap
Stores a collection of values with the same key, replacing any existing values for that key.
requestCount() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the number of times Cache lookup methods have returned either a cached or uncached value.
reset() - Method in class tech.mlsql.common.utils.base.Stopwatch
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
Resources - Class in tech.mlsql.common.utils.io
Provides utility methods for working with resources in the classpath.
retainAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
retainAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
Deprecated.
Unsupported operation.
retainAll(Iterable<?>, Collection<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Removes, from an iterable, every element that does not belong to the provided collection.
retainAll(Iterator<?>, Collection<?>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Traverses an iterator and removes every element that does not belong to the provided collection.
retainAll(Collection<?>) - Method in interface tech.mlsql.common.utils.collect.Multiset
retainFrom(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a string containing all matching characters of a character sequence, in order.
retainOccurrences(Multiset<?>, Multiset<?>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Modifies multisetToModify so that its count for an element e is at most multisetToRetain.count(e).
rethrow(Throwable) - Method in class tech.mlsql.common.utils.io.Closer
Stores the given throwable and rethrows it.
rethrow(Throwable, Class<X>) - Method in class tech.mlsql.common.utils.io.Closer
Stores the given throwable and rethrows it.
rethrow(Throwable, Class<X1>, Class<X2>) - Method in class tech.mlsql.common.utils.io.Closer
Stores the given throwable and rethrows it.
returning(T) - Static method in class tech.mlsql.common.utils.concurrent.Callables
Creates a Callable which immediately returns a preset value each time it is called.
reverse() - Method in class tech.mlsql.common.utils.base.Converter
Returns the reversed view of this converter, which converts this.convert(a) back to a value roughly equivalent to a.
reverse() - Method in class tech.mlsql.common.utils.collect.ImmutableList
Returns a view of this immutable list in reverse order.
reverse(List<T>) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns a reversed view of the specified list.
reverse() - Method in class tech.mlsql.common.utils.collect.Ordering
Returns the reverse of this ordering; the Ordering equivalent to Collections.reverseOrder(Comparator).
reverse() - Method in class tech.mlsql.common.utils.kv.KVStoreView
Reverses the order of iteration.
reverseOrder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns a builder that creates immutable sorted maps whose keys are ordered by the reverse of their natural ordering.
reverseOrder() - Static method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
Returns a builder that creates immutable sorted sets whose elements are ordered by the reverse of their natural ordering.
rightValue() - Method in interface tech.mlsql.common.utils.collect.MapDifference.ValueDifference
Returns the value from the right map (possibly null).
RS - Static variable in class tech.mlsql.common.utils.base.Ascii
 

S

sameThreadExecutor() - Static method in class tech.mlsql.common.utils.concurrent.MoreExecutors
Creates an executor service that runs each task in the thread that invokes execute/submit, as in ThreadPoolExecutor.CallerRunsPolicy This applies both to individually submitted tasks and to collections of tasks submitted via invokeAll or invokeAny.
saturatedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns the char nearest in value to value.
saturatedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns the int nearest in value to value.
saturatedCast(long) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns the short nearest in value to value.
saturatedCast(long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the byte value that, when treated as unsigned, is nearest in value to value.
schedule(Runnable, long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.ListeningScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.ListeningScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.ListeningScheduledExecutorService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface tech.mlsql.common.utils.concurrent.ListeningScheduledExecutorService
 
sequentialFunnel(Funnel<E>) - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel that processes an Iterable by funneling its elements in iteration order with the specified funnel.
serialize(Object) - Method in class tech.mlsql.common.utils.kv.KVStoreSerializer
 
set(int, E) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
set(int, E) - Method in class tech.mlsql.common.utils.collect.ImmutableList
Deprecated.
Unsupported operation.
set(E) - Method in class tech.mlsql.common.utils.collect.UnmodifiableListIterator
Deprecated.
Unsupported operation.
set(V) - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
Subclasses should invoke this method to set the result of the computation to value.
set(V) - Method in class tech.mlsql.common.utils.concurrent.SettableFuture
Sets the value of this future.
setCount(E, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
setCount(E, int, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
 
setCount(E, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset.Builder
Adds or removes the necessary occurrences of an element such that the element attains the desired count.
setCount(E, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Deprecated.
Unsupported operation.
setCount(E, int, int) - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
Deprecated.
Unsupported operation.
setCount(E, int) - Method in interface tech.mlsql.common.utils.collect.Multiset
Adds or removes the necessary occurrences of an element such that the element attains the desired count.
setCount(E, int, int) - Method in interface tech.mlsql.common.utils.collect.Multiset
Conditionally sets the count of an element to a new value, as described in Multiset.setCount(Object, int), provided that the element has the expected current count.
setDaemon(boolean) - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Sets daemon or not for new threads created with this ThreadFactory.
setException(Throwable) - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
Subclasses should invoke this method to set the result of the computation to an error, throwable.
setException(Throwable) - Method in class tech.mlsql.common.utils.concurrent.SettableFuture
Sets the future to having failed with the given exception.
setMetadata(Object) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
setMetadata(Object) - Method in interface tech.mlsql.common.utils.kv.KVStore
Writes the given value in the store metadata key.
setMetadata(Object) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
SetMultimap<K,V> - Interface in tech.mlsql.common.utils.collect
A Multimap that cannot hold duplicate key-value pairs.
setNameFormat(String) - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Sets the naming format to use when naming threads (Thread.setName(java.lang.String)) which are created with this ThreadFactory.
setPriority(int) - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Sets the priority for new threads created with this ThreadFactory.
Sets - Class in tech.mlsql.common.utils.collect
Static utility methods pertaining to Set instances.
Sets.SetView<E> - Class in tech.mlsql.common.utils.collect
An unmodifiable view of a set which may be backed by other sets; this view will change as the backing sets do.
setSafeRange(char, char) - Method in class tech.mlsql.common.utils.escape.Escapers.Builder
Sets the safe range of characters for the escaper.
SettableFuture<V> - Class in tech.mlsql.common.utils.concurrent
setThreadFactory(ThreadFactory) - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Sets the backing ThreadFactory for new threads created with this ThreadFactory.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Sets the Thread.UncaughtExceptionHandler for new threads created with this ThreadFactory.
setUnsafeReplacement(String) - Method in class tech.mlsql.common.utils.escape.Escapers.Builder
Sets the replacement string for any characters outside the 'safe' range that have no explicit replacement.
setValue(V) - Method in class tech.mlsql.common.utils.cache.RemovalNotification
 
setValue(V) - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
 
sha1() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the SHA-1 algorithm (160 hash bits) by delegating to the SHA-1 MessageDigest.
sha256() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the SHA-256 algorithm (256 hash bits) by delegating to the SHA-256 MessageDigest.
sha512() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the SHA-512 algorithm (512 hash bits) by delegating to the SHA-512 MessageDigest.
Shorts - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to short primitives, that are not already found in either Short or Arrays.
showHelp() - Method in class tech.mlsql.common.utils.shell.command.ParamsUtil
 
SI - Static variable in class tech.mlsql.common.utils.base.Ascii
Shift In: A control character indicating that the code combinations which follow shall be interpreted according to the standard code table.
SimpleForwardingCache(Cache<K, V>) - Constructor for class tech.mlsql.common.utils.cache.ForwardingCache.SimpleForwardingCache
 
SimpleForwardingFuture(Future<V>) - Constructor for class tech.mlsql.common.utils.concurrent.ForwardingFuture.SimpleForwardingFuture
 
SimpleForwardingListenableFuture(ListenableFuture<V>) - Constructor for class tech.mlsql.common.utils.concurrent.ForwardingListenableFuture.SimpleForwardingListenableFuture
 
SimpleStatsCounter() - Constructor for class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
Constructs an instance with all counts initialized to zero.
simplifyPath(String) - Static method in class tech.mlsql.common.utils.io.Files
Returns the lexically cleaned form of the path name, usually (but not always) equivalent to the original.
SINGLE_WIDTH - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is single-width (not double-width).
singletonIterator(T) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator containing only value.
sipHash24() - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using a seed value of k = 00 01 02 ....
sipHash24(long, long) - Static method in class tech.mlsql.common.utils.hash.Hashing
Returns a hash function implementing the 64-bit SipHash-2-4 algorithm using the given seed.
size() - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
size() - Method in interface tech.mlsql.common.utils.cache.Cache
Returns the approximate number of entries in this cache.
size() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
size() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns the number of elements in this fluent iterable.
size() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
size() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
size() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
size() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
 
size() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
 
size(Iterable<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns the number of elements in iterable.
size(Iterator<?>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns the number of elements remaining in iterator.
size() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns the number of key-value pairs in this multimap.
size() - Method in class tech.mlsql.common.utils.io.ByteSource
Returns the size of this source in bytes.
skip(int) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns a view of this fluent iterable that skips its first numberToSkip elements.
skip(Iterable<T>, int) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns a view of iterable that skips its first numberToSkip elements.
skip(long) - Method in interface tech.mlsql.common.utils.kv.KVStoreIterator
Skip in the iterator.
skip(long) - Method in class tech.mlsql.common.utils.kv.KVStoreView
Skips a number of elements at the start of iteration.
skipBytes(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataInput
 
skipFully(InputStream, long) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Discards n bytes of data from the input stream.
skipFully(Reader, long) - Static method in class tech.mlsql.common.utils.io.CharStreams
Discards n characters of data from the reader.
skipNulls() - Method in class tech.mlsql.common.utils.base.Joiner
Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.
sleepUninterruptibly(long, TimeUnit) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes unit.sleep(sleepFor) uninterruptibly.
slice(long, long) - Method in class tech.mlsql.common.utils.io.ByteSource
Returns a view of a slice of this byte source that is at most length bytes long starting at the given offset.
slice(InputSupplier<? extends InputStream>, long, long) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource#slice(int, int) instead. This method is scheduled for removal in Guava 18.0.
snapshot() - Method in class tech.mlsql.common.utils.cache.AbstractCache.SimpleStatsCounter
 
snapshot() - Method in interface tech.mlsql.common.utils.cache.AbstractCache.StatsCounter
Returns a snapshot of this counter's values.
SO - Static variable in class tech.mlsql.common.utils.base.Ascii
Shift Out: A control character indicating that the code combinations which follow shall be interpreted as outside of the character set of the standard code table until a Shift In character is reached.
softValues() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that each value (not key) stored in the cache should be wrapped in a SoftReference (by default, strong references are used).
softValues() - Method in class tech.mlsql.common.utils.collect.MapMaker
Deprecated.
Caching functionality in MapMaker has been moved to CacheBuilder, with MapMaker.softValues() being replaced by CacheBuilder#softValues. Note that CacheBuilder is simply an enhanced API for an implementation which was branched from MapMaker. This method is scheduled for deletion in September 2014.
SOH - Static variable in class tech.mlsql.common.utils.base.Ascii
Start of Heading: A communication control character used at the beginning of a sequence of characters which constitute a machine-sensible address or routing information.
sortedCopy(Iterable<E>) - Method in class tech.mlsql.common.utils.collect.Ordering
Returns a copy of the given iterable sorted by this ordering.
SortedMapDifference<K,V> - Interface in tech.mlsql.common.utils.collect
An object representing the differences between two sorted maps.
SortedMultiset<E> - Interface in tech.mlsql.common.utils.collect
A Multiset which maintains the ordering of its elements, according to either their natural order or an explicit Comparator.
SortedSetMultimap<K,V> - Interface in tech.mlsql.common.utils.collect
A SetMultimap whose set of values for a given key are kept sorted; that is, they comprise a SortedSet.
SP - Static variable in class tech.mlsql.common.utils.base.Ascii
Space: A normally non-printing graphic character used to separate words.
SPACE - Static variable in class tech.mlsql.common.utils.base.Ascii
Alternate name for Ascii.SP.
split(CharSequence) - Method in class tech.mlsql.common.utils.base.Splitter.MapSplitter
Splits sequence into substrings, splits each substring into an entry, and returns an unmodifiable map with each of the entries.
split(CharSequence) - Method in class tech.mlsql.common.utils.base.Splitter
Splits sequence into string components and makes them available through an Iterator, which may be lazily evaluated.
Splitter - Class in tech.mlsql.common.utils.base
Extracts non-overlapping substrings from an input string, typically by recognizing appearances of a separator sequence.
Splitter.MapSplitter - Class in tech.mlsql.common.utils.base
An object that splits strings into maps as Splitter splits iterables and lists.
splitToList(CharSequence) - Method in class tech.mlsql.common.utils.base.Splitter
Splits sequence into string components and returns them as an immutable list.
sqrt(int, RoundingMode) - Static method in class tech.mlsql.common.utils.math.IntMath
Returns the square root of x, rounded with the specified rounding mode.
sqrt(long, RoundingMode) - Static method in class tech.mlsql.common.utils.math.LongMath
Returns the square root of x, rounded with the specified rounding mode.
standardAdd(E) - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingCollection.add(Object), in terms of ForwardingList.add(int, Object).
standardAdd(E) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardAddAll(Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
standardAddAll(int, Iterable<? extends E>) - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingList.addAll(int, Collection), in terms of the add method of ForwardingList.listIterator(int).
standardAddAll(Collection<? extends E>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardCeiling(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.ceiling(E) in terms of the iterator method of ForwardingNavigableSet.tailSet(Object, boolean).
standardClear() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingCollection.clear() in terms of ForwardingCollection.iterator(), using the iterator's remove method.
standardClear() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.clear() in terms of the iterator method of ForwardingMap.entrySet().
standardClear() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible definition of ForwardingCollection.clear() in terms of the iterator method of ForwardingMultiset.entrySet().
standardContains(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
standardContains(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardContains(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
A sensible definition of ForwardingCollection.contains(java.lang.Object) in terms of the first() method of ForwardingSortedSet.tailSet(E).
standardContainsAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
standardContainsKey(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible, albeit inefficient, definition of ForwardingMap.containsKey(java.lang.Object) in terms of the iterator method of ForwardingMap.entrySet().
standardContainsKey(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
A sensible definition of ForwardingMap.containsKey(java.lang.Object) in terms of the firstKey() method of ForwardingSortedMap.tailMap(K).
standardContainsValue(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.containsValue(java.lang.Object) in terms of the iterator method of ForwardingMap.entrySet().
standardCount(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible, albeit inefficient, definition of ForwardingMultiset.count(java.lang.Object) in terms of ForwardingMultiset.entrySet().
StandardDescendingSet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingNavigableSet.StandardDescendingSet
Constructor for use by subclasses.
StandardElementSet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMultiset.StandardElementSet
Constructor for use by subclasses.
StandardEntrySet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMap.StandardEntrySet
Constructor for use by subclasses.
standardEquals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
standardEquals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.equals(java.lang.Object) in terms of the equals method of ForwardingMap.entrySet().
standardEquals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
standardEquals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible, albeit inefficient, definition of ForwardingCollection.size() in terms of entrySet().size() and ForwardingMultiset.count(java.lang.Object).
standardEquals(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingSet
standardFirst() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
standardFloor(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.floor(E) in terms of the descendingIterator method of ForwardingNavigableSet.headSet(Object, boolean).
standardHashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible definition of ForwardingList.hashCode() in terms of ForwardingCollection.iterator().
standardHashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.hashCode() in terms of the iterator method of ForwardingMap.entrySet().
standardHashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
standardHashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible definition of ForwardingMultiset.hashCode() as entrySet().hashCode() .
standardHashCode() - Method in class tech.mlsql.common.utils.collect.ForwardingSet
A sensible definition of ForwardingSet.hashCode() in terms of ForwardingCollection.iterator().
standardHeadSet(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
standardHigher(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.higher(E) in terms of the iterator method of ForwardingNavigableSet.tailSet(Object, boolean).
standardIndexOf(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingList.indexOf(java.lang.Object), in terms of ForwardingList.listIterator().
standardIsEmpty() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingCollection.isEmpty() as !iterator().hasNext.
standardIsEmpty() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.isEmpty() in terms of the iterator method of ForwardingMap.entrySet().
standardIterator() - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingCollection.iterator(), in terms of ForwardingList.listIterator().
standardIterator() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
StandardKeySet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMap.StandardKeySet
Constructor for use by subclasses.
StandardKeySet() - Constructor for class tech.mlsql.common.utils.collect.ForwardingSortedMap.StandardKeySet
Constructor for use by subclasses.
standardLast() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
standardLastIndexOf(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingList.lastIndexOf(java.lang.Object), in terms of ForwardingList.listIterator(int).
standardListIterator() - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingList.listIterator(), in terms of ForwardingList.listIterator(int).
standardListIterator(int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
standardLower(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.lower(E) in terms of the descendingIterator method of ForwardingNavigableSet.headSet(Object, boolean).
standardPollFirst() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.pollFirst() in terms of the iterator method.
standardPollLast() - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.pollLast() in terms of the descendingIterator method.
standardPutAll(Map<? extends K, ? extends V>) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingMap.putAll(Map) in terms of ForwardingMap.put(Object, Object).
standardRemove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingCollection.remove(java.lang.Object) in terms of ForwardingCollection.iterator(), using the iterator's remove method.
standardRemove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible, albeit inefficient, definition of ForwardingMap.remove(java.lang.Object) in terms of the iterator method of ForwardingMap.entrySet().
standardRemove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardRemove(Object) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
A sensible definition of ForwardingCollection.remove(java.lang.Object) in terms of the iterator() method of ForwardingSortedSet.tailSet(E).
standardRemoveAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingCollection.removeAll(java.util.Collection<?>) in terms of ForwardingCollection.iterator(), using the iterator's remove method.
standardRemoveAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible definition of ForwardingCollection.removeAll(java.util.Collection<?>) in terms of the removeAll method of ForwardingMultiset.elementSet().
standardRemoveAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingSet
standardRetainAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingCollection.retainAll(java.util.Collection<?>) in terms of ForwardingCollection.iterator(), using the iterator's remove method.
standardRetainAll(Collection<?>) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible definition of ForwardingCollection.retainAll(java.util.Collection<?>) in terms of the retainAll method of ForwardingMultiset.elementSet().
standardSetCount(E, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardSetCount(E, int, int) - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
standardSize() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible, albeit inefficient, definition of ForwardingCollection.size() in terms of ForwardingMultiset.entrySet().
standardSubList(int, int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
A sensible default implementation of ForwardingList.subList(int, int).
standardSubMap(K, K) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
standardSubSet(E, boolean, E, boolean) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
A sensible definition of ForwardingNavigableSet.subSet(Object, boolean, Object, boolean) in terms of the headSet and tailSet methods.
standardSubSet(E, E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
standardSubSet(E, E) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
StandardSystemProperty - Enum in tech.mlsql.common.utils.base
standardTailSet(E) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
standardToArray() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
standardToArray(T[]) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
standardToString() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
A sensible definition of ForwardingObject.toString() in terms of ForwardingCollection.iterator().
standardToString() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
A sensible definition of ForwardingObject.toString() in terms of the iterator method of ForwardingMap.entrySet().
standardToString() - Method in class tech.mlsql.common.utils.collect.ForwardingMapEntry
standardToString() - Method in class tech.mlsql.common.utils.collect.ForwardingMultiset
A sensible definition of ForwardingObject.toString() as entrySet().toString() .
StandardValues() - Constructor for class tech.mlsql.common.utils.collect.ForwardingMap.StandardValues
Constructor for use by subclasses.
start() - Method in class tech.mlsql.common.utils.base.Stopwatch
Starts the stopwatch.
stats() - Method in class tech.mlsql.common.utils.cache.AbstractCache
 
stats() - Method in interface tech.mlsql.common.utils.cache.Cache
Returns a current snapshot of this cache's cumulative statistics.
stats() - Method in class tech.mlsql.common.utils.cache.ForwardingCache
 
stop() - Method in class tech.mlsql.common.utils.base.Stopwatch
Stops the stopwatch.
Stopwatch - Class in tech.mlsql.common.utils.base
An object that measures elapsed time in nanoseconds.
Stopwatch() - Constructor for class tech.mlsql.common.utils.base.Stopwatch
Deprecated.
Use Stopwatch.createUnstarted() instead. This constructor is scheduled to be removed in Guava release 17.0.
Stopwatch(Ticker) - Constructor for class tech.mlsql.common.utils.base.Stopwatch
Deprecated.
Use Stopwatch.createUnstarted(Ticker) instead. This constructor is scheduled to be removed in Guava release 17.0.
stringConverter() - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a serializable converter object that converts between strings and integers using Integer.decode(java.lang.String) and Integer.toString().
stringConverter() - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a serializable converter object that converts between strings and longs using Long.decode(java.lang.String) and Long.toString().
stringConverter() - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a serializable converter object that converts between strings and shorts using Short.decode(java.lang.String) and Short.toString().
stringFunnel(Charset) - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel that encodes the characters of a CharSequence with the specified Charset.
Strings - Class in tech.mlsql.common.utils.base
Static utility methods pertaining to String or CharSequence instances.
stringToBytes(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert the given string to a byte buffer.
STX - Static variable in class tech.mlsql.common.utils.base.Ascii
Start of Text: A communication control character which precedes a sequence of characters that is to be treated as an entity and entirely transmitted through to the ultimate destination.
SUB - Static variable in class tech.mlsql.common.utils.base.Ascii
Substitute: A character that may be substituted for a character which is determined to be invalid or in error.
subList(int, int) - Method in class tech.mlsql.common.utils.collect.ForwardingList
 
subList(int, int) - Method in class tech.mlsql.common.utils.collect.ImmutableList
Returns an immutable list of the elements between the specified fromIndex, inclusive, and toIndex, exclusive.
subMap(K, K) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
subMap(K, K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys ranges from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys ranges from fromKey to toKey, inclusive or exclusive as indicated by the boolean flags.
submit(Runnable) - Method in class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
submit(Runnable, T) - Method in class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
submit(Callable<T>) - Method in class tech.mlsql.common.utils.concurrent.AbstractListeningExecutorService
 
submit(Callable<T>) - Method in interface tech.mlsql.common.utils.concurrent.ListeningExecutorService
 
submit(Runnable) - Method in interface tech.mlsql.common.utils.concurrent.ListeningExecutorService
 
submit(Runnable, T) - Method in interface tech.mlsql.common.utils.concurrent.ListeningExecutorService
 
subMultiset(E, BoundType, E, BoundType) - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns a view of this multiset restricted to the range between lowerBound and upperBound.
subSet(E, boolean, E, boolean) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
subSet(E, E) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
subSet(E, E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
subSet(E, boolean, E, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
successfulAsList(ListenableFuture<? extends V>...) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its successful input futures.
successfulAsList(Iterable<? extends ListenableFuture<? extends V>>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Creates a new ListenableFuture whose value is a list containing the values of all its successful input futures.
sum(Multiset<? extends E>, Multiset<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the sum of two multisets.
Supplier<T> - Interface in tech.mlsql.common.utils.base
A class that can supply objects of a single type.
supplierFunction() - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a function that accepts a supplier and returns the result of invoking Supplier.get() on that supplier.
Suppliers - Class in tech.mlsql.common.utils.base
Useful suppliers.
symmetricDifference(Set<? extends E>, Set<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an unmodifiable view of the symmetric difference of two sets.
SYN - Static variable in class tech.mlsql.common.utils.base.Ascii
Synchronous Idle: A communication control character used by a synchronous transmission system in the absence of any other character to provide a signal from which synchronism may be achieved or retained.
synchronizedBiMap(BiMap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a synchronized (thread-safe) bimap backed by the specified bimap.
synchronizedDeque(Deque<E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Returns a synchronized (thread-safe) deque backed by the specified deque.
synchronizedListMultimap(ListMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a synchronized (thread-safe) ListMultimap backed by the specified multimap.
synchronizedMultimap(Multimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a synchronized (thread-safe) multimap backed by the specified multimap.
synchronizedNavigableMap(NavigableMap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
synchronizedNavigableSet(NavigableSet<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
synchronizedQueue(Queue<E>) - Static method in class tech.mlsql.common.utils.collect.Queues
Returns a synchronized (thread-safe) queue backed by the specified queue.
synchronizedSetMultimap(SetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a synchronized (thread-safe) SetMultimap backed by the specified multimap.
synchronizedSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a synchronized (thread-safe) SortedSetMultimap backed by the specified multimap.
synchronizedSupplier(Supplier<T>) - Static method in class tech.mlsql.common.utils.base.Suppliers
Returns a supplier whose get() method synchronizes on delegate before calling it, making it thread-safe.
systemTicker() - Static method in class tech.mlsql.common.utils.base.Ticker
A ticker that reads the current time using System.nanoTime().
SystemUtils - Class in tech.mlsql.common.utils.os
Helpers for java.lang.System.
SystemUtils() - Constructor for class tech.mlsql.common.utils.os.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

T

tailMap(K) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedMap
 
tailMap(K) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys are greater than or equals to fromKey.
tailMap(K, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
This method returns a ImmutableSortedMap, consisting of the entries whose keys are greater than (or equal to, if inclusive) fromKey.
tailMultiset(E, BoundType) - Method in interface tech.mlsql.common.utils.collect.SortedMultiset
Returns a view of this multiset restricted to the elements greater than lowerBound, optionally including lowerBound itself.
tailSet(E, boolean) - Method in class tech.mlsql.common.utils.collect.ForwardingNavigableSet
 
tailSet(E) - Method in class tech.mlsql.common.utils.collect.ForwardingSortedSet
 
tailSet(E) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
tailSet(E, boolean) - Method in class tech.mlsql.common.utils.collect.ImmutableSortedSet
 
takeUninterruptibly(BlockingQueue<E>) - Static method in class tech.mlsql.common.utils.concurrent.Uninterruptibles
Invokes queue.take() uninterruptibly.
tech.mlsql.common.utils - package tech.mlsql.common.utils
 
tech.mlsql.common.utils.annotations - package tech.mlsql.common.utils.annotations
 
tech.mlsql.common.utils.base - package tech.mlsql.common.utils.base
 
tech.mlsql.common.utils.cache - package tech.mlsql.common.utils.cache
 
tech.mlsql.common.utils.collect - package tech.mlsql.common.utils.collect
 
tech.mlsql.common.utils.concurrent - package tech.mlsql.common.utils.concurrent
 
tech.mlsql.common.utils.distribute.socket.server - package tech.mlsql.common.utils.distribute.socket.server
 
tech.mlsql.common.utils.escape - package tech.mlsql.common.utils.escape
 
tech.mlsql.common.utils.hash - package tech.mlsql.common.utils.hash
 
tech.mlsql.common.utils.hdfs - package tech.mlsql.common.utils.hdfs
 
tech.mlsql.common.utils.io - package tech.mlsql.common.utils.io
 
tech.mlsql.common.utils.kv - package tech.mlsql.common.utils.kv
 
tech.mlsql.common.utils.lang.ja - package tech.mlsql.common.utils.lang.ja
 
tech.mlsql.common.utils.lang.py - package tech.mlsql.common.utils.lang.py
 
tech.mlsql.common.utils.math - package tech.mlsql.common.utils.math
 
tech.mlsql.common.utils.net - package tech.mlsql.common.utils.net
 
tech.mlsql.common.utils.network - package tech.mlsql.common.utils.network
 
tech.mlsql.common.utils.os - package tech.mlsql.common.utils.os
 
tech.mlsql.common.utils.primitives - package tech.mlsql.common.utils.primitives
 
tech.mlsql.common.utils.reflect - package tech.mlsql.common.utils.reflect
 
tech.mlsql.common.utils.shell.command - package tech.mlsql.common.utils.shell.command
 
TeredoInfo(Inet4Address, Inet4Address, int, int) - Constructor for class tech.mlsql.common.utils.net.InetAddresses.TeredoInfo
Constructs a TeredoInfo instance.
ThreadFactoryBuilder - Class in tech.mlsql.common.utils.concurrent
A ThreadFactory builder, providing any combination of these features: whether threads should be marked as daemon threads a naming format a thread priority an uncaught exception handler a backing thread factory
ThreadFactoryBuilder() - Constructor for class tech.mlsql.common.utils.concurrent.ThreadFactoryBuilder
Creates a new ThreadFactory builder.
Throwables - Class in tech.mlsql.common.utils.base
Static utility methods pertaining to instances of Throwable.
Ticker - Class in tech.mlsql.common.utils.base
A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.
Ticker() - Constructor for class tech.mlsql.common.utils.base.Ticker
Constructor for use by subclasses.
ticker(Ticker) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies a nanosecond-precision time source for use in determining when entries should be expired.
timeStringAs(String, TimeUnit) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a passed time string (e.g.
timeStringAsMs(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a time parameter such as (50s, 100ms, or 250us) to milliseconds for internal use.
timeStringAsSec(String) - Static method in class tech.mlsql.common.utils.distribute.socket.server.JavaUtils
Convert a time parameter such as (50s, 100ms, or 250us) to seconds for internal use.
to(CaseFormat, String) - Method in enum tech.mlsql.common.utils.base.CaseFormat
Converts the specified String s from this format to the specified format.
toAddrString(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the string representation of an InetAddress.
toArray(Class<E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an array containing all of the elements from this fluent iterable in iteration order.
toArray() - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
toArray(T[]) - Method in class tech.mlsql.common.utils.collect.ForwardingCollection
 
toArray() - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
 
toArray(T[]) - Method in class tech.mlsql.common.utils.collect.ImmutableCollection
 
toArray(Iterable<? extends T>, Class<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Copies an iterable's elements into an array.
toArray(Iterator<? extends T>, Class<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Copies an iterator's elements into an array.
toArray(Collection<Character>) - Static method in class tech.mlsql.common.utils.primitives.Chars
Copies a collection of Character instances into a new array of primitive char values.
toArray(Collection<? extends Number>) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns an array containing each value of collection, converted to a int value in the manner of Number.intValue().
toArray(Collection<? extends Number>) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns an array containing each value of collection, converted to a long value in the manner of Number.longValue().
toArray(Collection<? extends Number>) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns an array containing each value of collection, converted to a short value in the manner of Number.shortValue().
toByteArray() - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
Returns the contents that have been written to this instance, as a byte array.
toByteArray(InputStream) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Reads all bytes from an input stream into a byte array.
toByteArray(InputSupplier<? extends InputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSource.read() instead. This method is scheduled for removal in Guava 18.0.
toByteArray(File) - Static method in class tech.mlsql.common.utils.io.Files
Reads all bytes from a file into a byte array.
toByteArray(URL) - Static method in class tech.mlsql.common.utils.io.Resources
Reads all bytes from a URL into a byte array.
toByteArray(char) - Static method in class tech.mlsql.common.utils.primitives.Chars
Returns a big-endian representation of value in a 2-element byte array; equivalent to ByteBuffer.allocate(2).putChar(value).array().
toByteArray(int) - Static method in class tech.mlsql.common.utils.primitives.Ints
Returns a big-endian representation of value in a 4-element byte array; equivalent to ByteBuffer.allocate(4).putInt(value).array().
toByteArray(long) - Static method in class tech.mlsql.common.utils.primitives.Longs
Returns a big-endian representation of value in an 8-element byte array; equivalent to ByteBuffer.allocate(8).putLong(value).array().
toByteArray(short) - Static method in class tech.mlsql.common.utils.primitives.Shorts
Returns a big-endian representation of value in a 2-element byte array; equivalent to ByteBuffer.allocate(2).putShort(value).array().
toBytes(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
toGiB(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
toInt(byte) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns the value of the given byte as an integer, when treated as unsigned.
toJava(PyObject) - Static method in class tech.mlsql.common.utils.lang.py.JythonUtils
 
toKiB(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
toList() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an ImmutableList containing all of the elements from this fluent iterable in proper sequence.
toLong() - Method in class tech.mlsql.common.utils.base.WowBitSet
 
toLong(int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns the value of the given int as a long, when treated as unsigned.
toLowerCase(String) - Static method in class tech.mlsql.common.utils.base.Ascii
Returns a copy of the input string in which all uppercase ASCII characters have been converted to lowercase.
toLowerCase(char) - Static method in class tech.mlsql.common.utils.base.Ascii
If the argument is an uppercase ASCII character returns the lowercase equivalent.
toMap(Function<? super E, V>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an immutable map for which the elements of this FluentIterable are the keys in the same order, mapped to values by the given function.
toMap(Iterable<K>, Function<? super K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map whose keys are the distinct elements of keys and whose value for each key was computed by valueFunction.
toMap(Iterator<K>, Function<? super K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map whose keys are the distinct elements of keys and whose value for each key was computed by valueFunction.
toMiB(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
toNumStr(Object) - Static method in class tech.mlsql.common.utils.shell.command.NumberUtil
 
toParsableString() - Method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
Returns a string that can be used to parse an equivalent CacheBuilderSpec.
toPiB(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
toPy(Object) - Static method in class tech.mlsql.common.utils.lang.py.JythonUtils
 
toSet() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an ImmutableSet containing all of the elements from this fluent iterable with duplicates removed.
toSortedList(Comparator<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an ImmutableList containing all of the elements from this FluentIterable in the order specified by comparator.
toSortedSet(Comparator<? super E>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an ImmutableSortedSet containing all of the elements from this FluentIterable in the order specified by comparator, with duplicates (determined by comparator.compare(x, y) == 0) removed.
toString() - Method in class tech.mlsql.common.utils.base.Equivalence.Wrapper
Returns a string representation for this equivalence wrapper.
toString() - Method in class tech.mlsql.common.utils.base.Objects.ToStringHelper
Returns a string in the format specified by Objects.toStringHelper(Object).
toString() - Method in class tech.mlsql.common.utils.base.Optional
Returns a string representation for this instance.
toString() - Method in enum tech.mlsql.common.utils.base.StandardSystemProperty
Returns a string representation of this system property.
toString() - Method in class tech.mlsql.common.utils.base.Stopwatch
Returns a string representation of the current elapsed time.
toString() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Returns a string representation for this CacheBuilder instance.
toString() - Method in class tech.mlsql.common.utils.cache.CacheBuilderSpec
Returns a string representation for this CacheBuilderSpec instance.
toString() - Method in class tech.mlsql.common.utils.cache.CacheStats
 
toString() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
Returns a string representation of the form {key}={value}.
toString() - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns a string representation of this fluent iterable, with the format [e1, e2, ..., en].
toString() - Method in class tech.mlsql.common.utils.collect.ForwardingObject
Returns the string representation generated by the delegate's toString method.
toString() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
 
toString() - Method in class tech.mlsql.common.utils.collect.ImmutableMultiset
 
toString(Iterable<?>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns a string representation of iterable, with the format [e1, e2, ..., en].
toString(Iterator<?>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns a string representation of iterator, with the format [e1, e2, ..., en].
toString() - Method in class tech.mlsql.common.utils.collect.MapMaker
Returns a string representation for this MapMaker instance.
toString() - Method in interface tech.mlsql.common.utils.collect.Multiset.Entry
Returns the canonical string representation of this entry, defined as follows.
toString() - Method in interface tech.mlsql.common.utils.collect.Multiset
toString() - Method in class tech.mlsql.common.utils.hash.HashCode
Returns a string containing each byte of HashCode.asBytes(), in order, as a two-digit unsigned hexadecimal number in lower case.
toString(Readable) - Static method in class tech.mlsql.common.utils.io.CharStreams
Reads all characters from a Readable object into a String.
toString(InputSupplier<R>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSource.read() instead. This method is scheduled for removal in Guava 18.0.
toString(File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Reads all characters from a file into a String, using the given character set.
toString(URL, Charset) - Static method in class tech.mlsql.common.utils.io.Resources
Reads all characters from a URL into a String, using the given character set.
toString(byte) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns a string representation of x, where x is treated as unsigned.
toString(byte, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedBytes
Returns a string representation of x for the given radix, where x is treated as unsigned.
toString(int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns a string representation of x, where x is treated as unsigned.
toString(int, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedInts
Returns a string representation of x for the given radix, where x is treated as unsigned.
toString(long) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns a string representation of x, where x is treated as unsigned.
toString(long, int) - Static method in class tech.mlsql.common.utils.primitives.UnsignedLongs
Returns a string representation of x for the given radix, where x is treated as unsigned.
toString() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ClassInfo
 
toString() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
 
toStringFunction() - Static method in class tech.mlsql.common.utils.base.Functions
Returns a function that calls toString() on its argument.
toStringHelper(Object) - Static method in class tech.mlsql.common.utils.base.Objects
Creates an instance of Objects.ToStringHelper.
toStringHelper(Class<?>) - Static method in class tech.mlsql.common.utils.base.Objects
Creates an instance of Objects.ToStringHelper in the same manner as Objects.toStringHelper(Object), but using the name of clazz instead of using an instance's Object.getClass().
toStringHelper(String) - Static method in class tech.mlsql.common.utils.base.Objects
Creates an instance of Objects.ToStringHelper in the same manner as Objects.toStringHelper(Object), but using className instead of using an instance's Object.getClass().
totalLoadTime() - Method in class tech.mlsql.common.utils.cache.CacheStats
Returns the total number of nanoseconds the cache has spent loading new values.
toTiB(long) - Method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
 
touch(File) - Static method in class tech.mlsql.common.utils.io.Files
Creates an empty file or updates the last updated timestamp on the same as the unix command of the same name.
toUpperCase(String) - Static method in class tech.mlsql.common.utils.base.Ascii
Returns a copy of the input string in which all lowercase ASCII characters have been converted to uppercase.
toUpperCase(char) - Static method in class tech.mlsql.common.utils.base.Ascii
If the argument is a lowercase ASCII character returns the uppercase equivalent.
toUriString(InetAddress) - Static method in class tech.mlsql.common.utils.net.InetAddresses
Returns the string representation of an InetAddress suitable for inclusion in a URI.
transform(Function<? super T, V>) - Method in class tech.mlsql.common.utils.base.Optional
If the instance is present, it is transformed with the given Function; otherwise, Optional.absent() is returned.
transform(Collection<F>, Function<? super F, T>) - Static method in class tech.mlsql.common.utils.collect.Collections2
Returns a collection that applies function to each element of fromCollection.
transform(Function<? super E, T>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns a fluent iterable that applies function to each element of this fluent iterable.
transform(Iterable<F>, Function<? super F, ? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an iterable that applies function to each element of fromIterable.
transform(Iterator<F>, Function<? super F, ? extends T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an iterator that applies function to each element of fromIterator.
transform(List<F>, Function<? super F, ? extends T>) - Static method in class tech.mlsql.common.utils.collect.Lists
Returns a list that applies function to each element of fromList.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
transform(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, Executor) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transform(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transformAndConcat(Function<? super E, ? extends Iterable<? extends T>>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Applies function to each element of this fluent iterable and returns a fluent iterable with the concatenated combination of results.
transformEntries(Map<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a map whose values are derived from the original map's entries.
transformEntries(SortedMap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a sorted map whose values are derived from the original sorted map's entries.
transformEntries(NavigableMap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a navigable map whose values are derived from the original navigable map's entries.
transformEntries(Multimap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a view of a multimap whose values are derived from the original multimap's entries.
transformEntries(ListMultimap<K, V1>, Maps.EntryTransformer<? super K, ? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a view of a ListMultimap whose values are derived from the original multimap's entries.
transformEntry(K, V1) - Method in interface tech.mlsql.common.utils.collect.Maps.EntryTransformer
Determines an output value based on a key-value pair.
transformValues(Map<K, V1>, Function<? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a map where each value is transformed by a function.
transformValues(SortedMap<K, V1>, Function<? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a sorted map where each value is transformed by a function.
transformValues(NavigableMap<K, V1>, Function<? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns a view of a navigable map where each value is transformed by a function.
transformValues(Multimap<K, V1>, Function<? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a view of a multimap where each value is transformed by a function.
transformValues(ListMultimap<K, V1>, Function<? super V1, V2>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns a view of a ListMultimap where each value is transformed by a function.
treeKeys() - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses a naturally-ordered TreeMap to map keys to value collections.
treeKeys(Comparator<K0>) - Static method in class tech.mlsql.common.utils.collect.MultimapBuilder
Uses a TreeMap sorted by the specified comparator to map keys to value collections.
treeSetValues() - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses a naturally-ordered TreeSet to store value collections.
treeSetValues(Comparator<V0>) - Method in class tech.mlsql.common.utils.collect.MultimapBuilder.MultimapBuilderWithKeys
Uses a TreeSet ordered by the specified comparator to store value collections.
TreeTraverser<T> - Class in tech.mlsql.common.utils.collect
Views elements of a type T as nodes in a tree, and provides methods to traverse the trees induced by this traverser.
TreeTraverser() - Constructor for class tech.mlsql.common.utils.collect.TreeTraverser
 
trimAndCollapseFrom(CharSequence, char) - Method in class tech.mlsql.common.utils.base.CharMatcher
Collapses groups of matching characters exactly as CharMatcher.collapseFrom(java.lang.CharSequence, char) does, except that groups of matching characters at the start or end of the sequence are removed without replacement.
trimFrom(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a substring of the input character sequence that omits all characters this matcher matches from the beginning and from the end of the string.
trimLeadingFrom(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a substring of the input character sequence that omits all characters this matcher matches from the beginning of the string.
trimResults() - Method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that behaves equivalently to this splitter, but automatically removes leading and trailing whitespace from each returned substring; equivalent to trimResults(CharMatcher.WHITESPACE).
trimResults(CharMatcher) - Method in class tech.mlsql.common.utils.base.Splitter
Returns a splitter that behaves equivalently to this splitter, but removes all leading or trailing characters matching the given CharMatcher from each returned substring.
trimTrailingFrom(CharSequence) - Method in class tech.mlsql.common.utils.base.CharMatcher
Returns a substring of the input character sequence that omits all characters this matcher matches from the end of the string.
tryFind(Iterable<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an Optional containing the first element in iterable that satisfies the given predicate, if such an element exists.
tryFind(Iterator<T>, Predicate<? super T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an Optional containing the first element in iterator that satisfies the given predicate, if such an element exists.
tryParse(String) - Static method in class tech.mlsql.common.utils.primitives.Ints
Parses the specified string as a signed decimal integer value.
tryParse(String) - Static method in class tech.mlsql.common.utils.primitives.Longs
Parses the specified string as a signed decimal long value.
type() - Method in class tech.mlsql.common.utils.kv.KVTypeInfo
 

U

UncheckedExecutionException - Exception in tech.mlsql.common.utils.concurrent
Unchecked variant of ExecutionException.
UncheckedExecutionException() - Constructor for exception tech.mlsql.common.utils.concurrent.UncheckedExecutionException
Creates a new instance with null as its detail message.
UncheckedExecutionException(String) - Constructor for exception tech.mlsql.common.utils.concurrent.UncheckedExecutionException
Creates a new instance with the given detail message.
UncheckedExecutionException(String, Throwable) - Constructor for exception tech.mlsql.common.utils.concurrent.UncheckedExecutionException
Creates a new instance with the given detail message and cause.
UncheckedExecutionException(Throwable) - Constructor for exception tech.mlsql.common.utils.concurrent.UncheckedExecutionException
Creates a new instance with the given cause.
unencodedCharsFunnel() - Static method in class tech.mlsql.common.utils.hash.Funnels
Returns a funnel that extracts the characters from a CharSequence, a character at a time, without performing any encoding.
UnicodeEscaper - Class in tech.mlsql.common.utils.escape
An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
UnicodeEscaper() - Constructor for class tech.mlsql.common.utils.escape.UnicodeEscaper
Constructor for use by subclasses.
Uninterruptibles - Class in tech.mlsql.common.utils.concurrent
Utilities for treating interruptible operations as uninterruptible.
union(Multiset<? extends E>, Multiset<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the union of two multisets.
union(Set<? extends E>, Set<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an unmodifiable view of the union of two sets.
uniqueIndex(Function<? super E, K>) - Method in class tech.mlsql.common.utils.collect.FluentIterable
Returns an immutable map for which the Map.values() are the elements of this FluentIterable in the given order, and each key is the product of invoking a supplied function on its corresponding value.
uniqueIndex(Iterable<V>, Function<? super V, K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map for which the Map.values() are the given elements in the given order, and each key is the product of invoking a supplied function on its corresponding value.
uniqueIndex(Iterator<V>, Function<? super V, K>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an immutable map for which the Map.values() are the given elements in the given order, and each key is the product of invoking a supplied function on its corresponding value.
unmodifiableBiMap(BiMap<? extends K, ? extends V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an unmodifiable view of the specified bimap.
unmodifiableIterable(Iterable<T>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Returns an unmodifiable view of iterable.
unmodifiableIterable(ImmutableCollection<E>) - Static method in class tech.mlsql.common.utils.collect.Iterables
Deprecated.
no need to use this
unmodifiableIterator(Iterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Returns an unmodifiable view of iterator.
unmodifiableIterator(UnmodifiableIterator<T>) - Static method in class tech.mlsql.common.utils.collect.Iterators
Deprecated.
no need to use this
UnmodifiableIterator<E> - Class in tech.mlsql.common.utils.collect
An iterator that does not support UnmodifiableIterator.remove().
UnmodifiableIterator() - Constructor for class tech.mlsql.common.utils.collect.UnmodifiableIterator
Constructor for use by subclasses.
UnmodifiableListIterator<E> - Class in tech.mlsql.common.utils.collect
UnmodifiableListIterator() - Constructor for class tech.mlsql.common.utils.collect.UnmodifiableListIterator
Constructor for use by subclasses.
unmodifiableListMultimap(ListMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns an unmodifiable view of the specified ListMultimap.
unmodifiableListMultimap(ImmutableListMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Deprecated.
no need to use this
unmodifiableMultimap(Multimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns an unmodifiable view of the specified multimap.
unmodifiableMultimap(ImmutableMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Deprecated.
no need to use this
unmodifiableMultiset(Multiset<? extends E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the specified multiset.
unmodifiableMultiset(ImmutableMultiset<E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Deprecated.
no need to use this
unmodifiableNavigableMap(NavigableMap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Maps
Returns an unmodifiable view of the specified navigable map.
unmodifiableNavigableSet(NavigableSet<E>) - Static method in class tech.mlsql.common.utils.collect.Sets
Returns an unmodifiable view of the specified navigable set.
unmodifiableSetMultimap(SetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns an unmodifiable view of the specified SetMultimap.
unmodifiableSetMultimap(ImmutableSetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Deprecated.
no need to use this
unmodifiableSortedMultiset(SortedMultiset<E>) - Static method in class tech.mlsql.common.utils.collect.Multisets
Returns an unmodifiable view of the specified sorted multiset.
unmodifiableSortedSetMultimap(SortedSetMultimap<K, V>) - Static method in class tech.mlsql.common.utils.collect.Multimaps
Returns an unmodifiable view of the specified SortedSetMultimap.
UnsignedBytes - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to byte primitives that interpret values as unsigned (that is, any negative value b is treated as the positive value 256 + b).
UnsignedInts - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to int primitives that interpret values as unsigned (that is, any negative value x is treated as the positive value 2^32 + x).
UnsignedLongs - Class in tech.mlsql.common.utils.primitives
Static utility methods pertaining to long primitives that interpret values as unsigned (that is, any negative value x is treated as the positive value 2^64 + x).
UnsupportedStoreVersionException - Exception in tech.mlsql.common.utils.kv
Exception thrown when the store implementation is not compatible with the underlying data.
UnsupportedStoreVersionException() - Constructor for exception tech.mlsql.common.utils.kv.UnsupportedStoreVersionException
 
unwrap(Class<T>) - Static method in class tech.mlsql.common.utils.primitives.Primitives
Returns the corresponding primitive type of type if it is a wrapper type; otherwise returns type itself.
upperCase() - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an encoding that behaves equivalently to this encoding, but encodes and decodes with uppercase letters.
url() - Method in class tech.mlsql.common.utils.reflect.ClassPath.ResourceInfo
Returns the url identifying the resource.
US - Static variable in class tech.mlsql.common.utils.base.Ascii
 
US_ASCII - Static variable in class tech.mlsql.common.utils.base.Charsets
US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).
useForNull(String) - Method in class tech.mlsql.common.utils.base.Joiner.MapJoiner
Returns a map joiner with the same behavior as this one, except automatically substituting nullText for any provided null keys or values.
useForNull(String) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a joiner with the same behavior as this one, except automatically substituting nullText for any provided null elements.
USER_COUNTRY - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.name System Property.
USER_TIMEZONE - Static variable in class tech.mlsql.common.utils.os.SystemUtils
The user.timezone System Property.
usingToString() - Static method in class tech.mlsql.common.utils.collect.Ordering
Returns an ordering that compares objects by the natural ordering of their string representations as returned by toString().
UTF_16 - Static variable in class tech.mlsql.common.utils.base.Charsets
UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
UTF_16BE - Static variable in class tech.mlsql.common.utils.base.Charsets
UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
UTF_16LE - Static variable in class tech.mlsql.common.utils.base.Charsets
UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
UTF_8 - Static variable in class tech.mlsql.common.utils.base.Charsets
UTF-8: eight-bit UCS Transformation Format.

V

value() - Method in enum tech.mlsql.common.utils.base.StandardSystemProperty
Returns the current value for this system property by delegating to System.getProperty(String).
valueComparator() - Method in interface tech.mlsql.common.utils.collect.SortedSetMultimap
Returns the comparator that orders the multimap values, with null indicating that natural ordering is used.
valueOf(String) - Static method in enum tech.mlsql.common.utils.base.CaseFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.common.utils.base.StandardSystemProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.common.utils.cache.RemovalCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.common.utils.collect.BoundType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.mlsql.common.utils.io.FileWriteMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.mlsql.common.utils.base.CaseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.mlsql.common.utils.base.StandardSystemProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.mlsql.common.utils.cache.RemovalCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface tech.mlsql.common.utils.collect.BiMap
values() - Static method in enum tech.mlsql.common.utils.collect.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class tech.mlsql.common.utils.collect.ForwardingMap
 
values() - Method in class tech.mlsql.common.utils.collect.ForwardingMultimap
 
values() - Method in class tech.mlsql.common.utils.collect.ImmutableBiMap
Returns an immutable set of the values in this map.
values() - Method in class tech.mlsql.common.utils.collect.ImmutableMap
Returns an immutable collection of the values in this map.
values() - Method in class tech.mlsql.common.utils.collect.ImmutableMultimap
Returns an immutable collection of the values in this multimap.
values() - Method in class tech.mlsql.common.utils.collect.ImmutableSortedMap
Returns an immutable collection of the values in this map, sorted by the ordering of the corresponding keys.
values() - Method in interface tech.mlsql.common.utils.collect.Multimap
Returns a view collection containing the value from each key-value pair contained in this multimap, without collapsing duplicates (so values().size() == size()).
values() - Static method in enum tech.mlsql.common.utils.distribute.socket.server.ByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.mlsql.common.utils.io.FileWriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
view(Class<T>) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
view(Class<T>) - Method in interface tech.mlsql.common.utils.kv.KVStore
Returns a configurable view for iterating over entities of the given type.
view(Class<T>) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
VisibleForTesting - Annotation Type in tech.mlsql.common.utils.annotations
18/3/2020 WilliamZhu(allwefantasy@gmail.com)
VT - Static variable in class tech.mlsql.common.utils.base.Ascii
Vertical Tabulation ('\v'): A format effector which controls the movement of the printing position to the next in a series of predetermined printing lines.

W

wasEvicted() - Method in class tech.mlsql.common.utils.cache.RemovalNotification
Returns true if there was an automatic removal due to eviction (the cause is neither RemovalCause.EXPLICIT nor RemovalCause.REPLACED).
wasInterrupted() - Method in class tech.mlsql.common.utils.concurrent.AbstractFuture
Returns true if this future was cancelled with mayInterruptIfRunning set to true.
weakKeys() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that each key (not value) stored in the cache should be wrapped in a WeakReference (by default, strong references are used).
weakKeys() - Method in class tech.mlsql.common.utils.collect.MapMaker
Specifies that each key (not value) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
weakValues() - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies that each value (not key) stored in the cache should be wrapped in a WeakReference (by default, strong references are used).
weakValues() - Method in class tech.mlsql.common.utils.collect.MapMaker
Specifies that each value (not key) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
weigh(K, V) - Method in interface tech.mlsql.common.utils.cache.Weigher
Returns the weight of a cache entry.
weigher(Weigher<? super K1, ? super V1>) - Method in class tech.mlsql.common.utils.cache.CacheBuilder
Specifies the weigher to use in determining the weight of entries.
Weigher<K,V> - Interface in tech.mlsql.common.utils.cache
Calculates the weights of cache entries.
WHITESPACE - Static variable in class tech.mlsql.common.utils.base.CharMatcher
Determines whether a character is whitespace according to the latest Unicode standard, as illustrated here.
withFallback(ListenableFuture<? extends V>, FutureFallback<? extends V>) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a Future whose result is taken from the given primary input or, if the primary input fails, from the Future provided by the fallback.
withFallback(ListenableFuture<? extends V>, FutureFallback<? extends V>, Executor) - Static method in class tech.mlsql.common.utils.concurrent.Futures
Returns a Future whose result is taken from the given primary input or, if the primary input fails, from the Future provided by the fallback.
withKeyValueSeparator(String) - Method in class tech.mlsql.common.utils.base.Joiner
Returns a MapJoiner using the given key-value separator, and the same configuration as this Joiner otherwise.
withKeyValueSeparator(String) - Method in class tech.mlsql.common.utils.base.Splitter
Returns a MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified separator.
withKeyValueSeparator(char) - Method in class tech.mlsql.common.utils.base.Splitter
Returns a MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified separator.
withKeyValueSeparator(Splitter) - Method in class tech.mlsql.common.utils.base.Splitter
Returns a MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified key-value splitter.
withPadChar(char) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an encoding that behaves equivalently to this encoding, but uses an alternate character for padding.
withSeparator(String, int) - Method in class tech.mlsql.common.utils.io.BaseEncoding
Returns an encoding that behaves equivalently to this encoding, but adds a separator string after every n characters.
WowBitSet - Class in tech.mlsql.common.utils.base
18/3/2020 WilliamZhu(allwefantasy@gmail.com)
WowBitSet(BitSet) - Constructor for class tech.mlsql.common.utils.base.WowBitSet
 
wrap(S) - Method in class tech.mlsql.common.utils.base.Equivalence
Returns a wrapper of reference that implements Object.equals() such that wrap(a).equals(wrap(b)) if and only if equivalent(a, b).
wrap(byte[]) - Static method in class tech.mlsql.common.utils.io.ByteSource
Returns a view of the given byte array as a ByteSource.
wrap(CharSequence) - Static method in class tech.mlsql.common.utils.io.CharSource
Returns a view of the given character sequence as a CharSource.
wrap(Class<T>) - Static method in class tech.mlsql.common.utils.primitives.Primitives
Returns the corresponding wrapper type of type if it is a primitive type; otherwise returns type itself.
write(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
write(byte[]) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
write(byte[], int, int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
write(byte[]) - Method in class tech.mlsql.common.utils.io.ByteSink
Writes all the given bytes to this sink.
write(byte[], OutputSupplier<? extends OutputStream>) - Static method in class tech.mlsql.common.utils.io.ByteStreams
Deprecated.
Use ByteSink.write(byte[]) instead. This method is scheduled for removal in Guava 18.0.
write(CharSequence) - Method in class tech.mlsql.common.utils.io.CharSink
Writes the given character sequence to this sink.
write(CharSequence, OutputSupplier<W>) - Static method in class tech.mlsql.common.utils.io.CharStreams
Deprecated.
Use CharSink.write(CharSequence) instead. This method is scheduled for removal in Guava 18.0.
write(byte[], File) - Static method in class tech.mlsql.common.utils.io.Files
Overwrites a file with the contents of a byte array.
write(CharSequence, File, Charset) - Static method in class tech.mlsql.common.utils.io.Files
Writes a character sequence (such as a string) to a file using the given character set.
write(Object) - Method in class tech.mlsql.common.utils.kv.InMemoryStore
 
write(Object) - Method in interface tech.mlsql.common.utils.kv.KVStore
Writes the given object to the store, including indexed fields.
write(Object) - Method in class tech.mlsql.common.utils.kv.LevelDB
 
writeBoolean(boolean) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeByte(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeBytes(String) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
Deprecated.
This method is dangerous as it discards the high byte of every character. For UTF-8, use write(s.getBytes(Charsets.UTF_8)).
writeBytesTo(byte[], int, int) - Method in class tech.mlsql.common.utils.hash.HashCode
Copies bytes from this hash code into dest.
writeChar(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeChars(String) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeDouble(double) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeFloat(float) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeFrom(InputStream) - Method in class tech.mlsql.common.utils.io.ByteSink
Writes all the bytes from the given InputStream to this sink.
writeFrom(Readable) - Method in class tech.mlsql.common.utils.io.CharSink
Writes all the text from the given Readable (such as a Reader) to this sink.
writeInt(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeLines(Iterable<? extends CharSequence>) - Method in class tech.mlsql.common.utils.io.CharSink
Writes the given lines of text to this sink with each line (including the last) terminated with the operating system's default line separator.
writeLines(Iterable<? extends CharSequence>, String) - Method in class tech.mlsql.common.utils.io.CharSink
Writes the given lines of text to this sink with each line (including the last) terminated with the given line separator.
writeLong(long) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeShort(int) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 
writeUTF(String) - Method in interface tech.mlsql.common.utils.io.ByteArrayDataOutput
 

X

XOFF - Static variable in class tech.mlsql.common.utils.base.Ascii
Transmission off.
XON - Static variable in class tech.mlsql.common.utils.base.Ascii
Transmission on/off: Although originally defined as DC1, this ASCII control character is now better known as the XON code used for software flow control in serial communications.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2020. All rights reserved.