Class KeyValueStoreConnection

    • Constructor Detail

      • KeyValueStoreConnection

        public KeyValueStoreConnection()
    • Method Detail

      • parse

        public static KeyValueStoreConnection parse​(String specification)
        Parse kv store spec.
        Parameters:
        specification - the specification
        Returns:
        the kv store spec
      • connect

        public <K,​V,​T extends KeyValueStore<K,​V>> T connect()
        Connect t.
        Type Parameters:
        K - the type parameter
        V - the type parameter
        T - the type parameter
        Returns:
        the t
      • getSchema

        public String getSchema()
        Description copied from interface: Specifiable
        Gets the schema of this specifiable. Will be used for validation when parsing the specification string.
        Specified by:
        getSchema in interface Specifiable
        Returns:
        the schema