Package | Description |
---|---|
org.apache.storm.container.cgroup.core |
Modifier and Type | Method and Description |
---|---|
Device |
NetClsCore.getClassId() |
Modifier and Type | Method and Description |
---|---|
void |
DevicesCore.setAllow(char type,
Device device,
int accesses) |
void |
BlkioCore.setBlkioWeightDevice(Device device,
int weight) |
void |
DevicesCore.setDeny(char type,
Device device,
int accesses) |
void |
BlkioCore.setReadBps(Device device,
long bps) |
void |
BlkioCore.setReadIOps(Device device,
long iops) |
void |
BlkioCore.setWriteBps(Device device,
long bps) |
void |
BlkioCore.setWriteIOps(Device device,
long iops) |
Constructor and Description |
---|
Record(char type,
Device device,
int accesses) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.