Uses of Class
org.neo4j.kernel.impl.nioneo.store.PropertyBlock

Packages that use PropertyBlock
org.neo4j.backup.check   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
 

Uses of PropertyBlock in org.neo4j.backup.check
 

Methods in org.neo4j.backup.check with parameters of type PropertyBlock
 InconsistencyType InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType.forBlock(PropertyBlock block)
           
 

Uses of PropertyBlock in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return PropertyBlock
 PropertyBlock PropertyRecord.getPropertyBlock(int keyIndex)
           
 PropertyBlock PropertyRecord.removePropertyBlock(int keyIndex)
           
 

Methods in org.neo4j.kernel.impl.nioneo.store that return types with arguments of type PropertyBlock
 List<PropertyBlock> PropertyRecord.getPropertyBlocks()
           
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type PropertyBlock
 void PropertyRecord.addPropertyBlock(PropertyBlock block)
           
static Object ShortArray.decode(PropertyBlock block)
           
static String LongerShortString.decode(PropertyBlock block)
          Decode a short string represented as a long[]
static boolean ShortArray.encode(int keyId, Object array, PropertyBlock target, int payloadSizeInBytes)
           
static boolean LongerShortString.encode(int keyId, String string, PropertyBlock target, int payloadSize)
          Encodes a short string.
 void PropertyStore.encodeValue(PropertyBlock block, int keyId, Object value)
           
 Object PropertyStore.getArrayFor(PropertyBlock propertyBlock)
           
static Object PropertyStore.getStringFor(AbstractDynamicStore store, PropertyBlock propertyBlock)
           
 Object PropertyStore.getStringFor(PropertyBlock propertyBlock)
           
 Object PropertyStore.getValue(PropertyBlock propertyBlock)
           
abstract  Object PropertyType.getValue(PropertyBlock block, PropertyStore store)
           
 void PropertyStore.makeHeavy(PropertyBlock record)
           
abstract  PropertyData PropertyType.newPropertyData(PropertyBlock block, long propertyId, Object extractedValue)
           
 

Uses of PropertyBlock in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type PropertyBlock
 Object WriteTransaction.propertyGetValueOrNull(PropertyBlock block)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.