JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
GigaSpaces 18.0.0 API
org.openspaces.admin.transport
TransportsDetails
Contents
Description
Method Summary
Method Details
getMinThreads()
getMaxThreads()
Hide sidebar
Show sidebar
Interface TransportsDetails
All Known Implementing Classes:
DefaultTransportsDetails
public interface
TransportsDetails
An aggregated view of all
TransportDetails
.
Author:
kimchy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getMaxThreads
()
Returns the total number of maximum threads defined within all current discovered
Transport
s.
int
getMinThreads
()
Returns the total number of minimum threads defined within all current discovered
Transport
s.
Method Details
getMinThreads
int
getMinThreads
()
Returns the total number of minimum threads defined within all current discovered
Transport
s.
getMaxThreads
int
getMaxThreads
()
Returns the total number of maximum threads defined within all current discovered
Transport
s.