Class WindowsStore.Entry

java.lang.Object
org.apache.storm.trident.windowing.WindowsStore.Entry
All Implemented Interfaces:
Serializable
Enclosing interface:
WindowsStore

public static class WindowsStore.Entry extends Object implements Serializable
This class wraps key and value objects which can be passed to putAll method.
See Also:
  • Field Details

    • key

      public final String key
    • value

      public final Object value
  • Constructor Details

  • Method Details

    • nonNullCheckForKey

      public static void nonNullCheckForKey(Object key)
    • nonNullCheckForValue

      public static void nonNullCheckForValue(Object value)