Class LongSizeStreamable

java.lang.Object
org.jgroups.util.LongSizeStreamable
All Implemented Interfaces:
LongSupplier, SizeStreamable, Streamable

public final class LongSizeStreamable extends Object implements SizeStreamable, LongSupplier
Utility class that implements SizeStreamable and LongSupplier to store a long value.
Since:
5.2
  • Field Details

    • value

      private long value
  • Constructor Details

    • LongSizeStreamable

      public LongSizeStreamable()
    • LongSizeStreamable

      public LongSizeStreamable(long value)
  • Method Details