Packages

o

com.daml.platform.store.backend.postgresql

PostgresStorageBackendFactory

object PostgresStorageBackendFactory extends StorageBackendFactory with CommonStorageBackendFactory

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgresStorageBackendFactory
  2. CommonStorageBackendFactory
  3. StorageBackendFactory
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def createCompletionStorageBackend(stringInterning: StringInterning): CompletionStorageBackend
  7. def createConfigurationStorageBackend(ledgerEndCache: LedgerEndCache): ConfigurationStorageBackend
  8. def createContractStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning): ContractStorageBackend
  9. val createDBLockStorageBackend: DBLockStorageBackend
  10. val createDataSourceStorageBackend: DataSourceStorageBackend
  11. def createEventStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning): EventStorageBackend
  12. val createIngestionStorageBackend: IngestionStorageBackend[_]
  13. val createIntegrityStorageBackend: IntegrityStorageBackend
  14. val createMeteringParameterStorageBackend: MeteringParameterStorageBackend
  15. def createMeteringStorageReadBackend(ledgerEndCache: LedgerEndCache): MeteringStorageReadBackend
  16. def createMeteringStorageWriteBackend: MeteringStorageWriteBackend
  17. def createPackageStorageBackend(ledgerEndCache: LedgerEndCache): PackageStorageBackend
  18. val createParameterStorageBackend: ParameterStorageBackend
  19. def createPartyRecordStorageBackend: PartyRecordStorageBackend
  20. def createPartyStorageBackend(ledgerEndCache: LedgerEndCache): PartyStorageBackend
  21. val createResetStorageBackend: ResetStorageBackend
  22. val createStringInterningStorageBackend: StringInterningStorageBackend
  23. val createUserManagementStorageBackend: UserManagementStorageBackend
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def readStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning): ReadStorageBackend
    Definition Classes
    StorageBackendFactory
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StorageBackendFactory

Inherited from AnyRef

Inherited from Any

Ungrouped