/** {@inheritDoc} */
  @Override
  public void start0() throws GridException {
    spaceName = CU.swapSpaceName(cctx);

    swapMgr = cctx.gridSwap();
  }