namespace ZeroLevel.Services.PartitionStorage { internal interface IStorePartitionIndex { KeyIndex GetOffset(TKey key); KeyIndex[] GetOffset(TKey[] keys, bool inOneGroup); } }