Пример #1
0
 /**
  * Set the status of the log buffer with StoreStore memory ordering semantics.
  *
  * @param status to be set for the log buffer.
  */
 public void statusOrdered(final int status) {
   metaDataBuffer.putIntOrdered(TERM_STATUS_OFFSET, status);
 }