コード例 #1
0
 public void InitiateFetchAndUpdate(int node_id, List<int> partitions, string store, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void FetchPartitionEntries(List<int> partitions, string store, VoldemortFilter filter, bool fetch_values, bool fetch_master_entries)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void DeletePartitionEntries(string store, List<int> partitions, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void UpdatePartitionEntries(string store, PartitionEntry partition_entry, VoldemortFilter filter)
 {
     throw new NotImplementedException();
 }