public static interface JournalMessages.CodecInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfig()
optional string config = 2; |
com.google.protobuf.ByteString |
getConfigBytes()
optional string config = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasConfig()
optional string config = 2; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
optional string name = 1;String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;boolean hasConfig()
optional string config = 2;
JSON description of configuration settings necessary to create the codec with for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes
String getConfig()
optional string config = 2;
JSON description of configuration settings necessary to create the codec with for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes
com.google.protobuf.ByteString getConfigBytes()
optional string config = 2;
JSON description of configuration settings necessary to create the codec with for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.