Package io.pravega.shared.protocol.netty
Class FailingReplyProcessor
- java.lang.Object
-
- io.pravega.shared.protocol.netty.FailingReplyProcessor
-
- All Implemented Interfaces:
ReplyProcessor
public abstract class FailingReplyProcessor extends java.lang.Object implements ReplyProcessor
A ReplyProcessor that throws on every method. (Useful to subclass)
-
-
Constructor Summary
Constructors Constructor Description FailingReplyProcessor()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.pravega.shared.protocol.netty.ReplyProcessor
connectionDropped, process, processingFailure
-
-
-
-
Method Detail
-
hello
public void hello(WireCommands.Hello hello)
- Specified by:
helloin interfaceReplyProcessor
-
operationUnsupported
public void operationUnsupported(WireCommands.OperationUnsupported operationUnsupported)
- Specified by:
operationUnsupportedin interfaceReplyProcessor
-
wrongHost
public void wrongHost(WireCommands.WrongHost wrongHost)
- Specified by:
wrongHostin interfaceReplyProcessor
-
segmentIsSealed
public void segmentIsSealed(WireCommands.SegmentIsSealed segmentIsSealed)
- Specified by:
segmentIsSealedin interfaceReplyProcessor
-
segmentIsTruncated
public void segmentIsTruncated(WireCommands.SegmentIsTruncated segmentIsTruncated)
- Specified by:
segmentIsTruncatedin interfaceReplyProcessor
-
segmentAlreadyExists
public void segmentAlreadyExists(WireCommands.SegmentAlreadyExists segmentAlreadyExists)
- Specified by:
segmentAlreadyExistsin interfaceReplyProcessor
-
noSuchSegment
public void noSuchSegment(WireCommands.NoSuchSegment noSuchSegment)
- Specified by:
noSuchSegmentin interfaceReplyProcessor
-
invalidEventNumber
public void invalidEventNumber(WireCommands.InvalidEventNumber invalidEventNumber)
- Specified by:
invalidEventNumberin interfaceReplyProcessor
-
appendSetup
public void appendSetup(WireCommands.AppendSetup appendSetup)
- Specified by:
appendSetupin interfaceReplyProcessor
-
dataAppended
public void dataAppended(WireCommands.DataAppended dataAppended)
- Specified by:
dataAppendedin interfaceReplyProcessor
-
conditionalCheckFailed
public void conditionalCheckFailed(WireCommands.ConditionalCheckFailed dataNotAppended)
- Specified by:
conditionalCheckFailedin interfaceReplyProcessor
-
segmentRead
public void segmentRead(WireCommands.SegmentRead data)
- Specified by:
segmentReadin interfaceReplyProcessor
-
segmentAttributeUpdated
public void segmentAttributeUpdated(WireCommands.SegmentAttributeUpdated segmentAttributeUpdated)
- Specified by:
segmentAttributeUpdatedin interfaceReplyProcessor
-
segmentAttribute
public void segmentAttribute(WireCommands.SegmentAttribute segmentAttribute)
- Specified by:
segmentAttributein interfaceReplyProcessor
-
streamSegmentInfo
public void streamSegmentInfo(WireCommands.StreamSegmentInfo streamInfo)
- Specified by:
streamSegmentInfoin interfaceReplyProcessor
-
segmentCreated
public void segmentCreated(WireCommands.SegmentCreated streamsSegmentCreated)
- Specified by:
segmentCreatedin interfaceReplyProcessor
-
segmentsMerged
public void segmentsMerged(WireCommands.SegmentsMerged segmentsMerged)
- Specified by:
segmentsMergedin interfaceReplyProcessor
-
segmentSealed
public void segmentSealed(WireCommands.SegmentSealed segmentSealed)
- Specified by:
segmentSealedin interfaceReplyProcessor
-
segmentTruncated
public void segmentTruncated(WireCommands.SegmentTruncated segmentTruncated)
- Specified by:
segmentTruncatedin interfaceReplyProcessor
-
segmentDeleted
public void segmentDeleted(WireCommands.SegmentDeleted segmentDeleted)
- Specified by:
segmentDeletedin interfaceReplyProcessor
-
authTokenCheckFailed
public void authTokenCheckFailed(WireCommands.AuthTokenCheckFailed authFailed)
- Specified by:
authTokenCheckFailedin interfaceReplyProcessor
-
tableEntriesUpdated
public void tableEntriesUpdated(WireCommands.TableEntriesUpdated tableEntriesUpdated)
- Specified by:
tableEntriesUpdatedin interfaceReplyProcessor
-
tableKeysRemoved
public void tableKeysRemoved(WireCommands.TableKeysRemoved tableKeysRemoved)
- Specified by:
tableKeysRemovedin interfaceReplyProcessor
-
tableRead
public void tableRead(WireCommands.TableRead tableRead)
- Specified by:
tableReadin interfaceReplyProcessor
-
tableSegmentNotEmpty
public void tableSegmentNotEmpty(WireCommands.TableSegmentNotEmpty tableSegmentNotEmpty)
- Specified by:
tableSegmentNotEmptyin interfaceReplyProcessor
-
segmentPolicyUpdated
public void segmentPolicyUpdated(WireCommands.SegmentPolicyUpdated segment)
- Specified by:
segmentPolicyUpdatedin interfaceReplyProcessor
-
keepAlive
public void keepAlive(WireCommands.KeepAlive keepAlive)
- Specified by:
keepAlivein interfaceReplyProcessor
-
tableKeyDoesNotExist
public void tableKeyDoesNotExist(WireCommands.TableKeyDoesNotExist tableKeyDoesNotExist)
- Specified by:
tableKeyDoesNotExistin interfaceReplyProcessor
-
tableKeyBadVersion
public void tableKeyBadVersion(WireCommands.TableKeyBadVersion tableKeyBadVersion)
- Specified by:
tableKeyBadVersionin interfaceReplyProcessor
-
tableKeysRead
public void tableKeysRead(WireCommands.TableKeysRead tableKeysRead)
- Specified by:
tableKeysReadin interfaceReplyProcessor
-
tableEntriesRead
public void tableEntriesRead(WireCommands.TableEntriesRead tableEntriesRead)
- Specified by:
tableEntriesReadin interfaceReplyProcessor
-
tableEntriesDeltaRead
public void tableEntriesDeltaRead(WireCommands.TableEntriesDeltaRead tableEntriesDeltaRead)
- Specified by:
tableEntriesDeltaReadin interfaceReplyProcessor
-
errorMessage
public void errorMessage(WireCommands.ErrorMessage errorMessage)
- Specified by:
errorMessagein interfaceReplyProcessor
-
-