Uses of Interface
io.dialob.client.spi.store.DialobStoreConfig
-
Packages that use DialobStoreConfig Package Description io.dialob.client.spi io.dialob.client.spi.store -
-
Uses of DialobStoreConfig in io.dialob.client.spi
Constructors in io.dialob.client.spi with parameters of type DialobStoreConfig Constructor Description DialobStoreFileImpl(DialobStoreConfig config)DialobStoreTemplate(DialobStoreConfig config) -
Uses of DialobStoreConfig in io.dialob.client.spi.store
Classes in io.dialob.client.spi.store that implement DialobStoreConfig Modifier and Type Class Description classImmutableDialobStoreConfigImmutable implementation ofDialobStoreConfig.Fields in io.dialob.client.spi.store declared as DialobStoreConfig Modifier and Type Field Description protected DialobStoreConfigPersistenceCommands. configMethods in io.dialob.client.spi.store that return DialobStoreConfig Modifier and Type Method Description DialobStoreConfigPersistenceCommands. getConfig()Methods in io.dialob.client.spi.store with parameters of type DialobStoreConfig Modifier and Type Method Description static ImmutableDialobStoreConfigImmutableDialobStoreConfig. copyOf(DialobStoreConfig instance)Creates an immutable copy of aDialobStoreConfigvalue.ImmutableDialobStoreConfig.BuilderImmutableDialobStoreConfig.Builder. from(DialobStoreConfig instance)Fill a builder with attribute values from the providedDialobStoreConfiginstance.Constructors in io.dialob.client.spi.store with parameters of type DialobStoreConfig Constructor Description DocumentQueryBuilder(DialobStoreConfig config)PersistenceCommands(DialobStoreConfig config)
-