| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.properties |
| Modifier and Type | Method and Description |
|---|---|
Digester |
Digester.copy() |
Digester |
Digester.digest(boolean b)
Updates the digest with a boolean.
|
Digester |
Digester.digest(byte[] bytes)
Updates the digest with a bytes array.
|
Digester |
Digester.digest(char c)
Updates the digest with a char.
|
Digester |
Digester.digest(Date date)
Updates the digest with a date.
|
Digester |
Digester.digest(Digester.Digestible digestible)
Updates the digest with an object that describes how it digests.
|
Digester |
Digester.digest(double f8)
Updates the digest with a double.
|
Digester |
Digester.digest(InputStream input)
Updates the digest with a stream.
|
Digester |
Digester.digest(int i4)
Updates the digest with an integer.
|
Digester |
Digester.digest(long l8)
Updates the digest with a long.
|
Digester |
Digester.digest(Object obj)
Updates the digest with any (serializable) object.
|
Digester |
Digester.digest(String str)
Updates the digest with a string.
|
Digester |
Digester.digest(URI uri)
Updates the digest with an uuid.
|
Digester |
Digester.digest(UUID uid)
Updates the digest with an uuid.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Digester.Digestible.digest(Digester digester)
Updates a digest with this variable.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.