Class NetworkAddressAliasEsDAO
- java.lang.Object
-
- org.apache.skywalking.oap.server.core.storage.AbstractDAO<ElasticSearchClient>
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.cache.NetworkAddressAliasEsDAO
-
- All Implemented Interfaces:
INetworkAddressAliasDAO,DAO,org.apache.skywalking.oap.server.library.module.Service
public class NetworkAddressAliasEsDAO extends EsDAO implements INetworkAddressAliasDAO
-
-
Field Summary
Fields Modifier and Type Field Description protected intresultWindowMaxSizeprotected intscrollingBatchSize-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description NetworkAddressAliasEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NetworkAddressAlias>loadLastUpdate(long timeBucketInMinute)-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
NetworkAddressAliasEsDAO
public NetworkAddressAliasEsDAO(ElasticSearchClient client, StorageModuleElasticsearchConfig config)
-
-
Method Detail
-
loadLastUpdate
public List<NetworkAddressAlias> loadLastUpdate(long timeBucketInMinute)
- Specified by:
loadLastUpdatein interfaceINetworkAddressAliasDAO
-
-