MCPcopy Create free account
hub / github.com/ddf-project/DDF / getMutabilityHandler

Method getMutabilityHandler

core/src/main/java/io/ddf/DDF.java:675–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673 }
674
675 public IHandleMutability getMutabilityHandler() {
676 if (mMutabilityHandler == null) mMutabilityHandler = this.createMutabilityHandler();
677 if (mMutabilityHandler == null) throw new UnsupportedOperationException();
678 else return mMutabilityHandler;
679 }
680
681 public DDF setMutabilityHandler(IHandleMutability aMutabilityHandler) {
682 this.mMutabilityHandler = aMutabilityHandler;

Callers 6

setMutableMethod · 0.95
isMutableMethod · 0.95
updateInplaceMethod · 0.95
applySchemaMethod · 0.80
removeColumnMethod · 0.80
removeColumnsMethod · 0.80

Calls 1

Tested by

no test coverage detected