Package io.dingodb.node
Interface Node.LogDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Node.LogDetail,Node.LogDetail.Builder
- Enclosing class:
- Node
public static interface Node.LogDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintSets the maximum number of seconds which logs may be buffered for.intSets the maximum log file size (in MB)booleanSets whether to avoid logging to the disk if the disk is full.intset verboseMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLogBufSecs
int getLogBufSecs()Sets the maximum number of seconds which logs may be buffered for.
uint32 log_buf_secs = 1;- Returns:
- The logBufSecs.
-
getMaxLogSize
int getMaxLogSize()Sets the maximum log file size (in MB)
uint32 max_log_size = 2;- Returns:
- The maxLogSize.
-
getStopLoggingIfFullDisk
boolean getStopLoggingIfFullDisk()Sets whether to avoid logging to the disk if the disk is full.
bool stop_logging_if_full_disk = 3;- Returns:
- The stopLoggingIfFullDisk.
-
getVerbose
int getVerbose()set verbose
uint32 verbose = 4;- Returns:
- The verbose.
-