Module swim.store
Package swim.store

Interface Storage


  • public interface Storage
    • Method Detail

      • init

        void init​(swim.api.plane.PlaneContext planeContext,
                  swim.structure.Value storeSettings)
      • init

        void init​(String path,
                  String basePath,
                  swim.api.plane.PlaneContext planeContext)
      • openListData

        ListDataBinding openListData​(swim.structure.Value name)
      • openListData

        ListDataBinding openListData​(swim.uri.Uri nodeUri,
                                     swim.structure.Value name)
      • openMapData

        MapDataBinding openMapData​(swim.structure.Value name)
      • openMapData

        MapDataBinding openMapData​(swim.uri.Uri nodeUri,
                                   swim.structure.Value name)
      • openSpatialData

        <S> SpatialDataBinding<S> openSpatialData​(swim.structure.Value name,
                                                  swim.math.Z2Form<S> shapeForm)
      • openSpatialData

        <S> SpatialDataBinding<S> openSpatialData​(swim.uri.Uri nodeUri,
                                                  swim.structure.Value name,
                                                  swim.math.Z2Form<S> shapeForm)
      • openValueData

        ValueDataBinding openValueData​(swim.uri.Uri nodeUri,
                                       swim.structure.Value name)
      • close

        void close()