Uses of Class
org.usergrid.persistence.cassandra.ConnectionRefImpl

Packages that use ConnectionRefImpl
org.usergrid.persistence.cassandra   
 

Uses of ConnectionRefImpl in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra that return ConnectionRefImpl
 ConnectionRefImpl ConnectionRefImpl.getConnectionToConnectionEntity()
           
static ConnectionRefImpl ConnectionRefImpl.loadFromColumns(List<me.prettyprint.hector.api.beans.HColumn<String,ByteBuffer>> columns)
           
static ConnectionRefImpl ConnectionRefImpl.toConnectedEntity(ConnectedEntityRef connectedEntity)
           
static ConnectionRefImpl ConnectionRefImpl.toConnectedEntity(EntityRef entityRef)
           
 

Methods in org.usergrid.persistence.cassandra that return types with arguments of type ConnectionRefImpl
 List<ConnectionRefImpl> RelationManagerImpl.getConnections(ConnectionRefImpl connection, boolean includeConnectionEntities)
          Gets the connections.
 List<ConnectionRefImpl> RelationManagerImpl.getConnections(List<UUID> connectionIds)
           
 List<ConnectionRefImpl> RelationManagerImpl.getConnectionsWithEntity(UUID participatingEntityId)
           
 

Methods in org.usergrid.persistence.cassandra with parameters of type ConnectionRefImpl
 me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> RelationManagerImpl.batchAddConnectionIndexEntries(IndexUpdate indexUpdate, IndexUpdate.IndexEntry entry, ConnectionRefImpl connection, UUID[] index_keys)
           
 me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> RelationManagerImpl.batchDeleteConnectionIndexEntries(IndexUpdate indexUpdate, IndexUpdate.IndexEntry entry, ConnectionRefImpl connection, UUID[] index_keys)
           
 IndexUpdate RelationManagerImpl.batchUpdateConnectionIndex(IndexUpdate indexUpdate, ConnectionRefImpl connection)
          Batch update connection index.
 me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> RelationManagerImpl.batchUpdateEntityConnection(me.prettyprint.hector.api.mutation.Mutator<ByteBuffer> batch, boolean disconnect, ConnectionRefImpl connection, UUID timestampUuid)
           
 Set<String> RelationManagerImpl.getConnectionIndexes(ConnectionRefImpl connection)
           
 List<ConnectionRefImpl> RelationManagerImpl.getConnections(ConnectionRefImpl connection, boolean includeConnectionEntities)
          Gets the connections.
 void RelationManagerImpl.updateEntityConnection(boolean disconnect, ConnectionRefImpl connection)
           
 



Copyright © 2013. All Rights Reserved.