PgReplicaIndex

graviton.backend.pg.PgReplicaIndex
See thePgReplicaIndex companion object
final class PgReplicaIndex(dataSource: DataSource) extends ReplicaIndex

Transactional Postgres replica catalog for blob and block content keys.

Attributes

Companion
object
Source
PgReplicaIndex.scala
Graph
Supertypes
trait ReplicaIndex
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def replicas(key: BinaryKey): IO[StoreError, Set[BlobLocator]]

Attributes

Definition Classes
Source
PgReplicaIndex.scala
override def update(key: BinaryKey, locators: Set[BlobLocator]): IO[StoreError, Unit]

Attributes

Definition Classes
Source
PgReplicaIndex.scala