object H2StorageBackendFactory extends StorageBackendFactory with CommonStorageBackendFactory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2StorageBackendFactory
- CommonStorageBackendFactory
- StorageBackendFactory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createCompletionStorageBackend(stringInterning: StringInterning, loggerFactory: NamedLoggerFactory): CompletionStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- def createConfigurationStorageBackend(ledgerEndCache: LedgerEndCache): ConfigurationStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- def createContractStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning): ContractStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createDBLockStorageBackend: DBLockStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createDataSourceStorageBackend: DataSourceStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- def createEventStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning, loggerFactory: NamedLoggerFactory): EventStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createIdentityProviderConfigStorageBackend: IdentityProviderStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- val createIngestionStorageBackend: IngestionStorageBackend[_]
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createIntegrityStorageBackend: IntegrityStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- val createMeteringParameterStorageBackend: MeteringParameterStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- def createMeteringStorageReadBackend(ledgerEndCache: LedgerEndCache): MeteringStorageReadBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- def createMeteringStorageWriteBackend: MeteringStorageWriteBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- def createPackageStorageBackend(ledgerEndCache: LedgerEndCache): PackageStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createParameterStorageBackend: ParameterStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- def createPartyRecordStorageBackend: PartyRecordStorageBackend
- Definition Classes
- H2StorageBackendFactory → CommonStorageBackendFactory → StorageBackendFactory
- def createPartyStorageBackend(ledgerEndCache: LedgerEndCache): PartyStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createResetStorageBackend: ResetStorageBackend
- Definition Classes
- H2StorageBackendFactory → StorageBackendFactory
- val createStringInterningStorageBackend: StringInterningStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- val createUserManagementStorageBackend: UserManagementStorageBackend
- Definition Classes
- CommonStorageBackendFactory → StorageBackendFactory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def readStorageBackend(ledgerEndCache: LedgerEndCache, stringInterning: StringInterning, loggerFactory: NamedLoggerFactory): ReadStorageBackend
- Definition Classes
- StorageBackendFactory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])