Uses of Interface
com.atlassian.secrets.service.dao.IoBiConsumer
Packages that use IoBiConsumer
-
Uses of IoBiConsumer in com.atlassian.secrets.service.dao
Methods in com.atlassian.secrets.service.dao with parameters of type IoBiConsumerModifier and TypeMethodDescriptionvoidUnderlock.edit(IoBiConsumer<? super BufferedReader, ? super Writer> mutator, boolean withBackup) Edits the file, complete with locking to prevent concurrent edits by other cluster nodes orgitprocesses.voidUnderlock.LockedFile.edit(IoBiConsumer<? super BufferedReader, ? super Writer> mutator, boolean withBackup) Edits the file, under lock, to prevent concurrent edits by other threads or processes.voidUnderlock.editRaw(IoBiConsumer<? super InputStream, ? super OutputStream> mutator, boolean withBackup) Edits the file, complete with locking to prevent concurrent edits by other cluster nodes orgitprocesses.voidUnderlock.LockedFile.editRaw(IoBiConsumer<? super InputStream, ? super OutputStream> mutator, boolean withBackup) Edits the file, under lock, to prevent concurrent edits by other threads or processes.