Uses of Enum Class
com.yahoo.vespa.model.container.component.AccessLogComponent.AccessLogType
Packages that use AccessLogComponent.AccessLogType
-
Uses of AccessLogComponent.AccessLogType in com.yahoo.vespa.model.container.component
Methods in com.yahoo.vespa.model.container.component that return AccessLogComponent.AccessLogTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AccessLogComponent.AccessLogType[]AccessLogComponent.AccessLogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.vespa.model.container.component with parameters of type AccessLogComponent.AccessLogTypeModifierConstructorDescriptionAccessLogComponent(AccessLogComponent.AccessLogType logType, String compressionType, String fileNamePattern, String rotationInterval, Boolean compressOnRotation, boolean isHostedVespa, String symlinkName, Integer queueSize, Integer bufferSize) AccessLogComponent(AccessLogComponent.AccessLogType logType, String compressionType, String fileNamePattern, String rotationInterval, Boolean compressOnRotation, boolean isHostedVespa, String symlinkName, Integer queueSize, Integer bufferSize, Set<AccessLogComponent.RequestContentItem> requestContent) AccessLogComponent(ContainerCluster<?> cluster, AccessLogComponent.AccessLogType logType, String compressionType, Optional<String> clusterName, boolean isHostedVespa)