Constructor and Description |
---|
TransportValidateQueryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportCountAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportShardDeleteByQueryAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
IndicesService indicesService,
ThreadPool threadPool,
ShardStateAction shardStateAction,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExistsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
TransportExplainAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters) |
Constructor and Description |
---|
PagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int length) |
PagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int from,
int length) |
ReleasablePagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int length) |
ReleasablePagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int from,
int length) |
Modifier and Type | Field and Description |
---|---|
protected BigArrays |
BytesStreamOutput.bigarrays |
Constructor and Description |
---|
BytesStreamOutput(int expectedSize,
BigArrays bigarrays) |
ReleasableBytesStreamOutput(BigArrays bigarrays) |
ReleasableBytesStreamOutput(int expectedSize,
BigArrays bigarrays) |
Constructor and Description |
---|
FreqTermsEnum(org.apache.lucene.index.IndexReader reader,
String field,
boolean needDocFreq,
boolean needTotalTermFreq,
org.apache.lucene.search.Filter filter,
BigArrays bigArrays) |
Modifier and Type | Field and Description |
---|---|
static BigArrays |
BigArrays.NON_RECYCLING_INSTANCE |
Modifier and Type | Method and Description |
---|---|
BigArrays |
BigArrays.withCircuitBreaking()
Return a new instance of this BigArrays class with circuit breaking
explicitly enabled, instead of only accounting enabled
|
Constructor and Description |
---|
BytesRefHash(long capacity,
BigArrays bigArrays) |
BytesRefHash(long capacity,
float maxLoadFactor,
BigArrays bigArrays) |
LongHash(long capacity,
BigArrays bigArrays) |
LongHash(long capacity,
float maxLoadFactor,
BigArrays bigArrays) |
LongObjectPagedHashMap(BigArrays bigArrays) |
LongObjectPagedHashMap(long capacity,
BigArrays bigArrays) |
LongObjectPagedHashMap(long capacity,
float maxLoadFactor,
BigArrays bigArrays) |
Modifier and Type | Field and Description |
---|---|
protected BigArrays |
NettyHttpServerTransport.bigArrays |
Constructor and Description |
---|
NettyHttpServerTransport(Settings settings,
NetworkService networkService,
BigArrays bigArrays) |
Modifier and Type | Field and Description |
---|---|
protected BigArrays |
ChildrenQuery.ParentCollector.bigArrays |
Constructor and Description |
---|
FsTranslog(ShardId shardId,
Settings indexSettings,
IndexSettingsService indexSettingsService,
BigArrays bigArrays,
IndexStore indexStore) |
Modifier and Type | Method and Description |
---|---|
BigArrays |
PercolateContext.bigArrays() |
Constructor and Description |
---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Filter aliasFilter) |
PercolatorService(Settings settings,
IndicesService indicesService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
HighlightPhase highlightPhase,
ClusterService clusterService,
FacetPhase facetPhase,
AggregationPhase aggregationPhase,
ScriptService scriptService,
MappingUpdatedAction mappingUpdatedAction) |
Constructor and Description |
---|
SearchService(Settings settings,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesQueryCache indicesQueryCache) |
Modifier and Type | Field and Description |
---|---|
protected BigArrays |
Aggregator.bigArrays |
Modifier and Type | Method and Description |
---|---|
BigArrays |
InternalAggregation.ReduceContext.bigArrays() |
Constructor and Description |
---|
FilteringBucketCollector(long[] validBucketOrds,
BucketCollector delegate,
BigArrays bigArrays) |
ReduceContext(List<InternalAggregation> aggregations,
BigArrays bigArrays,
ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
static HyperLogLogPlusPlus |
HyperLogLogPlusPlus.readFrom(StreamInput in,
BigArrays bigArrays) |
Constructor and Description |
---|
HyperLogLogPlusPlus(int precision,
BigArrays bigArrays,
long initialBucketCount) |
Modifier and Type | Method and Description |
---|---|
BigArrays |
AggregationContext.bigArrays() |
Constructor and Description |
---|
SearchPhaseController(Settings settings,
CacheRecycler cacheRecycler,
BigArrays bigArrays,
ScriptService scriptService) |
Modifier and Type | Method and Description |
---|---|
abstract BigArrays |
SearchContext.bigArrays() |
BigArrays |
FilteredSearchContext.bigArrays() |
BigArrays |
DefaultSearchContext.bigArrays() |
Constructor and Description |
---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
CacheRecycler cacheRecycler,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter) |
Modifier and Type | Field and Description |
---|---|
protected BigArrays |
NettyTransport.bigArrays |
Constructor and Description |
---|
NettyTransport(Settings settings,
ThreadPool threadPool,
NetworkService networkService,
BigArrays bigArrays,
Version version) |
Copyright © 2009–2015. All rights reserved.