public class InfinispanDocument
extends org.teiid.translator.document.Document
| Constructor and Description |
|---|
InfinispanDocument(String name,
TreeMap<Integer,TableWireFormat> columnMap,
InfinispanDocument parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(int wireType,
Object value) |
int |
getUpdateCount(String childName,
boolean matched) |
TreeMap<Integer,TableWireFormat> |
getWireMap() |
void |
incrementUpdateCount(String childName,
boolean matched) |
boolean |
isMatched() |
void |
setMatched(boolean matched) |
public InfinispanDocument(String name, TreeMap<Integer,TableWireFormat> columnMap, InfinispanDocument parent)
public void addProperty(int wireType,
Object value)
public TreeMap<Integer,TableWireFormat> getWireMap()
public boolean isMatched()
public void setMatched(boolean matched)
public void incrementUpdateCount(String childName, boolean matched)
public int getUpdateCount(String childName, boolean matched)
Copyright © 2017 JBoss by Red Hat. All rights reserved.