public static final class LobStorageMap.BlobReference extends java.lang.Object implements java.lang.Comparable<LobStorageMap.BlobReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
LobStorageMap.BlobReference.Type |
| Modifier and Type | Field and Description |
|---|---|
long |
lobId |
byte[] |
streamStoreId |
| Constructor and Description |
|---|
BlobReference(byte[] streamStoreId,
long lobId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LobStorageMap.BlobReference other) |
public int compareTo(LobStorageMap.BlobReference other)
compareTo in interface java.lang.Comparable<LobStorageMap.BlobReference>