package io
Type Members
- abstract class PersistenceSpec[K, V, M] extends AnyFunSpec with Matchers with BeforeAndAfterAll
- case class PersistenceSpecDefinition[K](keyIndexMethodName: String, keyIndexMethod: KeyIndexMethod[K], layerIds: PersistenceSpecLayerIds) extends Product with Serializable
- case class PersistenceSpecLayerIds(layerId: LayerId, deleteLayerId: LayerId, copiedLayerId: LayerId, movedLayerId: LayerId, reindexedLayerId: LayerId) extends Product with Serializable
- trait SpaceTimeKeyIndexMethods extends AnyRef
- trait SpatialKeyIndexMethods extends AnyRef