Uses of Class
com.tangosol.io.journal.FlashJournalRM.FailCongestionPolicy
-
Packages that use FlashJournalRM.FailCongestionPolicy Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of FlashJournalRM.FailCongestionPolicy in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as FlashJournalRM.FailCongestionPolicy Modifier and Type Field Description protected static FlashJournalRM.FailCongestionPolicyFlashJournalRM. FAIL_CONGESTION_ACTIONAFlashJournalRM.CongestionPolicywhich fails, by throwing an unchecked exception, when the file is deemed congested.Methods in com.tangosol.io.journal that return FlashJournalRM.FailCongestionPolicy Modifier and Type Method Description protected FlashJournalRM.FailCongestionPolicyFlashJournalRM.FailCongestionPolicy. setCause(Exception e)Set the cause of exception which will be thrown to the client thread.
-