Module org.elasticsearch.server
Package org.elasticsearch.common
package org.elasticsearch.common
-
ClassDescriptionAsyncBiFunction<T,
U, C> ABiFunction
-like interface designed to be used with asynchronous executions.CheckedBiConsumer<T,U, E extends Exception> ABiConsumer
-like interface which allows throwing checked exceptions.CheckedBiFunction<T,U, R, E extends Exception> ABiFunction
-like interface which allows throwing checked exceptions.CheckedIntFunction<T,E extends Exception> CheckedSupplier<R,E extends Exception> ASupplier
-like interface which allows throwing checked exceptions.Explicit<T>Holds a value that is either: a) set implicitly e.g.Implements exponentially weighted moving averages (commonly abbreviated EWMA) for a single value.A reusable class to encodefield -> memory size
mappingsGenerates valid Elasticsearch index names.Converts utc into local time and back again.How to get instances ofLocalTimeOffset
.A registry from String to some class implementation.A set of utilities for numbers.Exception that can be used when parsing queries with a givenXContentParser
.Provides factory methods for producing reproducible sources of randomness.Encapsulates links to pages in the reference docs, so that for example we can include URLs in logs and API outputs.A strategy for rounding milliseconds since epoch.A strategy for rounding milliseconds since epoch.Simple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.Inner class to hold data about one task executed within the stop watch.Annotation to suppress logging usage checks errors inside a whole class or a method.Generates a base64-encoded, k-ordered UUID string optimized for compression and efficient indexing.TriConsumer<S,T, U> Represents an operation that accepts three arguments and returns no result.TriFunction<S,T, U, R> Represents a function that accepts three arguments and produces a result.Utility class for generating various types of UUIDs.Encapsulates an accumulation of validation errorsIndicates a class that represents a version id of some kind