Uses of Enum Class
com.iland.core.api.vbo.O365JobSessionBottleneck
Packages that use O365JobSessionBottleneck
-
Uses of O365JobSessionBottleneck in com.iland.core.api.vbo
Methods in com.iland.core.api.vbo that return O365JobSessionBottleneckModifier and TypeMethodDescriptionstatic O365JobSessionBottleneckstatic O365JobSessionBottleneckReturns the enum constant of this class with the specified name.static O365JobSessionBottleneck[]O365JobSessionBottleneck.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of O365JobSessionBottleneck in com.iland.core.web.rest.response.vbo
Methods in com.iland.core.web.rest.response.vbo that return O365JobSessionBottleneckModifier and TypeMethodDescriptionO365JobSessionStatsResponse.getBottleneck()Returns the bottleneck in the data transmission process.Constructors in com.iland.core.web.rest.response.vbo with parameters of type O365JobSessionBottleneckModifierConstructorDescriptionO365JobSessionStatsResponse(long processingRateBytesPS, long processingRateItemsPS, long readRateBytesPS, long writeRateBytesPS, long transferredDataBytes, long processedObjects, O365JobSessionBottleneck bottleneck)