Class Suas



  • public class Suas
    extends java.lang.Object
    Suas - This is the entry point.
    • Method Detail

      • createStore

        public static Suas.Builder createStore(java.util.Collection<Reducer> reducers)
        Creates a Store.

        A Store must at least have one Reducer.
        It's not allowed to have two Reducer registered to the same key.

        Parameters:
        reducers - a collection of Reducer
        Returns:
        a instance of Suas.Builder for further configuration