Uses of Class
com.gigaspaces.lrmi.nio.Pivot
Packages that use Pivot
Package
Description
-
Uses of Pivot in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return PivotMethods in com.gigaspaces.lrmi.nio with parameters of type PivotModifier and TypeMethodDescriptionSystemRequestHandler.SystemRequestContext.getResponseTask(Pivot pivot, ChannelEntry channelEntry, long requestReadStartTimeStamp) SystemRequestHandlerImpl.AbstractWatchdogMonitorSystemRequestContext.getResponseTask(Pivot pivot, ChannelEntry channelEntry, long requestReadStartTimestamp) Constructors in com.gigaspaces.lrmi.nio with parameters of type PivotModifierConstructorDescriptionChannelEntry(WriteSelectorThread writeSelectorThread, ReadSelectorThread readSelectorThread, SelectionKey selectionKey, InetSocketAddress clientEndPointAddress, Pivot pivot) Constructor.PivotResponseContext(Pivot pivot, ChannelEntry channel, IResponseHandler handler, PlatformLogicalVersion sourcePlatformLogicalVersion, OperationPriority operationPriority, String lrmiMonitoringId, LRMIInvocationTrace trace) -
Uses of Pivot in com.gigaspaces.lrmi.nio.selector
Constructors in com.gigaspaces.lrmi.nio.selector with parameters of type PivotModifierConstructorDescriptionSelectorManager(Pivot pivot, String hostName, String port, int readSelectorThreads) -
Uses of Pivot in com.gigaspaces.lrmi.nio.selector.handler
Constructors in com.gigaspaces.lrmi.nio.selector.handler with parameters of type PivotModifierConstructorDescriptionReadSelectorThread(Pivot pivot, String name) WriteSelectorThread(Pivot pivot, String name)