public class IgfsNodePredicate extends Object implements IgnitePredicate<ClusterNode>, Binarylizable
| Constructor and Description |
|---|
IgfsNodePredicate()
Default constructor.
|
IgfsNodePredicate(@Nullable String igfsName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ClusterNode node)
Predicate body.
|
void |
readBinary(BinaryReader reader)
Reads fields from provided reader.
|
String |
toString() |
void |
writeBinary(BinaryWriter writer)
Writes fields to provided writer.
|
public IgfsNodePredicate()
public IgfsNodePredicate(@Nullable
@Nullable String igfsName)
igfsName - IGFS name.public boolean apply(ClusterNode node)
apply in interface IgnitePredicate<ClusterNode>node - Predicate parameter.public void writeBinary(BinaryWriter writer) throws BinaryObjectException
writeBinary in interface Binarylizablewriter - Binary object writer.BinaryObjectException - In case of error.public void readBinary(BinaryReader reader) throws BinaryObjectException
readBinary in interface Binarylizablereader - Binary object reader.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020