Uses of Class
com.graphdbapi.driver.auth.response.entity.param.UserParam.Builder
-
Packages that use UserParam.Builder Package Description com.graphdbapi.driver.auth.response.entity.param -
-
Uses of UserParam.Builder in com.graphdbapi.driver.auth.response.entity.param
Methods in com.graphdbapi.driver.auth.response.entity.param that return UserParam.Builder Modifier and Type Method Description UserParam.Builder
UserParam.Builder. admin(boolean admin)
UserParam.Builder
UserParam.Builder. bfsEdgeCount(Long bfsEdgeCount)
UserParam.Builder
UserParam.Builder. bfsVertexCount(Long bfsVertexCount)
UserParam.Builder
UserParam.Builder. callTasksNumber(Integer callTasksNumber)
UserParam.Builder
UserParam.Builder. cpuPercent(Double cpuPercent)
UserParam.Builder
UserParam.Builder. cypherQueryRecord(Long cypherQueryRecord)
UserParam.Builder
UserParam.Builder. queryTasksNumber(Integer queryTasksNumber)
-