-
MethodDescriptionThe connection pool no longer supports a size setting. It will expand as needed based on concurrent demand.The connection pool no longer supports pending requests.The connection pool no longer supports a size setting. It will expand as needed based on concurrent demand.The connection pool no longer supports pending requests.There is no reason to use this method anymore, because setting the continuation key is now done internally.use
TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead. Waits for the specified table to reach the desired state. This is a blocking, polling style wait that delays for the specified number of milliseconds between each polling operation. The state ofTableResult.State.DROPPED
is treated specially in that it will be returned as success, even if the table does not exist. Other states will throw an exception if the table is not found.useTableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead. Waits for the specified table to reach the desired state. This is a blocking, polling style wait that delays for the specified number of milliseconds between each polling operation. The state ofTableResult.State.DROPPED
is treated specially in that it will be returned as success, even if the table does not exist. Other states will throw an exception if the table is not found.useTableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead. Waits for the specified table to reach the desired state. This is a blocking, polling style wait that delays for the specified number of milliseconds between each polling operation. The state ofTableResult.State.DROPPED
is treated specially in that it will be returned as success, even if the table does not exist. Other states will throw an exception if the table is not found.