Uses of Class
org.apache.cassandra.net.OutboundConnectionInitiator.Result.Success
-
Packages that use OutboundConnectionInitiator.Result.Success Package Description org.apache.cassandra.net -
-
Uses of OutboundConnectionInitiator.Result.Success in org.apache.cassandra.net
Classes in org.apache.cassandra.net with type parameters of type OutboundConnectionInitiator.Result.Success Modifier and Type Class Description class
OutboundConnectionInitiator<SuccessType extends OutboundConnectionInitiator.Result.Success>
AChannelHandler
to execute the send-side of the internode handshake protocol.static class
OutboundConnectionInitiator.Result<SuccessType extends OutboundConnectionInitiator.Result.Success>
The result of the handshake.static class
OutboundConnectionInitiator.Result.Success<SuccessType extends OutboundConnectionInitiator.Result.Success>
Subclasses of OutboundConnectionInitiator.Result.Success in org.apache.cassandra.net Modifier and Type Class Description static class
OutboundConnectionInitiator.Result.MessagingSuccess
static class
OutboundConnectionInitiator.Result.StreamingSuccess
-