Package com.dremio.nessie.hms.annotation
Annotation Type NoopQuiet
-
@Target(METHOD) @Retention(RUNTIME) public @interface NoopQuiet
Nessie will allow this operation to run but it will be a noop.If a value is returned, it is an empty or sentinel value.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NoopQuiet.QuietModevalueWhat quiet mode to do.
-
-
-
Element Detail
-
value
NoopQuiet.QuietMode value
What quiet mode to do. Defaults to EMPTY but can be NULL.- Returns:
- the mode to use
- Default:
- com.dremio.nessie.hms.annotation.NoopQuiet.QuietMode.EMPTY
-
-