Skip to contents

MaxBufferSizes Class

Format

An R6Class generator object

Public fields

maxBufferSizes

list( AttributeBufferSize ) [optional]

Methods


Method new()

Usage

MaxBufferSizes$new(maxBufferSizes = NULL, ...)


Method toJSON()

Usage

MaxBufferSizes$toJSON()


Method fromJSON()

Usage

MaxBufferSizes$fromJSON(MaxBufferSizesJson)


Method toJSONString()

Usage

MaxBufferSizes$toJSONString()


Method fromJSONString()

Usage

MaxBufferSizes$fromJSONString(MaxBufferSizesJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

MaxBufferSizes$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.