Uses of Class
com.uc4.api.systemoverview.ILMPartitionItem
-
Packages that use ILMPartitionItem Package Description com.uc4.communication.requests -
-
Uses of ILMPartitionItem in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return types with arguments of type ILMPartitionItem Modifier and Type Method Description java.util.Iterator<ILMPartitionItem>ILMList. partitions()Returns an iterator which can be used get the content of the partitions table.Constructors in com.uc4.communication.requests with parameters of type ILMPartitionItem Constructor Description CheckILMPartition(ILMPartitionItem partition)Creates a newCheckILMPartitionrequest.DropILMPartition(ILMPartitionItem partition)Creates a new request to drop an ILM partition.
-