| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
ChangePasswordReq |
MetaService.changePassword_args.req |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordReq |
ChangePasswordReq.Builder.build() |
ChangePasswordReq |
ChangePasswordReq.deepCopy() |
ChangePasswordReq |
MetaService.changePassword_args.getReq() |
ChangePasswordReq |
ChangePasswordReq.setAccount(byte[] account) |
ChangePasswordReq |
ChangePasswordReq.setNew_encoded_pwd(byte[] new_encoded_pwd) |
ChangePasswordReq |
ChangePasswordReq.setOld_encoded_pwd(byte[] old_encoded_pwd) |
| Modifier and Type | Method and Description |
|---|---|
ExecResp |
MetaService.Iface.changePassword(ChangePasswordReq req) |
ExecResp |
MetaService.Client.changePassword(ChangePasswordReq req) |
void |
MetaService.AsyncIface.changePassword(ChangePasswordReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.changePassword(ChangePasswordReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler698) |
int |
ChangePasswordReq.compareTo(ChangePasswordReq other) |
void |
MetaService.Client.send_changePassword(ChangePasswordReq req) |
MetaService.changePassword_args |
MetaService.changePassword_args.setReq(ChangePasswordReq req) |
| Constructor and Description |
|---|
changePassword_args(ChangePasswordReq req) |
changePassword_call(ChangePasswordReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler699,
com.facebook.thrift.async.TAsyncClient client695,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory696,
com.facebook.thrift.transport.TNonblockingTransport transport697) |
ChangePasswordReq(ChangePasswordReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.