Uses of Class
org.elasticsearch.common.util.BigArrays
-
-
Uses of BigArrays in org.elasticsearch.common.io.stream
Fields in org.elasticsearch.common.io.stream declared as BigArrays Modifier and Type Field Description protected BigArraysBytesStreamOutput. bigArraysConstructors in org.elasticsearch.common.io.stream with parameters of type BigArrays Constructor Description BytesStreamOutput(int expectedSize, BigArrays bigArrays)ReleasableBytesStreamOutput(int expectedSize, BigArrays bigArrays)ReleasableBytesStreamOutput(BigArrays bigarrays) -
Uses of BigArrays in org.elasticsearch.common.lucene.index
Constructors in org.elasticsearch.common.lucene.index with parameters of type BigArrays Constructor Description FreqTermsEnum(IndexReader reader, String field, boolean needDocFreq, boolean needTotalTermFreq, Query filter, BigArrays bigArrays) -
Uses of BigArrays in org.elasticsearch.common.network
Constructors in org.elasticsearch.common.network with parameters of type BigArrays Constructor Description NetworkModule(Settings settings, boolean transportClient, List<NetworkPlugin> plugins, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Creates a network module that custom networking classes can be plugged into. -
Uses of BigArrays in org.elasticsearch.common.util
Fields in org.elasticsearch.common.util declared as BigArrays Modifier and Type Field Description static BigArraysBigArrays. NON_RECYCLING_INSTANCEMethods in org.elasticsearch.common.util that return BigArrays Modifier and Type Method Description BigArraysBigArrays. withCircuitBreaking()Return an instance of this BigArrays class with circuit breaking explicitly enabled, instead of only accounting enabledConstructors in org.elasticsearch.common.util with parameters of type BigArrays Constructor Description BitArray(int initialSize, BigArrays bigArrays)BytesRefHash(long capacity, float maxLoadFactor, BigArrays bigArrays)BytesRefHash(long capacity, BigArrays bigArrays)LongHash(long capacity, float maxLoadFactor, BigArrays bigArrays)LongHash(long capacity, BigArrays bigArrays)LongObjectPagedHashMap(long capacity, float maxLoadFactor, BigArrays bigArrays)LongObjectPagedHashMap(long capacity, BigArrays bigArrays) -
Uses of BigArrays in org.elasticsearch.index
Methods in org.elasticsearch.index that return BigArrays Modifier and Type Method Description BigArraysIndexService. getBigArrays()TheBigArraysto use for this index.Methods in org.elasticsearch.index with parameters of type BigArrays Modifier and Type Method Description IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry) -
Uses of BigArrays in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return BigArrays Modifier and Type Method Description BigArraysQueryShardContext. bigArrays()Return theBigArraysinstance for this node.Constructors in org.elasticsearch.index.query with parameters of type BigArrays Constructor Description QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of BigArrays in org.elasticsearch.index.shard
Constructors in org.elasticsearch.index.shard with parameters of type BigArrays Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService) -
Uses of BigArrays in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return BigArrays Modifier and Type Method Description BigArraysTranslogConfig. getBigArrays()Returns a BigArrays instance for this engineConstructors in org.elasticsearch.index.translog with parameters of type BigArrays Constructor Description TranslogConfig(ShardId shardId, Path translogPath, IndexSettings indexSettings, BigArrays bigArrays)Creates a new TranslogConfig instance -
Uses of BigArrays in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type BigArrays Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of BigArrays in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type BigArrays Modifier and Type Method Description protected SearchServiceNode. newSearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService)Creates a new the SearchService. -
Uses of BigArrays in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type BigArrays Modifier and Type Method Description default Map<String,Supplier<HttpServerTransport>>NetworkPlugin. getHttpTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Returns a map ofHttpServerTransportsuppliers. -
Uses of BigArrays in org.elasticsearch.search
Constructors in org.elasticsearch.search with parameters of type BigArrays Constructor Description SearchService(ClusterService clusterService, IndicesService indicesService, ThreadPool threadPool, ScriptService scriptService, BigArrays bigArrays, FetchPhase fetchPhase, ResponseCollectorService responseCollectorService) -
Uses of BigArrays in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return BigArrays Modifier and Type Method Description BigArraysInternalAggregation.ReduceContext. bigArrays()Constructors in org.elasticsearch.search.aggregations with parameters of type BigArrays Constructor Description ReduceContext(BigArrays bigArrays, ScriptService scriptService, boolean isFinalReduce)ReduceContext(BigArrays bigArrays, ScriptService scriptService, IntConsumer multiBucketConsumer, boolean isFinalReduce) -
Uses of BigArrays in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type BigArrays Modifier and Type Method Description static HyperLogLogPlusPlusHyperLogLogPlusPlus. readFrom(StreamInput in, BigArrays bigArrays)Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type BigArrays Constructor Description HyperLogLogPlusPlus(int precision, BigArrays bigArrays, long initialBucketCount) -
Uses of BigArrays in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return BigArrays Modifier and Type Method Description BigArraysFilteredSearchContext. bigArrays()abstract BigArraysSearchContext. bigArrays()
-