public final class UTMetaData
extends java.lang.Object
Constructor and Description |
---|
UTMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
addType(UserType type) |
static Mutation |
dropFromSchema(UserType droppedType,
long timestamp) |
boolean |
equals(java.lang.Object that) |
static java.util.Map<java.nio.ByteBuffer,UserType> |
fromSchema(Row row) |
java.util.Map<java.nio.ByteBuffer,UserType> |
getAllTypes() |
UserType |
getType(java.nio.ByteBuffer typeName) |
void |
removeType(UserType type) |
Mutation |
toSchema(Mutation mutation,
long timestamp) |
static Mutation |
toSchema(Mutation mutation,
UserType newType,
long timestamp) |
static Mutation |
toSchema(UserType newType,
long timestamp) |
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 © 2014 The Apache Software Foundation