Interface Context

  • All Superinterfaces:
    java.util.Map<java.lang.String,​java.lang.Object>

    public interface Context
    extends java.util.Map<java.lang.String,​java.lang.Object>
    Index pipeline context represented as Java Map. Context properties can be retrieved by calling Map.get(Object), and set by calling Map.put(Object, Object).
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCollection()
      Get name of the collection used by current pipeline.
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Method Detail

      • getCollection

        java.lang.String getCollection()
        Get name of the collection used by current pipeline.
        Returns:
        collection linked to current index pipeline