Packages

package io

Type Members

  1. abstract class PersistenceSpec[K, V, M] extends AnyFunSpec with Matchers with BeforeAndAfterAll
  2. case class PersistenceSpecDefinition[K](keyIndexMethodName: String, keyIndexMethod: KeyIndexMethod[K], layerIds: PersistenceSpecLayerIds) extends Product with Serializable
  3. case class PersistenceSpecLayerIds(layerId: LayerId, deleteLayerId: LayerId, copiedLayerId: LayerId, movedLayerId: LayerId, reindexedLayerId: LayerId) extends Product with Serializable
  4. trait SpaceTimeKeyIndexMethods extends AnyRef
  5. trait SpatialKeyIndexMethods extends AnyRef

Ungrouped