|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.common.component.AbstractComponent
org.elasticsearch.cache.NodeCache
public class NodeCache
| Field Summary |
|---|
| Fields inherited from class org.elasticsearch.common.component.AbstractComponent |
|---|
componentSettings, logger, settings |
| Constructor Summary | |
|---|---|
NodeCache(Settings settings,
ByteBufferCache byteBufferCache,
ClusterService clusterService)
|
|
| Method Summary | |
|---|---|
ByteBufferCache |
byteBuffer()
|
void |
close()
|
void |
clusterChanged(ClusterChangedEvent event)
Called when cluster state changes. |
| Methods inherited from class org.elasticsearch.common.component.AbstractComponent |
|---|
nodeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public NodeCache(Settings settings,
ByteBufferCache byteBufferCache,
ClusterService clusterService)
| Method Detail |
|---|
public void close()
public ByteBufferCache byteBuffer()
public void clusterChanged(ClusterChangedEvent event)
ClusterStateListener
clusterChanged in interface ClusterStateListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||