public void InitiateFetchAndUpdate(int node_id, List<int> partitions, string store, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }
 public void FetchPartitionEntries(List<int> partitions, string store, VoldemortFilter filter, bool fetch_values, bool fetch_master_entries)
 {
     throw new NotImplementedException();
 }
 public void DeletePartitionEntries(string store, List<int> partitions, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }
 public void UpdatePartitionEntries(string store, PartitionEntry partition_entry, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }