Package org.apache.cassandra.audit
Class AuditLogOptionsCompositeData.AuditLogOption
- java.lang.Object
-
- org.apache.cassandra.audit.AuditLogOptionsCompositeData.AuditLogOption
-
- Enclosing class:
- AuditLogOptionsCompositeData
public static class AuditLogOptionsCompositeData.AuditLogOption extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringARCHIVE_COMMANDstatic java.lang.StringAUDIT_LOGS_DIRstatic java.lang.StringBLOCKstatic java.lang.StringENABLEDstatic java.lang.StringEXCLUDED_CATEGORIESstatic java.lang.StringEXCLUDED_KEYSPACESstatic java.lang.StringEXCLUDED_USERSstatic java.lang.StringINCLUDED_CATEGORIESstatic java.lang.StringINCLUDED_KEYSPACESstatic java.lang.StringINCLUDED_USERSstatic java.lang.StringLOGGERstatic java.lang.StringMAX_ARCHIVE_RETRIESstatic java.lang.StringMAX_LOG_SIZEstatic java.lang.StringMAX_QUEUE_WEIGHTstatic java.lang.StringROLL_CYCLE
-
Constructor Summary
Constructors Constructor Description AuditLogOption(java.lang.String name, java.lang.String description, javax.management.openmbean.OpenType<?> type, java.util.function.Function<AuditLogOptions,java.lang.Object> toCompositeMapping, java.util.function.BiConsumer<AuditLogOptions,java.lang.Object> fromCompositeMapping)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuditLogOptionsCompositeData.AuditLogOptionoption(java.lang.String name, java.lang.String description, javax.management.openmbean.OpenType<?> type, java.util.function.Function<AuditLogOptions,java.lang.Object> toCompositeMapping, java.util.function.BiConsumer<AuditLogOptions,java.lang.Object> fromCompositeMapping)
-
-
-
Field Detail
-
AUDIT_LOGS_DIR
public static final java.lang.String AUDIT_LOGS_DIR
- See Also:
- Constant Field Values
-
ARCHIVE_COMMAND
public static final java.lang.String ARCHIVE_COMMAND
- See Also:
- Constant Field Values
-
ROLL_CYCLE
public static final java.lang.String ROLL_CYCLE
- See Also:
- Constant Field Values
-
BLOCK
public static final java.lang.String BLOCK
- See Also:
- Constant Field Values
-
MAX_QUEUE_WEIGHT
public static final java.lang.String MAX_QUEUE_WEIGHT
- See Also:
- Constant Field Values
-
MAX_LOG_SIZE
public static final java.lang.String MAX_LOG_SIZE
- See Also:
- Constant Field Values
-
MAX_ARCHIVE_RETRIES
public static final java.lang.String MAX_ARCHIVE_RETRIES
- See Also:
- Constant Field Values
-
ENABLED
public static final java.lang.String ENABLED
- See Also:
- Constant Field Values
-
INCLUDED_KEYSPACES
public static final java.lang.String INCLUDED_KEYSPACES
- See Also:
- Constant Field Values
-
EXCLUDED_KEYSPACES
public static final java.lang.String EXCLUDED_KEYSPACES
- See Also:
- Constant Field Values
-
INCLUDED_CATEGORIES
public static final java.lang.String INCLUDED_CATEGORIES
- See Also:
- Constant Field Values
-
EXCLUDED_CATEGORIES
public static final java.lang.String EXCLUDED_CATEGORIES
- See Also:
- Constant Field Values
-
INCLUDED_USERS
public static final java.lang.String INCLUDED_USERS
- See Also:
- Constant Field Values
-
EXCLUDED_USERS
public static final java.lang.String EXCLUDED_USERS
- See Also:
- Constant Field Values
-
LOGGER
public static final java.lang.String LOGGER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuditLogOption
public AuditLogOption(java.lang.String name, java.lang.String description, javax.management.openmbean.OpenType<?> type, java.util.function.Function<AuditLogOptions,java.lang.Object> toCompositeMapping, java.util.function.BiConsumer<AuditLogOptions,java.lang.Object> fromCompositeMapping)
-
-
Method Detail
-
option
public static AuditLogOptionsCompositeData.AuditLogOption option(java.lang.String name, java.lang.String description, javax.management.openmbean.OpenType<?> type, java.util.function.Function<AuditLogOptions,java.lang.Object> toCompositeMapping, java.util.function.BiConsumer<AuditLogOptions,java.lang.Object> fromCompositeMapping)
-
-