public abstract class AbstractIndexClientFactory extends Object implements IndexClientFactory
| Modifier and Type | Field and Description |
|---|---|
protected ServiceTools |
isQueryTools |
| Constructor and Description |
|---|
AbstractIndexClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackendId() |
abstract void |
init()
Inits the class.
|
void |
setBackendId(String backendId)
Sets the backend id.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient@Autowired protected ServiceTools isQueryTools
public abstract void init()
throws IndexClientException
IndexClientExceptionpublic String getBackendId()
getBackendId in interface IndexClientFactoryIndexClientFactory.getBackendId()public void setBackendId(String backendId)
backendId - the backend idCopyright © 2017. All rights reserved.