Package com.qfs.multiversion
Interface ICompressibleMultiVersion
-
- All Superinterfaces:
ICompressible,IMultiVersion
- All Known Subinterfaces:
IMultiVersionAggregateProvider,IMultiVersionAggregateProviderHolder,IMultiVersionCube,IMultiVersionDatastoreSchema,IMultiVersionGlobalAggregateProvider,IMultiVersionRecordSet,IMultiVersionStorePartition
- All Known Implementing Classes:
AMultiVersionAggregateProvider,AMultiVersionGlobalAggregateProvider,AMultiVersionIndexedAggregateProvider,AMultiVersionPartitionedAggregateProvider,AMultiVersionPartitionedIndexedAggregateProvider,DistributedAggregateProvider,DistributedMultiVersionAggregateProviderHolder,DummyAggregateProvider,MultiVersionActivePivot,MultiVersionAggregateProviderHolder,MultiVersionBitmapAggregateProvider,MultiVersionColumnarRecordSet,MultiVersionCube,MultiVersionDataActivePivot,MultiVersionDatastoreSchema,MultiVersionDistributedActivePivot,MultiVersionLeafAggregateProvider,MultiVersionPartitionedBitmapAggregateProvider,MultiVersionPartitionedLeafAggregateProvider,MultiVersionStore,MultiVersionStorePartition
public interface ICompressibleMultiVersion extends IMultiVersion, ICompressible
AIMultiVersionthat supports the compression methods likeICompressible.compress(boolean)andICompressible.compress()to reduce the direct memory used.- Author:
- ActiveViam
-
-
Method Summary
-
Methods inherited from interface com.qfs.memory.ICompressible
compress, compress
-
Methods inherited from interface com.qfs.multiversion.IMultiVersion
getMostRecentVersion
-
-