public class PageCacheRecycler extends AbstractComponent
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
PageCacheRecycler.Type |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
LIMIT_HEAP |
static String |
TYPE |
static String |
WEIGHT |
deprecationLogger, logger, settings| コンストラクタと説明 |
|---|
PageCacheRecycler(Settings settings,
ThreadPool threadPool) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Recycler.V<byte[]> |
bytePage(boolean clear) |
void |
close() |
Recycler.V<int[]> |
intPage(boolean clear) |
Recycler.V<long[]> |
longPage(boolean clear) |
Recycler.V<Object[]> |
objectPage() |
logDeprecatedSetting, logRemovedSetting, nodeName@Inject public PageCacheRecycler(Settings settings, ThreadPool threadPool)
public void close()
public Recycler.V<byte[]> bytePage(boolean clear)
public Recycler.V<int[]> intPage(boolean clear)
public Recycler.V<long[]> longPage(boolean clear)
public Recycler.V<Object[]> objectPage()
Copyright © 2009–2016. All rights reserved.