Uses of Interface
com._1c.g5.v8.bm.store.IBmSerializer
Packages that use IBmSerializer
- 
Uses of IBmSerializer in com._1c.g5.v8.bm.storeMethods in com._1c.g5.v8.bm.store with parameters of type IBmSerializerModifier and TypeMethodDescriptionstatic <K> IBmPersistentObjectKeyStore<K>BmStores.createObjectKeyLogStructuredFileStore(IBmSerializer<K> keySerializer, Path path, int fileSizeCompactionThreshold) Creates a log-structured file store with particular object type keys.static <K> IBmPersistentObjectKeyStore<K>BmStores.createObjectKeyLogStructuredFileStore(IBmSerializer<K> keySerializer, Path path, int fileSizeCompactionThreshold, int wastePercentageCompactionThreshold) Creates a log-structured file store with particular object type keys.