public class ElasticSearchEnhanceInfo extends Object
| Constructor and Description |
|---|
ElasticSearchEnhanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getIndices() |
String |
getOpType() |
String |
getSource() |
String |
getTypes() |
void |
setClusterName(String clusterName) |
void |
setIndices(String indices) |
void |
setOpType(String opType) |
void |
setSource(String source) |
void |
setTransportAddressHolder(EnhancedInstance service) |
void |
setTypes(String types) |
String |
transportAddresses() |
public String transportAddresses()
public String getClusterName()
public void setClusterName(String clusterName)
public String getIndices()
public void setIndices(String indices)
public String getTypes()
public void setTypes(String types)
public String getOpType()
public void setOpType(String opType)
public String getSource()
public void setSource(String source)
public void setTransportAddressHolder(EnhancedInstance service)
Copyright © 2021 The Apache Software Foundation. All rights reserved.