PHP 클래스 Elastica\Aggregation\SerialDiff

상속: extends AbstractAggregation
파일 보기 프로젝트 열기: ruflin/elastica

공개 메소드들

메소드 설명
__construct ( string $name, string | null $bucketsPath = null )
setBucketsPath ( string $bucketsPath ) Set the buckets_path for this aggregation.
setFormat ( string $format ) Set the format for this aggregation.
setGapPolicy ( string $gapPolicy ) Set the gap policy for this aggregation.
setLag ( integer $lag ) Set the lag for this aggregation.
toArray ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, string | null $bucketsPath = null )
$name string
$bucketsPath string | null

setBucketsPath() 공개 메소드

Set the buckets_path for this aggregation.
public setBucketsPath ( string $bucketsPath )
$bucketsPath string

setFormat() 공개 메소드

Set the format for this aggregation.
public setFormat ( string $format )
$format string

setGapPolicy() 공개 메소드

Set the gap policy for this aggregation.
public setGapPolicy ( string $gapPolicy )
$gapPolicy string

setLag() 공개 메소드

Set the lag for this aggregation.
public setLag ( integer $lag )
$lag integer

toArray() 공개 메소드

public toArray ( ) : array
리턴 array