public static interface LlapDaemonProtocolProtos.LlapManagementProtocol.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
evictEntity(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.EvictEntityRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.EvictEntityResponseProto> done)
rpc evictEntity(.EvictEntityRequestProto) returns (.EvictEntityResponseProto); |
void |
getCacheContent(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetCacheContentRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetCacheContentResponseProto> done)
rpc getCacheContent(.GetCacheContentRequestProto) returns (.GetCacheContentResponseProto); |
void |
getDaemonMetrics(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetDaemonMetricsRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetDaemonMetricsResponseProto> done)
rpc getDaemonMetrics(.GetDaemonMetricsRequestProto) returns (.GetDaemonMetricsResponseProto); |
void |
getDelegationToken(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetTokenRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetTokenResponseProto> done)
rpc getDelegationToken(.GetTokenRequestProto) returns (.GetTokenResponseProto); |
void |
purgeCache(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.PurgeCacheRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.PurgeCacheResponseProto> done)
rpc purgeCache(.PurgeCacheRequestProto) returns (.PurgeCacheResponseProto); |
void |
setCapacity(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.SetCapacityRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.SetCapacityResponseProto> done)
rpc setCapacity(.SetCapacityRequestProto) returns (.SetCapacityResponseProto); |
void getDelegationToken(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetTokenRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetTokenResponseProto> done)
rpc getDelegationToken(.GetTokenRequestProto) returns (.GetTokenResponseProto);void purgeCache(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.PurgeCacheRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.PurgeCacheResponseProto> done)
rpc purgeCache(.PurgeCacheRequestProto) returns (.PurgeCacheResponseProto);void getDaemonMetrics(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetDaemonMetricsRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetDaemonMetricsResponseProto> done)
rpc getDaemonMetrics(.GetDaemonMetricsRequestProto) returns (.GetDaemonMetricsResponseProto);void setCapacity(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.SetCapacityRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.SetCapacityResponseProto> done)
rpc setCapacity(.SetCapacityRequestProto) returns (.SetCapacityResponseProto);void evictEntity(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.EvictEntityRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.EvictEntityResponseProto> done)
rpc evictEntity(.EvictEntityRequestProto) returns (.EvictEntityResponseProto);void getCacheContent(com.google.protobuf.RpcController controller,
LlapDaemonProtocolProtos.GetCacheContentRequestProto request,
com.google.protobuf.RpcCallback<LlapDaemonProtocolProtos.GetCacheContentResponseProto> done)
rpc getCacheContent(.GetCacheContentRequestProto) returns (.GetCacheContentResponseProto);Copyright © 2024 The Apache Software Foundation. All rights reserved.