Package | Description |
---|---|
org.infinispan.schematic.document | |
org.infinispan.schematic.internal.document |
Modifier and Type | Field and Description |
---|---|
protected static MinKey |
MinKey.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static MinKey |
MinKey.getInstance() |
MinKey |
MergeDocument.getMinKey(String name) |
MinKey |
Document.getMinKey(String name)
Get the
MinKey value in this document for the given field name. |
MinKey |
MinKey.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends MinKey>> |
MinKey.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
MinKey.Externalizer.writeObject(ObjectOutput output,
MinKey value) |
Modifier and Type | Method and Description |
---|---|
MinKey |
DocumentEditor.getMinKey(String name) |
MinKey |
BasicDocument.getMinKey(String name) |
MinKey |
BasicArray.getMinKey(String name) |
MinKey |
ArrayEditor.getMinKey(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompactJsonWriter.write(MinKey value,
Writer writer) |
protected void |
BsonWriter.write(String name,
MinKey value,
BsonDataOutput output) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.