Interface Aggregation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPED_KEYS_DELIMITER
      Delimiter used when prefixing aggregation names with their type using the typed_keys parameter
    • Method Summary

      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getMetaData()
      Get the optional byte array metadata that was set on the aggregation
      java.lang.String getName()  
      java.lang.String getType()  
    • Field Detail

      • TYPED_KEYS_DELIMITER

        static final java.lang.String TYPED_KEYS_DELIMITER
        Delimiter used when prefixing aggregation names with their type using the typed_keys parameter
        See Also:
        Constant Field Values
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        The name of this aggregation.
      • getType

        java.lang.String getType()
        Returns:
        a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
      • getMetaData

        java.util.Map<java.lang.String,​java.lang.Object> getMetaData()
        Get the optional byte array metadata that was set on the aggregation