src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.hpp
branchJEP-349-branch
changeset 58068 22dab580786c
parent 57887 a9cc3698a55c
child 58073 76d4428af8b6
equal deleted inserted replaced
58049:10ecdb5d3574 58068:22dab580786c
    54 
    54 
    55   int64_t size_written() const;
    55   int64_t size_written() const;
    56   int64_t last_checkpoint_offset() const;
    56   int64_t last_checkpoint_offset() const;
    57   void set_last_checkpoint_offset(int64_t offset);
    57   void set_last_checkpoint_offset(int64_t offset);
    58   void set_last_metadata_offset(int64_t offset);
    58   void set_last_metadata_offset(int64_t offset);
    59   bool is_initial_flushpoint_for_chunk() const;
       
    60   bool has_metadata() const;
    59   bool has_metadata() const;
    61   void set_time_stamp();
    60   void set_time_stamp();
    62 };
    61 };
    63 
    62 
    64 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRCHUNKWRITER_HPP
    63 #endif // SHARE_JFR_RECORDER_REPOSITORY_JFRCHUNKWRITER_HPP