public abstract class PlatformAbstractPredicate extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected PlatformContext |
ctx
Interop processor.
|
protected Object |
pred
.Net binary predicate
|
protected long |
ptr
Pointer to deployed predicate.
|
| Modifier | Constructor and Description |
|---|---|
|
PlatformAbstractPredicate()
Externalizable support. |
protected |
PlatformAbstractPredicate(Object pred,
long ptr,
PlatformContext ctx)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
protected Object pred
protected transient long ptr
protected transient PlatformContext ctx
public PlatformAbstractPredicate()
Externalizable support.protected PlatformAbstractPredicate(Object pred, long ptr, PlatformContext ctx)
pred - .Net binary predicate.ptr - Pointer to predicate in the native platform.ctx - Kernal context.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017