A B C E G I K L N O P R S T V W 

A

arraycopy(int, byte[], int, int) - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Copy data from the backing buffer into the caller's array.
arrayLength(int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Computes the length of the array at the given index.

B

BufferedConcurrentHashMap<K,V> - Class in org.infinispan.util.concurrent
A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updates.
BufferedConcurrentHashMap(int, float, int, BufferedConcurrentHashMap.Eviction, BufferedConcurrentHashMap.EvictionListener<K, V>) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
BufferedConcurrentHashMap(int, float, int) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
 
BufferedConcurrentHashMap(int, float, int, BufferedConcurrentHashMap.Eviction) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
 
BufferedConcurrentHashMap(int, float) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default concurrencyLevel (16).
BufferedConcurrentHashMap(int) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Creates a new, empty map with the specified initial capacity, and with default load factor (0.75) and concurrencyLevel (16).
BufferedConcurrentHashMap() - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
BufferedConcurrentHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Creates a new map with the same mappings as the given map.
BufferedConcurrentHashMap.Eviction - Enum in org.infinispan.util.concurrent
 
BufferedConcurrentHashMap.EvictionListener<K,V> - Interface in org.infinispan.util.concurrent
 

C

clear() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Removes all of the mappings from this map.
clone() - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Clone the backing buffer.
clone() - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Returns a copy of this list.
contains(Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Legacy method testing if some key maps into the specified value in this table.
containsKey(Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Tests if the specified object is a key in this table.
containsValue(Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
CustomByteArrayFrontCodedList - Class in it.unimi.dsi.fastutil.bytes.custom
Compact storage of lists of arrays using front coding.
CustomByteArrayFrontCodedList(Iterator<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Creates a new front-coded list containing the arrays returned by the given iterator.
CustomByteArrayFrontCodedList(Iterator<byte[]>, int, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
 
CustomByteArrayFrontCodedList(Collection<byte[]>, int) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Creates a new front-coded list containing the arrays in the given collection.
CustomByteArrayFrontCodedList(Collection<byte[]>, int, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Creates a new front-coded list containing the arrays in the given collection.
CustomByteArrayFrontCodedList(int, int, byte[]) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Reconsitute an instance from just the coded byte[], the #of elements in the array, and the ratio.
CustomByteArrayFrontCodedList(int, int, byte[], int, int, boolean) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Reconsitute an instance from a slice byte[] containing the coded data, the #of elements in the array, and the ratio.
CustomByteArrayFrontCodedList(int, int, ByteBuffer) - Constructor for class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Reconsitute an instance from just a ByteBuffer view onto the coded byte[], the #of elements in the array, and the ratio.
CustomByteArrayFrontCodedList.BackingBuffer - Interface in it.unimi.dsi.fastutil.bytes.custom
Abstraction allowing different implementations of the backing buffer.

E

elements() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns an enumeration of the values in this table.
entrySet() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns a Set view of the mappings contained in this map.
evicted(K, V) - Method in interface org.infinispan.util.concurrent.BufferedConcurrentHashMap.EvictionListener
 
EvictionStrategy - Enum in org.infinispan.eviction
Supported eviction strategies

G

get(int) - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Return the byte value at the specified index.
get(int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
 
get(int, byte[], int, int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Stores in the given array elements from an array stored in this front-coded list.
get(int, byte[]) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Stores in the given array an array stored in this front-coded list.
get(Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
getArray(int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
 
getBackingBuffer() - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Return the backing buffer.

I

isEmpty() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns true if this map contains no key-value mappings.
it.unimi.dsi.fastutil.bytes.custom - package it.unimi.dsi.fastutil.bytes.custom
 

K

keys() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns an enumeration of the keys in this table.
keySet() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns a Set view of the keys contained in this map.

L

listIterator(int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
 

N

n - Variable in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
The number of arrays in the list.

O

org.infinispan.eviction - package org.infinispan.eviction
 
org.infinispan.util.concurrent - package org.infinispan.util.concurrent
 

P

p - Variable in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
The pointers to entire arrays in the list.
put(K, V) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Maps the specified key to the specified value in this table.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putIfAbsent(K, V) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap

R

ratio - Variable in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
The ratio of this front-coded list.
ratio() - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Returns the ratio of this list.
readInt(int) - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Reads a coded length.
remove(Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
replace(K, V, V) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
replace(K, V) - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap

S

search(byte[]) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Search for the index of the value having the same data.
size() - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
The size of the backing buffer in bytes.
size() - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
 
size() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns the number of key-value mappings in this map.

T

toArray() - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Return a copy of the data in the backing buffer.
toString() - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Modified to dump internal record metadata and to show the byte[]s as unsigned values.
toString(byte[]) - Static method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Formats a key as a series of comma delimited unsigned bytes.
toString(byte[], int, int) - Static method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Formats a key as a series of comma delimited unsigned bytes.

V

valueOf(String) - Static method in enum org.infinispan.eviction.EvictionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.util.concurrent.BufferedConcurrentHashMap.Eviction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.eviction.EvictionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.util.concurrent.BufferedConcurrentHashMap.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.util.concurrent.BufferedConcurrentHashMap
Returns a Collection view of the values contained in this map.

W

writeOn(OutputStream) - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Write the data on the output stream.
writeOn(OutputStream, int, int) - Method in interface it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList.BackingBuffer
Write len bytes starting at off onto the caller's stream.
writeOn(OutputStream, int) - Method in class it.unimi.dsi.fastutil.bytes.custom.CustomByteArrayFrontCodedList
Write the specified byte[] onto a stream.
A B C E G I K L N O P R S T V W 

Copyright © 2006–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.