Class ElasticSearchEnhanceInfo

java.lang.Object
org.apache.skywalking.apm.plugin.elasticsearch.v5.ElasticSearchEnhanceInfo

public class ElasticSearchEnhanceInfo extends Object
  • Constructor Details

    • ElasticSearchEnhanceInfo

      public ElasticSearchEnhanceInfo()
  • Method Details

    • transportAddresses

      public String transportAddresses()
    • getClusterName

      public String getClusterName()
    • setClusterName

      public void setClusterName(String clusterName)
    • getIndices

      public String getIndices()
    • setIndices

      public void setIndices(String indices)
    • getTypes

      public String getTypes()
    • setTypes

      public void setTypes(String types)
    • getOpType

      public String getOpType()
    • setOpType

      public void setOpType(String opType)
    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • setTransportAddressHolder

      public void setTransportAddressHolder(org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.EnhancedInstance service)