public class RequestControllerState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RequestControllerState.EntryPointState |
Constructor and Description |
---|
RequestControllerState(boolean paused,
int outstandingRequests,
int maxRequests,
List<RequestControllerState.EntryPointState> entryPoints) |
Modifier and Type | Method and Description |
---|---|
List<RequestControllerState.EntryPointState> |
getEntryPoints() |
int |
getMaxRequests() |
int |
getOutstandingRequests() |
boolean |
isPaused() |
public RequestControllerState(boolean paused, int outstandingRequests, int maxRequests, List<RequestControllerState.EntryPointState> entryPoints)
public boolean isPaused()
public int getOutstandingRequests()
public int getMaxRequests()
public List<RequestControllerState.EntryPointState> getEntryPoints()
Copyright © 2023 JBoss by Red Hat. All rights reserved.