HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <SphinxAdminCommand.hpp>
Public Types | |
typedef IndexCopy | inherited |
Public Member Functions | |
IndexRename (SphinxFunctionalObject &fObj) | |
virtual | ~IndexRename (void) |
bool | execute (void) |
Public Member Functions inherited from HCE::sphinx::IndexCopy | |
IndexCopy (SphinxFunctionalObject &fObj) | |
virtual | ~IndexCopy (void) |
bool | serialize (std::string &json) |
bool | unserialize (const std::string &json) |
void | setIndexFromName (const std::string &indexFromName_) |
std::string | getIndexFromName (void) const |
void | setIndexToName (const std::string &indexToName_) |
std::string | getIndexToName (void) const |
Public Member Functions inherited from HCE::sphinx::SphinxAdminCommand | |
SphinxAdminCommand (SphinxFunctionalObject &fObj_) | |
virtual | ~SphinxAdminCommand (void) |
void | setResultData (const std::string &resultData_) |
std::string | getResultData (void) const |
Public Member Functions inherited from HCE::IJsonSerializable | |
IJsonSerializable (void) | |
virtual | ~IJsonSerializable (void) |
void | setErrorMsg (const std::string &errorMsg_) |
std::string | getErrorMsg (void) const |
void | setErrorCode (unsigned int errorCode_) |
unsigned int | getErrorCode (void) const |
bool | isError (void) const |
Additional Inherited Members | |
Protected Types inherited from HCE::sphinx::IndexCopy | |
typedef SphinxAdminCommand | inherited |
Protected Member Functions inherited from HCE::sphinx::SphinxAdminCommand | |
bool | makeDir (const std::string &path) |
bool | cleanDir (const std::string &path) |
bool | isExistDir (const std::string &path) |
bool | isExistFile (const std::string &file) |
bool | isAllowedString (const std::string &str) |
bool | copyFile (const std::string &srcFile, const std::string &dstFile) |
bool | moveFile (const std::string &srcFile, const std::string &dstFile) |
bool | removeFile (const std::string &file) |
bool | moveIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | copyIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | removeIndexFile (const std::string &indexFileName, const std::string &path) |
bool | getFileList (const std::string &path, std::vector< std::string > &vFiles, const std::string &ext) |
bool | getIndexList (const std::string &path, std::vector< std::string > &vIndexes) |
bool | getFreeAllowedPort (unsigned int &res) |
bool | makeTrunkConfig (const std::string &trunkName, const std::string &indexName, const std::string &indexFileName, SphinxConfigOptions &configOptions) |
bool | isExistError (const std::string &shellExecMsg) |
std::string | getPropertyFileName (const std::string &indexPath, const std::string &branchName) |
std::string | getConfigFileName (const std::string &indexPath, const std::string &branchName) |
void | writePropertyOptions (SphinxConfigCreator &configCreator, const SphinxConfigOptions &configOptions) |
Protected Attributes inherited from HCE::sphinx::IndexCopy | |
std::string | indexFromName |
std::string | indexToName |
Definition at line 412 of file SphinxAdminCommand.hpp.
Definition at line 420 of file SphinxAdminCommand.hpp.
|
explicit |
Definition at line 2753 of file SphinxAdminCommand.cpp.
|
inlinevirtual |
Definition at line 416 of file SphinxAdminCommand.hpp.
|
virtual |
Reimplemented from HCE::sphinx::IndexCopy.
Definition at line 2758 of file SphinxAdminCommand.cpp.