public class USqlDistributionInfo extends Object
| Constructor and Description |
|---|
USqlDistributionInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count of indices using this distribution.
|
Integer |
dynamicCount()
Get the dynamic count of indices using this distribution.
|
List<USqlDirectedColumn> |
keys()
Get the list of directed columns in the distribution.
|
Integer |
type()
Get the type of this distribution.
|
USqlDistributionInfo |
withCount(Integer count)
Set the count of indices using this distribution.
|
USqlDistributionInfo |
withDynamicCount(Integer dynamicCount)
Set the dynamic count of indices using this distribution.
|
USqlDistributionInfo |
withKeys(List<USqlDirectedColumn> keys)
Set the list of directed columns in the distribution.
|
USqlDistributionInfo |
withType(Integer type)
Set the type of this distribution.
|
public Integer type()
public USqlDistributionInfo withType(Integer type)
type - the type value to setpublic List<USqlDirectedColumn> keys()
public USqlDistributionInfo withKeys(List<USqlDirectedColumn> keys)
keys - the keys value to setpublic Integer count()
public USqlDistributionInfo withCount(Integer count)
count - the count value to setpublic Integer dynamicCount()
public USqlDistributionInfo withDynamicCount(Integer dynamicCount)
dynamicCount - the dynamicCount value to setCopyright © 2019. All rights reserved.