Class FifoHelper

java.lang.Object
com.gigaspaces.internal.metadata.FifoHelper

public class FifoHelper extends Object
Helper class to map from binary fifo to tri-state fifo.
Since:
7.0
Author:
Niv Ingberg
  • Method Details

    • toCode

      public static byte toCode(FifoSupport fifoSupport)
    • fromCode

      public static FifoSupport fromCode(byte code)
    • fromOld

      public static FifoSupport fromOld(boolean isFifo)
      This method is used to translate from 'Old' binary fifo to new tri-state fifo. false means no fifo, true means always.