public interface ElasticSearchLoggerService
org.dspace.statistics.service.SolrLoggerService#SolrLoggerService| Modifier and Type | Interface and Description |
|---|---|
static class |
ElasticSearchLoggerService.ClientType
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildParents(DSpaceObject dso,
HashMap<String,ArrayList<String>> parents)
Deprecated.
|
org.elasticsearch.client.Client |
createNodeClient(ElasticSearchLoggerService.ClientType clientType)
Deprecated.
|
void |
createTransportClient()
Deprecated.
|
String |
getAddress()
Deprecated.
|
org.elasticsearch.client.Client |
getClient()
Deprecated.
|
org.elasticsearch.client.Client |
getClient(ElasticSearchLoggerService.ClientType clientType)
Deprecated.
|
String |
getClusterName()
Deprecated.
|
String |
getConfigurationStringWithFallBack(String module,
String configurationKey,
String defaultFallbackValue)
Deprecated.
|
String |
getIndexName()
Deprecated.
|
String |
getIndexType()
Deprecated.
|
HashMap<String,ArrayList<String>> |
getParents(DSpaceObject dso)
Deprecated.
|
int |
getPort()
Deprecated.
|
boolean |
isUseProxies()
Deprecated.
|
void |
post(DSpaceObject dspaceObject,
javax.servlet.http.HttpServletRequest request,
EPerson currentUser)
Deprecated.
|
void |
post(DSpaceObject dspaceObject,
String ip,
String userAgent,
String xforwardedfor,
EPerson currentUser)
Deprecated.
|
void |
setAddress(String address)
Deprecated.
|
void |
setClusterName(String clusterName)
Deprecated.
|
void |
setIndexName(String indexName)
Deprecated.
|
void |
setIndexType(String indexType)
Deprecated.
|
void |
setPort(int port)
Deprecated.
|
void |
storeParents(org.elasticsearch.common.xcontent.XContentBuilder docBuilder,
HashMap<String,ArrayList<String>> parents)
Deprecated.
|
void post(DSpaceObject dspaceObject, javax.servlet.http.HttpServletRequest request, EPerson currentUser)
void post(DSpaceObject dspaceObject, String ip, String userAgent, String xforwardedfor, EPerson currentUser)
void buildParents(DSpaceObject dso, HashMap<String,ArrayList<String>> parents) throws SQLException
SQLExceptionHashMap<String,ArrayList<String>> getParents(DSpaceObject dso) throws SQLException
SQLExceptionString getClusterName()
void setClusterName(String clusterName)
String getIndexName()
void setIndexName(String indexName)
String getIndexType()
void setIndexType(String indexType)
String getAddress()
void setAddress(String address)
int getPort()
void setPort(int port)
void storeParents(org.elasticsearch.common.xcontent.XContentBuilder docBuilder,
HashMap<String,ArrayList<String>> parents)
throws IOException
IOExceptionboolean isUseProxies()
void createTransportClient()
org.elasticsearch.client.Client getClient()
org.elasticsearch.client.Client getClient(ElasticSearchLoggerService.ClientType clientType)
org.elasticsearch.client.Client createNodeClient(ElasticSearchLoggerService.ClientType clientType)
Copyright © 2017 DuraSpace. All rights reserved.