Class BacktraceQueueFileHelper


  • public class BacktraceQueueFileHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BacktraceQueueFileHelper​(java.lang.String breadcrumbLogDirectory, int maxQueueFileSizeBytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(byte[] bytes)  
      boolean clear()  
      • Methods inherited from class java.lang.Object

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

      • BacktraceQueueFileHelper

        public BacktraceQueueFileHelper​(java.lang.String breadcrumbLogDirectory,
                                        int maxQueueFileSizeBytes)
                                 throws java.io.IOException,
                                        java.lang.NoSuchMethodException
        Throws:
        java.io.IOException
        java.lang.NoSuchMethodException
    • Method Detail

      • add

        public boolean add​(byte[] bytes)
      • clear

        public boolean clear()