private PartitionTxData GetPartitionTx0(int partitionID)
        {
            IFileTxSupport txSpt = _paritions[partitionID];
            var            data  = txSpt.ReadTxLogFromPartition(ReadCache, partitionID == _lastPartitionID ? _txRec : null);

            _txData[partitionID] = data;
            return(data);
        }
 public void AddPartition(IFileTxSupport parition)
 {
     throw new NotSupportedException();
 }