Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['Java API', 'OClass', 'cluster', 'Cluster ID', 'set default cluster id', 'setDefaultClusterId']

OClass - setDefaultClusterId()

This method configures the default cluster for the class.

Setting the Default Cluster ID

When OrientDB stores records it assigns each a Record ID, (for instance #5:24). The first element of a Record ID provides the Cluster ID, the second the position of the record in the cluster. Every class has a default cluster, which it uses to store records whenever the target cluster is left unspecified. This method allows you to configure which cluster you want to use as the default for the class.

Syntax

void OClass().setDefaultClusterId(int clusterId)
ArgumentTypeDescription
clusterIdintDefines the Cluster ID to set