public class PartitioningResult extends FeatureCollection
Partitioning or Partitioning.FEATURE_PROPS_ELEM_COUNT which is the number of elements in the partition.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FEATURE_PROPS_ELEM_COUNT |
| Constructor and Description |
|---|
PartitioningResult() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElementCount()
Gets the total number of the number of elements in all the partitions.
|
long |
getMaxPartitionSize()
Gets the size of the partition containing the maximum number of elements
|
long |
getMinPartitionSize()
Gets the size of the partition containing the minimum number of elements
|
long |
getPartitionCount()
Gets the number of partitions.
|
java.lang.String[] |
getPartitionedPaths()
Gets the paths of the sources that were partitioned.
|
void |
setElementCount(long elementCount)
Sets the total number of the number of elements in all the partitions.
|
void |
setMaxPartitionSize(long maxPartitionSize)
Sets the size of the partition containing the maximum number of elements
|
void |
setMinPartitionSize(long minPartitionSize)
Sets the size of the partition containing the minimum number of elements
|
void |
setPartitionCount(long partitionCount)
Sets the number of partitions
|
void |
setPartitionedPaths(java.lang.String[] partitionedPaths)
Sets the paths of the sources that were partitioned.
|
getAttrNames, getAttrTypes, getBbox, getCollectionName, getCopyright, getFeatures, getSrs, getType, isGeodetic, main, setAttrNames, setAttrTypes, setBbox, setCollectionName, setCopyright, setFeatures, setGeodetic, setSrs, setTypepublic static final java.lang.String FEATURE_PROPS_ELEM_COUNT
public long getElementCount()
public long getMaxPartitionSize()
public long getMinPartitionSize()
public long getPartitionCount()
public java.lang.String[] getPartitionedPaths()
public void setElementCount(long elementCount)
elementCount -public void setMaxPartitionSize(long maxPartitionSize)
maxPartitionSize -public void setMinPartitionSize(long minPartitionSize)
minPartitionSize -public void setPartitionCount(long partitionCount)
partitionCount -public void setPartitionedPaths(java.lang.String[] partitionedPaths)
partitionedPaths -Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.