Skip to contents

SubarrayPartitioner Class

Format

An R6Class generator object

Public fields

subarray

Subarray [optional]

budget

list( AttributeBufferSize ) [optional]

current

SubarrayPartitionerCurrent [optional]

state

SubarrayPartitionerState [optional]

memoryBudget

integer [optional]

memoryBudgetVar

integer [optional]

Methods


Method new()

Usage

SubarrayPartitioner$new(
  subarray = NULL,
  budget = NULL,
  current = NULL,
  state = NULL,
  memoryBudget = NULL,
  memoryBudgetVar = NULL,
  ...
)


Method toJSON()

Usage

SubarrayPartitioner$toJSON()


Method fromJSON()

Usage

SubarrayPartitioner$fromJSON(SubarrayPartitionerJson)


Method toJSONString()

Usage

SubarrayPartitioner$toJSONString()


Method fromJSONString()

Usage

SubarrayPartitioner$fromJSONString(SubarrayPartitionerJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

SubarrayPartitioner$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.