public final class UTMetaData
extends java.lang.Object
Constructor and Description |
---|
UTMetaData() |
UTMetaData(java.util.Map<java.nio.ByteBuffer,UserType> types) |
Modifier and Type | Method and Description |
---|---|
void |
addType(UserType type) |
boolean |
equals(java.lang.Object that) |
java.util.Map<java.nio.ByteBuffer,UserType> |
getAllTypes() |
UserType |
getType(java.nio.ByteBuffer typeName) |
void |
removeType(UserType type) |
public UTMetaData()
public UTMetaData(java.util.Map<java.nio.ByteBuffer,UserType> types)
public UserType getType(java.nio.ByteBuffer typeName)
public java.util.Map<java.nio.ByteBuffer,UserType> getAllTypes()
public void addType(UserType type)
public void removeType(UserType type)
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation