Uses of Interface
org.apache.cassandra.net.MessageProducer

Packages that use MessageProducer
org.apache.cassandra.db   
org.apache.cassandra.net   
 

Uses of MessageProducer in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement MessageProducer
 class IndexScanCommand
           
 class RangeSliceCommand
           
 class ReadCommand
           
 class RetriedSliceFromReadCommand
           
 class RowMutation
           
 class SliceByNamesReadCommand
           
 class SliceFromReadCommand
           
 class Truncation
          A truncate operation descriptor
 

Uses of MessageProducer in org.apache.cassandra.net
 

Classes in org.apache.cassandra.net that implement MessageProducer
 class CachingMessageProducer
           
 

Methods in org.apache.cassandra.net with parameters of type MessageProducer
 java.lang.String MessagingService.sendRR(MessageProducer producer, java.net.InetAddress to, IAsyncCallback cb)
          Send a message to a given endpoint.
 

Constructors in org.apache.cassandra.net with parameters of type MessageProducer
CachingMessageProducer(MessageProducer prod)
           
 



Copyright © 2012 The Apache Software Foundation