Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 566 Bytes

partition.rst

File metadata and controls

28 lines (15 loc) · 566 Bytes

Meta Partition

Get Partitions

curl -v  http://127.0.0.1:9092/getPartitions

Get all meta-partition base information of the metanode.

Get Partition by ID

curl -v http://127.0.0.1:9092/getPartitionById?pid=100

Get the specified partition information, this result contains: leader address, raft group peer and cursor.

Parameters
Parameter Type Description
pid integer meta-partition id