Searched refs:setReportBgIoStats (Results 1 – 6 of 6) sorted by relevance
768 public ColumnFamilyOptions setReportBgIoStats(final boolean reportBgIoStats) { in setReportBgIoStats() method in ColumnFamilyOptions769 setReportBgIoStats(nativeHandle_, reportBgIoStats); in setReportBgIoStats()975 private native void setReportBgIoStats(final long handle, in setReportBgIoStats() method in ColumnFamilyOptions
427 T setReportBgIoStats( in setReportBgIoStats() method
1725 public Options setReportBgIoStats(final boolean reportBgIoStats) { in setReportBgIoStats() method in Options1726 setReportBgIoStats(nativeHandle_, reportBgIoStats); in setReportBgIoStats()2150 private native void setReportBgIoStats(final long handle, in setReportBgIoStats() method in Options
449 public MutableColumnFamilyOptionsBuilder setReportBgIoStats( in setReportBgIoStats() method in MutableColumnFamilyOptions.MutableColumnFamilyOptionsBuilder
556 opt.setReportBgIoStats(booleanValue); in reportBgIoStats()
1242 options.setReportBgIoStats(booleanValue); in reportBgIoStats()