}
protected STORE _buildAndInit(int maxWaitSecs, boolean fullInit)
throws IOException
{
_accessor = new ClusterStatusAccessor(_config);
_verifySetup();
final long startTime = System.currentTimeMillis();
final long waitUntil = (maxWaitSecs <= 0) ? Long.MAX_VALUE : (startTime + 1000 * maxWaitSecs);