Metaspace.Space.waitForReady()

Signature

boolean waitForReady (String spaceName, long time2Wait)

Domain

ACTION

Description

Causes the client code to block until the Space is ready for operations or the specified timeout is reached.

Parameters

NameTypeDescription
spaceNameStringThe space name specified must be prefixed with the Metaspace name. Example ms.S1
time2WaitlongTimeout in milliseconds.

Returns

TypeDescription
booleanTrue indicates the Space is ready for operations. False is returned otherwise.

Cautions

none