public class AgentsRegistrationQueue extends Object
registrationQueue. Queue has limited capacity,
session id can able be appeared in queue with agent connecting to server and releases with first heartbeat or disconnect from
server.| Constructor and Description |
|---|
AgentsRegistrationQueue(com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete(String sessionId) |
boolean |
offer(String sessionId) |
Copyright © 2022 Apache Software Foundation. All rights reserved.