- java.lang.Object
-
- swim.store.mem.MemStorage
-
- All Implemented Interfaces:
swim.store.Storage
public class MemStorage extends Object implements swim.store.Storage
-
-
Constructor Summary
Constructors Constructor Description MemStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidinit(String path, String basePath, swim.api.plane.PlaneContext planeContext)voidinit(swim.api.plane.PlaneContext planeContext, swim.structure.Value storeSettings)swim.store.ListDataBindingopenListData(swim.structure.Value name)swim.store.ListDataBindingopenListData(swim.uri.Uri nodeUri, swim.structure.Value name)swim.store.MapDataBindingopenMapData(swim.structure.Value name)swim.store.MapDataBindingopenMapData(swim.uri.Uri nodeUri, swim.structure.Value name)<S> swim.store.SpatialDataBinding<S>openSpatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm)<S> swim.store.SpatialDataBinding<S>openSpatialData(swim.uri.Uri nodeUri, swim.structure.Value name, swim.math.Z2Form<S> shapeForm)swim.store.ValueDataBindingopenValueData(swim.structure.Value name)swim.store.ValueDataBindingopenValueData(swim.uri.Uri nodeUri, swim.structure.Value name)protected swim.structure.ValuetreeName(swim.uri.Uri nodeUri, swim.structure.Value name)
-
-
-
Method Detail
-
init
public void init(swim.api.plane.PlaneContext planeContext, swim.structure.Value storeSettings)- Specified by:
initin interfaceswim.store.Storage
-
init
public void init(String path, String basePath, swim.api.plane.PlaneContext planeContext)
- Specified by:
initin interfaceswim.store.Storage
-
openListData
public swim.store.ListDataBinding openListData(swim.structure.Value name)
- Specified by:
openListDatain interfaceswim.store.Storage
-
openListData
public swim.store.ListDataBinding openListData(swim.uri.Uri nodeUri, swim.structure.Value name)- Specified by:
openListDatain interfaceswim.store.Storage
-
openMapData
public swim.store.MapDataBinding openMapData(swim.structure.Value name)
- Specified by:
openMapDatain interfaceswim.store.Storage
-
openMapData
public swim.store.MapDataBinding openMapData(swim.uri.Uri nodeUri, swim.structure.Value name)- Specified by:
openMapDatain interfaceswim.store.Storage
-
openSpatialData
public <S> swim.store.SpatialDataBinding<S> openSpatialData(swim.structure.Value name, swim.math.Z2Form<S> shapeForm)- Specified by:
openSpatialDatain interfaceswim.store.Storage
-
openSpatialData
public <S> swim.store.SpatialDataBinding<S> openSpatialData(swim.uri.Uri nodeUri, swim.structure.Value name, swim.math.Z2Form<S> shapeForm)- Specified by:
openSpatialDatain interfaceswim.store.Storage
-
openValueData
public swim.store.ValueDataBinding openValueData(swim.structure.Value name)
- Specified by:
openValueDatain interfaceswim.store.Storage
-
openValueData
public swim.store.ValueDataBinding openValueData(swim.uri.Uri nodeUri, swim.structure.Value name)- Specified by:
openValueDatain interfaceswim.store.Storage
-
close
public void close()
- Specified by:
closein interfaceswim.store.Storage
-
treeName
protected swim.structure.Value treeName(swim.uri.Uri nodeUri, swim.structure.Value name)
-
-