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
           
 

Methods in org.apache.cassandra.service that return AntiEntropyService.TreeRequest
 AntiEntropyService.TreeRequest AntiEntropyService.TreeRequest.TreeRequestSerializer.deserialize(java.io.DataInput dis, int version)
           
 

Methods in org.apache.cassandra.service that return types with arguments of type AntiEntropyService.TreeRequest
 MessageOut<AntiEntropyService.TreeRequest> AntiEntropyService.TreeRequest.createMessage()
           
 

Methods in org.apache.cassandra.service with parameters of type AntiEntropyService.TreeRequest
 void AntiEntropyService.TreeRequest.TreeRequestSerializer.serialize(AntiEntropyService.TreeRequest request, java.io.DataOutput dos, int version)
           
 long AntiEntropyService.TreeRequest.TreeRequestSerializer.serializedSize(AntiEntropyService.TreeRequest request, int version)
           
 

Method parameters in org.apache.cassandra.service with type arguments of type AntiEntropyService.TreeRequest
 void AntiEntropyService.TreeRequestVerbHandler.doVerb(MessageIn<AntiEntropyService.TreeRequest> message, java.lang.String id)
          Trigger a validation compaction which will return the tree upon completion.
 

Constructors in org.apache.cassandra.service with parameters of type AntiEntropyService.TreeRequest
AntiEntropyService.Validator(AntiEntropyService.TreeRequest request)
           
 



Copyright © 2012 The Apache Software Foundation