public interface SlidingWindow
| Modifier and Type | Interface and Description |
|---|---|
static class |
SlidingWindow.Client<REQUEST extends SlidingWindow.ClientSideRequest<REPLY>,REPLY>
Client side sliding window.
|
static interface |
SlidingWindow.ClientSideRequest<REPLY> |
static interface |
SlidingWindow.Request<REPLY> |
static class |
SlidingWindow.RequestMap<REQUEST extends SlidingWindow.Request<REPLY>,REPLY>
A seqNum-to-request map, sorted by seqNum.
|
static class |
SlidingWindow.Server<REQUEST extends SlidingWindow.ServerSideRequest<REPLY>,REPLY>
Server side sliding window.
|
static interface |
SlidingWindow.ServerSideRequest<REPLY> |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
static String |
getName(Class<?> clazz,
Object name) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.