| 程序包 | 说明 |
|---|---|
| net.wicp.tams.common.es.client.pool | |
| net.wicp.tams.common.es.client.singleton | |
| net.wicp.tams.common.es.client.threadlocal |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.commons.pool2.PooledObject<ESClient> |
ESClientFactory.makeObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ESClientFactory.activateObject(org.apache.commons.pool2.PooledObject<ESClient> arg0) |
void |
ESClientFactory.destroyObject(org.apache.commons.pool2.PooledObject<ESClient> arg0) |
void |
ESClientFactory.passivateObject(org.apache.commons.pool2.PooledObject<ESClient> arg0) |
boolean |
ESClientFactory.validateObject(org.apache.commons.pool2.PooledObject<ESClient> arg0) |
| 构造器和说明 |
|---|
ESClientPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig<ESClient> poolConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
ESClient |
ESClientOnlyOne.getESClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
ESClient |
EsClientThreadlocal.createObject() |
static ESClient |
EsClientThreadlocal.createPerThreadEsClient() |
static ESClient |
EsClientThreadlocal.createPerThreadEsClient(Connection conn) |
Copyright © 2021. All rights reserved.