public class StorageEsInstaller extends ModelInstaller
| Constructor and Description |
|---|
StorageEsInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager,
int indexShardsNumber,
int indexReplicasNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
columnCheck(Client client,
Model tableDefine) |
protected void |
createTable(Client client,
Model tableDefine) |
protected void |
deleteTable(Client client,
Model tableDefine) |
protected boolean |
isExists(Client client,
Model tableDefine) |
install, overrideColumnNamepublic StorageEsInstaller(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager,
int indexShardsNumber,
int indexReplicasNumber)
protected boolean isExists(Client client, Model tableDefine) throws StorageException
isExists in class ModelInstallerStorageExceptionprotected void columnCheck(Client client, Model tableDefine)
columnCheck in class ModelInstallerprotected void deleteTable(Client client, Model tableDefine) throws StorageException
deleteTable in class ModelInstallerStorageExceptionprotected void createTable(Client client, Model tableDefine) throws StorageException
createTable in class ModelInstallerStorageExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.