Class FileSnapshotStoreBuilder

  • All Implemented Interfaces:
    java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>

    public class FileSnapshotStoreBuilder
    extends java.lang.Object
    implements java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>
    • Constructor Detail

      • FileSnapshotStoreBuilder

        public FileSnapshotStoreBuilder​(java.lang.String name)
    • Method Detail

      • setTransactionIdLength

        public FileSnapshotStoreBuilder setTransactionIdLength​(@Nullable
                                                               java.lang.Integer transactionIdLength)
      • get

        public io.axway.iron.spi.storage.SnapshotStore get()
        Specified by:
        get in interface java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>