Class ServiceCallContextImpl
- java.lang.Object
-
- org.apache.ignite.internal.processors.service.ServiceCallContextImpl
-
- All Implemented Interfaces:
ServiceCallContext
public class ServiceCallContextImpl extends Object implements ServiceCallContext
Service call context implementation.
-
-
Constructor Summary
Constructors Constructor Description ServiceCallContextImpl(Map<String,Object> attrs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringattribute(String name)Get the string attribute.byte[]binaryAttribute(String name)Get the binary attribute.Map<String,Object>values()
-
-
-
Method Detail
-
attribute
public String attribute(String name)
Get the string attribute.- Specified by:
attributein interfaceServiceCallContext- Parameters:
name- Attribute name.- Returns:
- String attribute value.
-
binaryAttribute
public byte[] binaryAttribute(String name)
Get the binary attribute.- Specified by:
binaryAttributein interfaceServiceCallContext- Parameters:
name- Attribute name.- Returns:
- Binary attribute value.
-
-