Modifier and Type | Method and Description |
---|---|
static StorageManager.LargeMessageExtension |
StorageManager.LargeMessageExtension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageManager.LargeMessageExtension[] |
StorageManager.LargeMessageExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SequentialFile |
StorageManager.createFileForLargeMessage(long messageID,
StorageManager.LargeMessageExtension extension)
Instantiates a SequentialFile to be used for storing a
LargeServerMessage . |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
JournalStorageManager.createFileForLargeMessage(long messageID,
StorageManager.LargeMessageExtension extension) |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
NullStorageManager.createFileForLargeMessage(long messageID,
StorageManager.LargeMessageExtension extension) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.