Class MarshalerContext.IdPool

  • Enclosing class:
    MarshalerContext

    private static class MarshalerContext.IdPool
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int idSize  
      (package private) int index  
      private java.util.List<byte[]> pool  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdPool​(int idSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) byte[] get()  
      (package private) void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pool

        private final java.util.List<byte[]> pool
      • index

        int index
      • idSize

        final int idSize
    • Constructor Detail

      • IdPool

        IdPool​(int idSize)
    • Method Detail

      • get

        byte[] get()
      • reset

        void reset()