Dgraph4j endpoint

I noticed like “/state”,“moveTablet” was only for http endpoint. I could not used dgraph4j(grpc) for there endpoint. It means if I want to get the state,I must use http client. is there any solution?

Nope, only HTTP API as far as I know.

thanks for your answer