public class DataGridProfileConfig extends ProfileConfig
| Constructor and Description |
|---|
DataGridProfileConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataGroup()
Returns the data partition group name.
|
String |
getManagementGroup()
Returns the management partition group name.
|
int |
getPartitions()
Returns the number of data partitions to configure.
|
Profile.Type |
getType()
Returns the type name.
|
DataGridProfileConfig |
setDataGroup(String dataGroup)
Sets the data partition group name.
|
DataGridProfileConfig |
setManagementGroup(String managementGroup)
Sets the management partition group name.
|
DataGridProfileConfig |
setPartitions(int partitions)
Sets the number of data partitions to configure.
|
public Profile.Type getType()
TypedConfigpublic String getManagementGroup()
public DataGridProfileConfig setManagementGroup(String managementGroup)
managementGroup - the management partition group namepublic String getDataGroup()
public DataGridProfileConfig setDataGroup(String dataGroup)
dataGroup - the data partition group namepublic int getPartitions()
public DataGridProfileConfig setPartitions(int partitions)
partitions - the number of data partitions to configureCopyright © 2013–2018. All rights reserved.