Package org.voltdb.client
Interface Client2Notification.LateResponse
- Enclosing class:
- Client2Notification
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Notification of late response from server.
 
The late response is included in the notification. The server sending the response is identified by host (name or IP address) and TCP port number.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidaccept(ClientResponse resp, String host, int port) Indicates a late response has been received from the identified server.
- 
Method Details- 
acceptIndicates a late response has been received from the identified server.- Parameters:
- resp- late response
- host- host name or IP address
- port- TCP port number
 
 
-