Searched defs:autoFlush (Results 1 - 25 of 25) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java66 private boolean autoFlush; field in class:AsynchronousTextWriter
73 * @param autoFlush indicates if the underlying writer should be flushed
77 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
81 this.autoFlush = autoFlush;
130 if(autoFlush)
144 if (autoFlush)
275 * @param autoFlush If the writer should flush the buffer after every line.
277 public void setAutoFlush(boolean autoFlush) argument
279 this.autoFlush
[all...]
H A DParallelTextWriter.java65 private boolean autoFlush; field in class:ParallelTextWriter
71 * @param autoFlush indicates if the underlying writer should be flushed
75 public ParallelTextWriter(String name, boolean autoFlush, TextWriter writer) argument
78 this.autoFlush = autoFlush;
126 if (autoFlush)
251 * @param autoFlush If the writer should flush the buffer after every line.
253 public void setAutoFlush(boolean autoFlush) argument
255 this.autoFlush = autoFlush;
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
281 * @param autoFlush If the writer should flush the buffer after every line.
283 public void setAutoFlush(boolean autoFlush) argument
285 this.autoFlush = autoFlush;
606 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java61 private boolean autoFlush; field in class:AsynchronousTextWriter
68 * @param autoFlush indicates if the underlying writer should be flushed
72 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
76 this.autoFlush = autoFlush;
127 if(autoFlush)
141 if (autoFlush)
278 * @param autoFlush If the writer should flush the buffer after every line.
280 public void setAutoFlush(boolean autoFlush) argument
282 this.autoFlush
[all...]
H A DParallelTextWriter.java64 private boolean autoFlush; field in class:ParallelTextWriter
70 * @param autoFlush indicates if the underlying writer should be flushed
74 public ParallelTextWriter(String name, boolean autoFlush, TextWriter writer) argument
77 this.autoFlush = autoFlush;
125 if (autoFlush)
250 * @param autoFlush If the writer should flush the buffer after every line.
252 public void setAutoFlush(boolean autoFlush) argument
254 this.autoFlush = autoFlush;
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
280 * @param autoFlush If the writer should flush the buffer after every line.
282 public void setAutoFlush(boolean autoFlush) argument
284 this.autoFlush = autoFlush;
605 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java66 private boolean autoFlush; field in class:AsynchronousTextWriter
73 * @param autoFlush indicates if the underlying writer should be flushed
77 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
81 this.autoFlush = autoFlush;
130 if(autoFlush)
144 if (autoFlush)
275 * @param autoFlush If the writer should flush the buffer after every line.
277 public void setAutoFlush(boolean autoFlush) argument
279 this.autoFlush
[all...]
H A DParallelTextWriter.java65 private boolean autoFlush; field in class:ParallelTextWriter
71 * @param autoFlush indicates if the underlying writer should be flushed
75 public ParallelTextWriter(String name, boolean autoFlush, TextWriter writer) argument
78 this.autoFlush = autoFlush;
126 if (autoFlush)
251 * @param autoFlush If the writer should flush the buffer after every line.
253 public void setAutoFlush(boolean autoFlush) argument
255 this.autoFlush = autoFlush;
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
281 * @param autoFlush If the writer should flush the buffer after every line.
283 public void setAutoFlush(boolean autoFlush) argument
285 this.autoFlush = autoFlush;
606 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java66 private boolean autoFlush; field in class:AsynchronousTextWriter
73 * @param autoFlush indicates if the underlying writer should be flushed
77 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
81 this.autoFlush = autoFlush;
130 if(autoFlush)
144 if (autoFlush)
275 * @param autoFlush If the writer should flush the buffer after every line.
277 public void setAutoFlush(boolean autoFlush) argument
279 this.autoFlush
[all...]
H A DParallelTextWriter.java65 private boolean autoFlush; field in class:ParallelTextWriter
71 * @param autoFlush indicates if the underlying writer should be flushed
75 public ParallelTextWriter(String name, boolean autoFlush, TextWriter writer) argument
78 this.autoFlush = autoFlush;
126 if (autoFlush)
251 * @param autoFlush If the writer should flush the buffer after every line.
253 public void setAutoFlush(boolean autoFlush) argument
255 this.autoFlush = autoFlush;
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
281 * @param autoFlush If the writer should flush the buffer after every line.
283 public void setAutoFlush(boolean autoFlush) argument
285 this.autoFlush = autoFlush;
606 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DAsynchronousTextWriter.java61 private boolean autoFlush; field in class:AsynchronousTextWriter
68 * @param autoFlush indicates if the underlying writer should be flushed
72 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
76 this.autoFlush = autoFlush;
127 if(autoFlush)
141 if (autoFlush)
278 * @param autoFlush If the writer should flush the buffer after every line.
280 public void setAutoFlush(boolean autoFlush) argument
282 this.autoFlush
[all...]
H A DParallelTextWriter.java64 private boolean autoFlush; field in class:ParallelTextWriter
70 * @param autoFlush indicates if the underlying writer should be flushed
74 public ParallelTextWriter(String name, boolean autoFlush, TextWriter writer) argument
77 this.autoFlush = autoFlush;
125 if (autoFlush)
250 * @param autoFlush If the writer should flush the buffer after every line.
252 public void setAutoFlush(boolean autoFlush) argument
254 this.autoFlush = autoFlush;
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
280 * @param autoFlush If the writer should flush the buffer after every line.
282 public void setAutoFlush(boolean autoFlush) argument
284 this.autoFlush = autoFlush;
605 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DAsynchronousTextWriter.java61 private boolean autoFlush; field in class:AsynchronousTextWriter
68 * @param autoFlush indicates if the underlying writer should be flushed
72 public AsynchronousTextWriter(String name, int capacity, boolean autoFlush, argument
76 this.autoFlush = autoFlush;
127 if(autoFlush)
141 if (autoFlush)
271 * @param autoFlush If the writer should flush the buffer after every line.
273 public void setAutoFlush(boolean autoFlush) argument
275 this.autoFlush
[all...]
H A DMultifileTextWriter.java85 private boolean autoFlush; field in class:MultifileTextWriter
115 * @param autoFlush whether to flush the writer on every println.
127 boolean autoFlush,
143 this.autoFlush = autoFlush;
273 * @param autoFlush If the writer should flush the buffer after every line.
275 public void setAutoFlush(boolean autoFlush) argument
277 this.autoFlush = autoFlush;
581 if(autoFlush)
122 MultifileTextWriter(String name, long interval, FileNamingPolicy namingPolicy, FilePermission filePermissions, LogPublisherErrorHandler errorHandler, String encoding, boolean autoFlush, boolean append, int bufferSize) argument
[all...]
H A DCommonAudit.java877 private final boolean autoFlush; field in class:CommonAudit.CsvConfigData
886 boolean autoFlush, boolean tamperEvident, long signatureTimeInterval, String keystoreFile,
894 this.autoFlush = autoFlush;
940 return autoFlush;
885 CsvConfigData(String logDirectory, String quoteChar, String delimiterChar, String eolSymbols, boolean asynchronous, boolean autoFlush, boolean tamperEvident, long signatureTimeInterval, String keystoreFile, String keystorePinFile, SortedSet<String> rotationPolicies, SortedSet<String> retentionPolicies) argument
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 70 milliseconds