public interface IContext
Modifier and Type | Interface and Description |
---|---|
static class |
IContext.ContextRelationship |
Modifier and Type | Method and Description |
---|---|
IContext.ContextRelationship |
diff(java.nio.ByteBuffer left,
java.nio.ByteBuffer right)
Determine the relationship between two contexts.
|
java.nio.ByteBuffer |
merge(java.nio.ByteBuffer left,
java.nio.ByteBuffer right,
Allocator allocator)
Return a context w/ an aggregated count for each node id.
|
java.lang.String |
toString(java.nio.ByteBuffer context)
Human-readable String from context.
|
IContext.ContextRelationship diff(java.nio.ByteBuffer left, java.nio.ByteBuffer right)
left
- context.right
- context.java.nio.ByteBuffer merge(java.nio.ByteBuffer left, java.nio.ByteBuffer right, Allocator allocator)
left
- context.right
- context.allocator
- an allocator to allocate the new context from.java.lang.String toString(java.nio.ByteBuffer context)
context
- context.Copyright © 2014 The Apache Software Foundation