/** {@inheritDoc} */
 @Override
 public String toString() {
   return S.toString(
       GridDhtLocalPartition.class,
       this,
       "state",
       state(),
       "reservations",
       reservations(),
       "empty",
       map.isEmpty(),
       "createTime",
       U.format(createTime),
       "mapPubSize",
       mapPubSize);
 }
 /** {@inheritDoc} */
 @Override
 public String toString() {
   return S.toString(IpcSharedMemoryServerEndpoint.class, this);
 }