Class FilePageStoreV2

    • Constructor Detail

      • FilePageStoreV2

        public FilePageStoreV2​(byte type,
                               IgniteOutClosure<Path> pathProvider,
                               FileIOFactory factory,
                               int pageSize,
                               LongConsumer allocatedTracker)
        Constructor which initializes file path provider closure, allowing to calculate file path in any time.
        Parameters:
        type - Type.
        pathProvider - file path provider.
        factory - Factory.
        pageSize - Page size.
        allocatedTracker - Allocated tracker.