| コンストラクタと説明 |
|---|
TransportValidateQueryAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| コンストラクタと説明 |
|---|
TransportExistsAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| コンストラクタと説明 |
|---|
TransportExplainAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
IndicesService indicesService,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| コンストラクタと説明 |
|---|
PagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int length) |
PagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int from,
int length) |
ReleasablePagedBytesReference(BigArrays bigarrays,
ByteArray bytearray,
int length) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BigArrays |
BytesStreamOutput.bigarrays |
| コンストラクタと説明 |
|---|
BytesStreamOutput(int expectedSize,
BigArrays bigarrays) |
ReleasableBytesStreamOutput(BigArrays bigarrays) |
ReleasableBytesStreamOutput(int expectedSize,
BigArrays bigarrays) |
| コンストラクタと説明 |
|---|
FreqTermsEnum(org.apache.lucene.index.IndexReader reader,
String field,
boolean needDocFreq,
boolean needTotalTermFreq,
org.apache.lucene.search.Query filter,
BigArrays bigArrays) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static BigArrays |
BigArrays.NON_RECYCLING_INSTANCE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigArrays |
BigArrays.withCircuitBreaking()
Return an instance of this BigArrays class with circuit breaking
explicitly enabled, instead of only accounting enabled
|
| コンストラクタと説明 |
|---|
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) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BigArrays |
NettyHttpServerTransport.bigArrays |
| コンストラクタと説明 |
|---|
NettyHttpServerTransport(Settings settings,
NetworkService networkService,
BigArrays bigArrays) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BigArrays |
ChildrenQuery.ParentCollector.bigArrays |
| コンストラクタと説明 |
|---|
IndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
ShadowIndexShard(ShardId shardId,
IndexSettingsService indexSettingsService,
IndicesLifecycle indicesLifecycle,
Store store,
StoreRecoveryService storeRecoveryService,
ThreadPool threadPool,
MapperService mapperService,
IndexQueryParserService queryParserService,
IndexCache indexCache,
IndexAliasesService indexAliasesService,
IndicesQueryCache indicesQueryCache,
ShardPercolateService shardPercolateService,
CodecService codecService,
ShardTermVectorsService termVectorsService,
IndexFieldDataService indexFieldDataService,
IndexService indexService,
IndicesWarmer warmer,
SnapshotDeletionPolicy deletionPolicy,
SimilarityService similarityService,
EngineFactory factory,
ClusterService clusterService,
ShardPath path,
BigArrays bigArrays,
IndexSearcherWrappingService wrappingService,
IndexingMemoryController indexingMemoryController) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigArrays |
TranslogConfig.getBigArrays()
Returns a BigArrays instance for this engine
|
| コンストラクタと説明 |
|---|
TranslogConfig(ShardId shardId,
Path translogPath,
Settings indexSettings,
Translog.Durabilty durabilty,
BigArrays bigArrays,
ThreadPool threadPool)
Creates a new TranslogConfig instance
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigArrays |
PercolateContext.bigArrays() |
| コンストラクタと説明 |
|---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Query aliasFilter,
ParseFieldMatcher parseFieldMatcher) |
PercolatorService(Settings settings,
IndexNameExpressionResolver indexNameExpressionResolver,
IndicesService indicesService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
HighlightPhase highlightPhase,
ClusterService clusterService,
AggregationPhase aggregationPhase,
ScriptService scriptService,
MappingUpdatedAction mappingUpdatedAction) |
| コンストラクタと説明 |
|---|
SearchService(Settings settings,
NodeSettingsService nodeSettingsService,
ClusterService clusterService,
IndicesService indicesService,
IndicesWarmer indicesWarmer,
ThreadPool threadPool,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
DfsPhase dfsPhase,
QueryPhase queryPhase,
FetchPhase fetchPhase,
IndicesRequestCache indicesQueryCache) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigArrays |
InternalAggregation.ReduceContext.bigArrays() |
| コンストラクタと説明 |
|---|
ReduceContext(BigArrays bigArrays,
ScriptService scriptService,
HasContextAndHeaders headersContext) |
| コンストラクタと説明 |
|---|
BestDocsDeferringCollector(int shardSize,
BigArrays bigArrays)
Sole constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static HyperLogLogPlusPlus |
HyperLogLogPlusPlus.readFrom(StreamInput in,
BigArrays bigArrays) |
| コンストラクタと説明 |
|---|
HyperLogLogPlusPlus(int precision,
BigArrays bigArrays,
long initialBucketCount) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BigArrays |
AggregationContext.bigArrays() |
| コンストラクタと説明 |
|---|
SearchPhaseController(Settings settings,
BigArrays bigArrays,
ScriptService scriptService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract BigArrays |
SearchContext.bigArrays() |
BigArrays |
FilteredSearchContext.bigArrays() |
BigArrays |
DefaultSearchContext.bigArrays() |
| コンストラクタと説明 |
|---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter,
ParseFieldMatcher parseFieldMatcher,
TimeValue timeout) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BigArrays |
NettyTransport.bigArrays |
| コンストラクタと説明 |
|---|
NettyTransport(Settings settings,
ThreadPool threadPool,
NetworkService networkService,
BigArrays bigArrays,
Version version,
NamedWriteableRegistry namedWriteableRegistry) |
Copyright © 2009–2016. All rights reserved.