public class HttpJsonRecommenderStub extends RecommenderStub
REST stub implementation for the Recommender service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonRecommenderStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonRecommenderStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(RecommenderStubSettings settings)
public static final HttpJsonRecommenderStub create(RecommenderStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)
protected HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonRecommenderStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRecommenderStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
getInsightCallable()
public UnaryCallable<GetInsightRequest,Insight> getInsightCallable()
Returns
Overrides
getInsightTypeConfigCallable()
public UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> getInsightTypeConfigCallable()
Returns
Overrides
getRecommendationCallable()
public UnaryCallable<GetRecommendationRequest,Recommendation> getRecommendationCallable()
Returns
Overrides
getRecommenderConfigCallable()
public UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> getRecommenderConfigCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listInsightsCallable()
public UnaryCallable<ListInsightsRequest,ListInsightsResponse> listInsightsCallable()
Returns
Overrides
listInsightsPagedCallable()
public UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse> listInsightsPagedCallable()
Returns
Overrides
listRecommendationsCallable()
public UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> listRecommendationsCallable()
Returns
Overrides
listRecommendationsPagedCallable()
public UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse> listRecommendationsPagedCallable()
Returns
Overrides
markInsightAcceptedCallable()
public UnaryCallable<MarkInsightAcceptedRequest,Insight> markInsightAcceptedCallable()
Returns
Overrides
markRecommendationClaimedCallable()
public UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> markRecommendationClaimedCallable()
Returns
Overrides
markRecommendationFailedCallable()
public UnaryCallable<MarkRecommendationFailedRequest,Recommendation> markRecommendationFailedCallable()
Returns
Overrides
markRecommendationSucceededCallable()
public UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> markRecommendationSucceededCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateInsightTypeConfigCallable()
public UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> updateInsightTypeConfigCallable()
Returns
Overrides
updateRecommenderConfigCallable()
public UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> updateRecommenderConfigCallable()
Returns
Overrides