|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.senseidb.SenseidbConnector
@Singleton final class SenseidbConnector extends Object
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
LOG
|
private def |
bootstrap
|
| Constructor Summary | |
SenseidbConnector()
|
|
| Method Summary | |
|---|---|
com.senseidb.search.client.SenseiServiceProxy
|
connect(GriffonApplication app, ConfigObject config, String storeName = 'default')
|
ConfigObject
|
createConfig(GriffonApplication app)
|
void
|
disconnect(GriffonApplication app, ConfigObject config, String storeName = 'default')
|
private ConfigObject
|
narrowConfig(ConfigObject config, String storeName)
|
private com.senseidb.search.client.SenseiServiceProxy
|
startSensei(ConfigObject config)
|
private void
|
stopSensei(ConfigObject config, com.senseidb.search.client.SenseiServiceProxy store)
|
Object
|
withSenseidb(String storeName = 'default', Closure closure)
|
Object
|
withSenseidb(String storeName = 'default', CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final org.slf4j.Logger LOG
private def bootstrap
| Constructor Detail |
|---|
SenseidbConnector()
| Method Detail |
|---|
com.senseidb.search.client.SenseiServiceProxy connect(GriffonApplication app, ConfigObject config, String storeName = 'default')
ConfigObject createConfig(GriffonApplication app)
void disconnect(GriffonApplication app, ConfigObject config, String storeName = 'default')
private ConfigObject narrowConfig(ConfigObject config, String storeName)
private com.senseidb.search.client.SenseiServiceProxy startSensei(ConfigObject config)
private void stopSensei(ConfigObject config, com.senseidb.search.client.SenseiServiceProxy store)
Object withSenseidb(String storeName = 'default', Closure closure)
Object withSenseidb(String storeName = 'default', CallableWithArgs callable)
Groovy Documentation