Package com.gigaspaces.internal.metadata
Class FifoHelper
java.lang.Object
com.gigaspaces.internal.metadata.FifoHelper
Helper class to map from binary fifo to tri-state fifo.
- Since:
- 7.0
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionstatic FifoSupportfromCode(byte code) static FifoSupportfromOld(boolean isFifo) This method is used to translate from 'Old' binary fifo to new tri-state fifo.static bytetoCode(FifoSupport fifoSupport)
-
Method Details
-
toCode
-
fromCode
-
fromOld
This method is used to translate from 'Old' binary fifo to new tri-state fifo. false means no fifo, true means always.
-