boolean waitForReady (String spaceName, long time2Wait)
boolean waitForReady (String spaceName, long time2Wait)
Name | Type | Description |
---|---|---|
spaceName | String | The space name specified must be prefixed with the Metaspace name. Example ms.S1 |
time2Wait | long | Timeout in milliseconds. |
Type | Description |
---|---|
boolean | True indicates the Space is ready for operations. False is returned otherwise. |