public class RangeSliceVerbHandler extends java.lang.Object implements IVerbHandler<RangeSliceCommand>
Constructor and Description |
---|
RangeSliceVerbHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doVerb(MessageIn<RangeSliceCommand> message,
java.lang.String id)
This method delivers a message to the implementing class (if the implementing
class was registered by a call to MessagingService.registerVerbHandlers).
|
static java.util.List<Row> |
executeLocally(RangeSliceCommand command) |
public static java.util.List<Row> executeLocally(RangeSliceCommand command) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.lang.InterruptedException
public void doVerb(MessageIn<RangeSliceCommand> message, java.lang.String id)
IVerbHandler
doVerb
in interface IVerbHandler<RangeSliceCommand>
message
- - incoming message that needs handling.Copyright © 2013 The Apache Software Foundation