Class ClusterInfoParser

java.lang.Object
org.openspaces.pu.container.support.ClusterInfoParser

public abstract class ClusterInfoParser extends Object
ClusterInfo parser that parses -cluster parameter and transforms it into a cluster info.

The following arguments to the -cluster parameters are allowed: total_members=1,1 (1,1 is an example value), id=1 (1 is an example value), backup_id=1 (1 is an example value) and schema=primary_backup (primary_backup is an example value).

The container allows not to specify explicit instanceId or backupId. In this case, it will create several processing units that run embedded within the JVM.

Author:
kimchy