117118119120121122123124125126127
/* ---------- NOT IMPLEMENTED ---------- */ case ASSERTION: case EXTENSIBLE: throw new NotImplementedException(); default: throw new IllegalStateException( I18n.err( I18n.ERR_260, node.getAssertionType() ) ); } }
661662663664665666667
*/ public ClonedServerEntry lookup( Long id ) throws Exception { // TODO not implemented until we can use id to figure out the partition using // the partition ID component of the 64 bit Long identifier throw new NotImplementedException(); }
114115116117118119120121122123124
324325326327328329330
} } String message = I18n.err( I18n.ERR_114 ); LOG.error( message ); throw new NotImplementedException( message ); }
68697071727374
} public void before( Tuple<K, V> element ) throws Exception { throw new NotImplementedException(); }
74757677787980
} public void after( Tuple<K, V> element ) throws Exception { throw new NotImplementedException(); }
158159160161162163164165166167168
{ Tuple tuple = underlying.next(); if ( swapKeyVal ) { throw new NotImplementedException(); // tmp.setSwapped( tuple, null ); } else { tmp.setTuple( tuple, null );
390391392393394395396
} } String message = I18n.err( I18n.ERR_110 ); LOG.error( message ); throw new NotImplementedException( message ); }
1264126512661267126812691270
* with the schema */ public boolean isValid() { // @TODO Implement me ! throw new NotImplementedException(); }
1281128212831284128512861287
* with the objectClass */ public boolean isValid( EntryAttribute objectClass ) { // @TODO Implement me ! throw new NotImplementedException(); }