Package | Description |
---|---|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.utils |
Modifier and Type | Field and Description |
---|---|
FilterFactory.Type |
Descriptor.Version.filterType |
Modifier and Type | Method and Description |
---|---|
static FilterFactory.Type |
FilterFactory.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterFactory.Type[] |
FilterFactory.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IFilter |
FilterFactory.deserialize(java.io.DataInput input,
FilterFactory.Type type,
boolean offheap) |
static void |
FilterFactory.serialize(IFilter bf,
java.io.DataOutput output,
FilterFactory.Type type) |
static long |
FilterFactory.serializedSize(IFilter bf,
FilterFactory.Type type) |
Copyright © 2014 The Apache Software Foundation