@Immutable private static enum FsCacheController.SocketFactory extends Enum<FsCacheController.SocketFactory>
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract OutputSocket<?> |
newOutputSocket(FsCacheController.EntryCache cache,
BitField<FsOutputOption> options,
Entry template) |
static FsCacheController.SocketFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsCacheController.SocketFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FsCacheController.SocketFactory NIO2
public static final FsCacheController.SocketFactory OIO
abstract OutputSocket<?> newOutputSocket(FsCacheController.EntryCache cache, BitField<FsOutputOption> options, @CheckForNull Entry template)
public static FsCacheController.SocketFactory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static FsCacheController.SocketFactory[] values()
for (FsCacheController.SocketFactory c : FsCacheController.SocketFactory.values()) System.out.println(c);
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.