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