PHP 클래스 Kafka\MetaDataFromKafka

저자: [email protected] +------------------------------------------------------------------------------
상속: implements kafka\ClusterMetaData
파일 보기 프로젝트 열기: nmred/kafka-php

공개 메소드들

메소드 설명
__construct ( $hostList )
getPartitionState ( string $topicName, integer $partitionId ) : null
getTopicDetail ( string $topicName ) : array
listBrokers ( ) : array get broker list from kafka metadata
refreshMetadata ( ) : null Clear internal caches
setClient ( Client $client ) : void

비공개 메소드들

메소드 설명
loadBrokers ( ) {{{ private function loadBrokers()
loadTopicDetail ( array $topics )

메소드 상세

__construct() 공개 메소드

public __construct ( $hostList )

getPartitionState() 공개 메소드

public getPartitionState ( string $topicName, integer $partitionId ) : null
$topicName string
$partitionId integer
리턴 null

getTopicDetail() 공개 메소드

public getTopicDetail ( string $topicName ) : array
$topicName string
리턴 array

listBrokers() 공개 메소드

get broker list from kafka metadata
public listBrokers ( ) : array
리턴 array

refreshMetadata() 공개 메소드

Clear internal caches
public refreshMetadata ( ) : null
리턴 null

setClient() 공개 메소드

public setClient ( Client $client ) : void
$client Client
리턴 void