| Package | Description | 
|---|---|
| org.apache.cassandra.utils | 
| Modifier and Type | Method and Description | 
|---|---|
| static Throwables.FileOpType | Throwables.FileOpType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Throwables.FileOpType[] | Throwables.FileOpType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Throwables. perform(java.io.File against,
       Throwables.FileOpType opType,
       Throwables.DiscreteAction<? extends java.io.IOException>... actions) | 
| static void | Throwables. perform(java.lang.String filePath,
       Throwables.FileOpType opType,
       Throwables.DiscreteAction<? extends java.io.IOException>... actions) | 
| static java.lang.Throwable | Throwables. perform(java.lang.Throwable accumulate,
       java.lang.String filePath,
       Throwables.FileOpType opType,
       java.util.stream.Stream<Throwables.DiscreteAction<? extends java.io.IOException>> actions) | 
| static java.lang.Throwable | Throwables. perform(java.lang.Throwable accumulate,
       java.lang.String filePath,
       Throwables.FileOpType opType,
       Throwables.DiscreteAction<? extends java.io.IOException>... actions) | 
Copyright © 2018 The Apache Software Foundation