VertxInfluxDbOptions

Vert.x InfluxDb micrometer configuration.

package

Default

Methods

VertxInfluxDbOptions constructor

__construct( $vertxInfluxDbOptions = null) 

Arguments

$vertxInfluxDbOptions

mixed | null

getBatchSize

getBatchSize() : integer

Response

integer

getConnectTimeout

getConnectTimeout() : integer

Response

integer

getDb

getDb() : string

Response

string

getNumThreads

getNumThreads() : integer

Response

integer

getPassword

getPassword() : string

Response

string

getReadTimeout

getReadTimeout() : integer

Response

integer

getRetentionPolicy

getRetentionPolicy() : string

Response

string

getStep

getStep() : integer

Response

integer

getUri

getUri() : string

Response

string

getUserName

getUserName() : string

Response

string

isCompressed

isCompressed() : boolean

Response

boolean

isEnabled

isEnabled() : boolean

Response

boolean

setBatchSize

setBatchSize( $batchSize) : $this

Arguments

$batchSize

integer

Response

$this

setCompressed

setCompressed( $compressed) : $this

Arguments

$compressed

boolean

Response

$this

setConnectTimeout

setConnectTimeout( $connectTimeout) : $this

Arguments

$connectTimeout

integer

Response

$this

setDb

setDb( $db) : $this

Arguments

$db

string

Response

$this

setEnabled

setEnabled( $enabled) : $this

Arguments

$enabled

boolean

Response

$this

setNumThreads

setNumThreads( $numThreads) : $this

Arguments

$numThreads

integer

Response

$this

setPassword

setPassword( $password) : $this

Arguments

$password

string

Response

$this

setReadTimeout

setReadTimeout( $readTimeout) : $this

Arguments

$readTimeout

integer

Response

$this

setRetentionPolicy

setRetentionPolicy( $retentionPolicy) : $this

Arguments

$retentionPolicy

string

Response

$this

setStep

setStep( $step) : $this

Arguments

$step

integer

Response

$this

setUri

setUri( $uri) : $this

Arguments

$uri

string

Response

$this

setUserName

setUserName( $userName) : $this

Arguments

$userName

string

Response

$this