/** {@inheritDoc} */
 @Override
 public int getWriteFromBehindStoreBatchSize() {
   return store != null ? store.getWriteFromBehindStoreBatchSize() : -1;
 }