Class BlockQueue.FileIdsAndEndings

java.lang.Object
io.datarouter.filesystem.snapshot.writer.BlockQueue.FileIdsAndEndings
Enclosing class:
BlockQueue

public static class BlockQueue.FileIdsAndEndings
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int[] endings  
    int[] fileIds  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileIdsAndEndings​(int[] fileIds, int[] endings)  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • fileIds

      public final int[] fileIds
    • endings

      public final int[] endings
  • Constructor Details