public class ReadVerbHandler extends java.lang.Object implements IVerbHandler<ReadCommand>
Constructor and Description |
---|
ReadVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(MessageIn<ReadCommand> message,
int id)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
static ReadResponse |
getResponse(ReadCommand command,
Row row) |
public void doVerb(MessageIn<ReadCommand> message, int id)
IVerbHandler
doVerb
in interface IVerbHandler<ReadCommand>
message
- - incoming message that needs handling.public static ReadResponse getResponse(ReadCommand command, Row row)
Copyright © 2015 The Apache Software Foundation