Uses of Class
org.apache.cassandra.service.AntiEntropyService.TreeRequest

Packages that use AntiEntropyService.TreeRequest
org.apache.cassandra.service   
 

Uses of AntiEntropyService.TreeRequest in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service declared as AntiEntropyService.TreeRequest
 AntiEntropyService.TreeRequest AntiEntropyService.Validator.request
           
 AntiEntropyService.TreeRequest AntiEntropyService.Differencer.request
           
 

Methods in org.apache.cassandra.service that return AntiEntropyService.TreeRequest
 AntiEntropyService.TreeRequest AntiEntropyService.TreeRequestVerbHandler.deserialize(java.io.DataInputStream dis)
           
 

Methods in org.apache.cassandra.service with parameters of type AntiEntropyService.TreeRequest
 void AntiEntropyService.TreeRequestVerbHandler.serialize(AntiEntropyService.TreeRequest request, java.io.DataOutputStream dos)
           
 

Constructors in org.apache.cassandra.service with parameters of type AntiEntropyService.TreeRequest
AntiEntropyService.Differencer(AntiEntropyService.TreeRequest request, MerkleTree ltree, MerkleTree rtree)
           
 



Copyright © 2011 The Apache Software Foundation