public class RemoveInterceptorOperationFactory extends AbstractMapOperationFactory
| Constructor and Description | 
|---|
| RemoveInterceptorOperationFactory() | 
| RemoveInterceptorOperationFactory(String id,
                                 String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | createOperation()Creates the operation. | 
| int | getId()Returns type identifier for this class. | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
getFactoryIdpublic Operation createOperation()
OperationFactorypublic void writeData(ObjectDataOutput out) throws IOException
DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablein - inputIOExceptionpublic int getId()
IdentifiedDataSerializableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.